Re: [U-Boot] [PATCH 08/12] microblaze: timer: Prepare for device-tree initialization

2012-07-11 Thread Michal Simek
On 07/10/2012 08:36 PM, Stephan Linz wrote: Am Dienstag, den 10.07.2012, 10:16 +0200 schrieb Michal Simek: On 07/09/2012 09:06 PM, Stephan Linz wrote: Am Montag, den 09.07.2012, 11:20 +0200 schrieb Michal Simek: microblaze: Fix CONFIG_SYS_HZ usage in board config Do not use hardcoded value.

Re: [U-Boot] FDT driver initialization function declaration

2012-07-11 Thread Michal Simek
On 07/10/2012 05:11 PM, Marek Vasut wrote: Dear Michal Simek, Dear Wolfgang, On 07/10/2012 03:03 PM, Wolfgang Denk wrote: Dear Michal Simek, In message4ffc1ef8.9060...@monstr.eu you wrote: The hardest part I have identify on microblaze was about u-boot variables. Because based on

Re: [U-Boot] FDT driver initialization function declaration

2012-07-11 Thread Michal Simek
On 07/10/2012 05:08 PM, Marek Vasut wrote: Dear Michal Simek, [...] Michal, can you try investigating how will the DT probing intertwine with the DM? Firstly I need to understand what you are trying to achieve and how. Then if I have time I can look at how DT probing can be added to it.

Re: [U-Boot] [PATCH 09/12] microblaze: timer: Add device-tree driver configuration

2012-07-11 Thread Michal Simek
On 07/10/2012 11:04 PM, Simon Glass wrote: Hi Mich On Tue, Jul 10, 2012 at 11:34 AM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: On 07/09/2012 11:32 PM, Simon Glass wrote: Hi Michal, On Mon, Jul 9, 2012 at 2:20 AM, Michal Simek mon...@monstr.eu

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-07-11 Thread Dirk Behme
Hi Fabio, On 15.04.2012 11:02, stefano babic wrote: Am 14/04/2012 22:13, schrieb Wolfgang Denk: Dear Stefano, In message 4f898ca5.8070...@denx.de you wrote: The start address CONFIG_SYS_MEMTEST_START is the lowest address of the SDRAM that can be accessed, that is MMDC0_ARB_BASE_ADDR

Re: [U-Boot] [PATCH 1/3] mxc_i2c: specify i2c base address in config file

2012-07-11 Thread Dirk Behme
On 06.05.2012 17:27, Stefano Babic wrote: On 25/04/2012 05:33, Troy Kisky wrote: The following platforms had their config files changed flea3, imx31_phycore, mx35pdk, mx53ard, mx53evk, mx53smd Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com --- Hi Troy,

Re: [U-Boot] [PATCH 3/3] mxc_i2c: remove setting speed at each start

2012-07-11 Thread Dirk Behme
On 06.05.2012 17:27, Stefano Babic wrote: On 06/05/2012 01:06, Marek Vasut wrote: Dear Troy Kisky, On 5/5/2012 2:36 PM, Marek Vasut wrote: Dear Troy Kisky, On 5/5/2012 6:08 AM, Marek Vasut wrote: Dear Troy Kisky, On 4/24/2012 8:33 PM, Troy Kisky wrote: Other then being very weird, this

Re: [U-Boot] [PATCH V2] i.MX: fsl_esdhc: allow use with cache enabled.

2012-07-11 Thread Dirk Behme
On 12.06.2012 19:23, Marek Vasut wrote: Dear Eric Nelson, On 06/12/2012 10:07 AM, Stefano Babic wrote: On 15/05/2012 14:58, Dirk Behme wrote: On 09.05.2012 07:45, Stefano Babic wrote: On 09/05/2012 01:31, Eric Nelson wrote: Thanks Andy, On 05/08/2012 03:59 PM, Andy Fleming wrote: ---

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-07-11 Thread Dirk Behme
On 22.06.2012 18:04, Eric Nelson wrote: On 06/21/2012 03:57 PM, Wolfgang Denk wrote: Dear Eric Nelson, In message4fcd17a5.6030...@boundarydevices.com you wrote: The function of the watchdog should be reserved for auch systems who need it to implement security related functions; messing with

Re: [U-Boot] Dreamplug v10 uboot

2012-07-11 Thread Steven McGrath
Below is my current progress, as I'm not any kind of a programmer (I hack in Python a bit) this is where I hit a brick wall. I compiled U-Boot with both Guruplug and Dreamplug configurations. The Dreamplug configuration I cannot flash as it will want to boot from SPI, which isn't on the

Re: [U-Boot] [PATCH] mx6: Make pad name macro consistent with the datasheet

2012-07-11 Thread Dirk Behme
On 07.07.2012 18:54, Stefano Babic wrote: On 15/06/2012 15:48, Ashok wrote: Use the same name as defined in the datasheet. DSP_CLK - DISP_CLK Signed-off-by: Ashok Kumar Reddy Kourla ashokkourla2...@gmail.com --- Applied to u-boot-imx, thanks. Hmm, this isn't part of v2012.07-rc1? Sorry

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Sughosh Ganu
On Tue Jul 10, 2012 at 11:20:53PM +0400, Mikhail Kshevetskiy wrote: On Wed, 11 Jul 2012 00:09:06 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/spl.c b/arch/arm/cpu/arm926ejs/davinci/spl.c index 74632e5..50b4bbc 100644 ---

Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible

2012-07-11 Thread Dirk Behme
On 11.07.2012 02:53, Troy Kisky wrote: On 6/28/2012 11:00 AM, Troy Kisky wrote: Micrel accidentally used the same part number for the KS8721 and KSZ9021. So, both cannot be in the same build of u-boot. Add a config option to handle this. Signed-off-by: Troy Kisky troy.ki...@boundarydevices.com

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Wolfgang Denk
Dear Stephen Warren, In message 1337714515-6575-1-git-send-email-swar...@wwwdotorg.org you wrote: From: Stephen Warren swar...@nvidia.com This can be useful for generic scripts. For example, rather than hard- coding a script to ext2load tegra-harmony.dtb, it could load ${soc}-${board}.dtb

Re: [U-Boot] Dreamplug v10 uboot

2012-07-11 Thread Prafulla Wadaskar
-Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Steven McGrath Sent: 11 July 2012 01:28 To: Jason; u-boot@lists.denx.de Subject: Re: [U-Boot] Dreamplug v10 uboot I have everything working via openocd I compiled a U-Boot

Re: [U-Boot] [PATCH] mx6qsabresd: Add basic support

2012-07-11 Thread Fabio Estevam
Hi Dirk, On Wed, Jul 11, 2012 at 3:23 AM, Dirk Behme dirk.be...@de.bosch.com wrote: Will we get an update of this patch? I plan to send an updated patch in the first week of August. Regards, Fabio Estevam ___ U-Boot mailing list

Re: [U-Boot] [STATUS] v2012.07-rc1 is out - release date July 23

2012-07-11 Thread Jens Scharsig
Am 2012-07-10 09:31, schrieb Wolfgang Denk: Hi everybody, this is to let you know that the v2012.07-rc1 prerelease is out. Tested-by: Jens Scharsig e...@bus-elektronik.de for boards maintained by myself (EB_MCF-EV123, eb_cpux9k2 and vl_ma2sc) Best regards, Jens Scharsig

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Michal Simek
On 07/10/2012 11:13 PM, Simon Glass wrote: Hi Michal, On Tue, Jul 10, 2012 at 11:56 AM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: Also include arch specific gpio.h which can contain gpio function implementation. Signed-off-by: Michal Simek mon...@monstr.eu

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Tom Rini
On 07/10/2012 11:38 PM, Sughosh Ganu wrote: On Tue Jul 10, 2012 at 11:20:53PM +0400, Mikhail Kshevetskiy wrote: On Wed, 11 Jul 2012 00:09:06 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/spl.c b/arch/arm/cpu/arm926ejs/davinci/spl.c index

Re: [U-Boot] [PATCH 1/3] mxc_i2c: specify i2c base address in config file

2012-07-11 Thread Heiko Schocher
Hello Dirk, On 11.07.2012 08:25, Dirk Behme wrote: On 06.05.2012 17:27, Stefano Babic wrote: On 25/04/2012 05:33, Troy Kisky wrote: The following platforms had their config files changed flea3, imx31_phycore, mx35pdk, mx53ard, mx53evk, mx53smd Signed-off-by: Troy Kisky

Re: [U-Boot] [PATCH] SD/MMC: check the card status during erase operation

2012-07-11 Thread Huang Changming-R66093
Hi, Andy, There is not any feedback for very long time. Could it be applied to u-boot? Best Regards Jerry Huang -Original Message- From: Huang Changming-R66093 Sent: Friday, May 18, 2012 5:01 PM To: u-boot@lists.denx.de Cc: Huang Changming-R66093; Andy Fleming; Marek Vasut

Re: [U-Boot] [PATCH 1/2 v2] SDHC/MMC: fix the wrong infomation after change SD card

2012-07-11 Thread Huang Changming-R66093
Hi, Andy, There is not any feedback for very long time, Could it be applied to the u-boot? Best Regards Jerry Huang -Original Message- From: Huang Changming-R66093 Sent: Friday, May 18, 2012 5:57 PM To: u-boot@lists.denx.de Cc: Huang Changming-R66093; Andy Fleming; Marek Vasut

Re: [U-Boot] [PATCH 2/2 v3] FSL/eSDHC: enable the clock to detect the SD card

2012-07-11 Thread Huang Changming-R66093
Hi, Andy There is not any feedback for very long time, Could it be applied to u-boot? Best Regards Jerry Huang -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Huang Changming-R66093 Sent: Monday, May 21, 2012 10:35 AM To:

Re: [U-Boot] FDT driver initialization function declaration

2012-07-11 Thread Michal Simek
On 07/10/2012 03:12 PM, Marek Vasut wrote: Dear Wolfgang Denk, Dear Michal Simek, In message4ffc1ef8.9060...@monstr.eu you wrote: The hardest part I have identify on microblaze was about u-boot variables. Because based on information from device-tree you can choose where variables should be

Re: [U-Boot] [PATCH 09/12] microblaze: timer: Add device-tree driver configuration

2012-07-11 Thread Simon Glass
Hi Michal, On Wed, Jul 11, 2012 at 8:18 AM, Michal Simek mon...@monstr.eu wrote: On 07/10/2012 11:04 PM, Simon Glass wrote: Hi Mich On Tue, Jul 10, 2012 at 11:34 AM, Michal Simek mon...@monstr.eu mailto: mon...@monstr.eu wrote: On 07/09/2012 11:32 PM, Simon Glass wrote: Hi

[U-Boot] [i2c] Pull request

2012-07-11 Thread Heiko Schocher
Hello Wolfgang, Sorry for the late pull request, but it seems my Pull request Email got lost ... Sorry. A MAKEALL arm with ELDK-5.2 compiled fine. The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4: Prepare v2012.07-rc1 (2012-07-10 09:21:12 +0200) are available in

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Simon Glass
Hi Michal, On Wed, Jul 11, 2012 at 10:19 AM, Michal Simek mon...@monstr.eu wrote: On 07/10/2012 11:13 PM, Simon Glass wrote: Hi Michal, On Tue, Jul 10, 2012 at 11:56 AM, Michal Simek mon...@monstr.eu mailto: mon...@monstr.eu wrote: Also include arch specific gpio.h which can contain

Re: [U-Boot] [PATCH v2 0/19] tegra: Add display driver and LCD support for Seaboard

2012-07-11 Thread Simon Glass
Hi Tom, On Wed, Jun 27, 2012 at 7:11 AM, Simon Glass s...@chromium.org wrote: Hi Tom, On Mon, Jun 25, 2012 at 2:03 PM, Tom Warren twar...@nvidia.com wrote: Simon, -Original Message- From: Stephen Warren [mailto:swar...@wwwdotorg.org] Sent: Wednesday, June 13, 2012 3:58 PM

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Sughosh Ganu
On Wed Jul 11, 2012 at 01:19:40AM -0700, Tom Rini wrote: On 07/10/2012 11:38 PM, Sughosh Ganu wrote: On Tue Jul 10, 2012 at 11:20:53PM +0400, Mikhail Kshevetskiy wrote: On Wed, 11 Jul 2012 00:09:06 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote: diff --git

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Michal Simek
On 07/11/2012 11:59 AM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 10:19 AM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: On 07/10/2012 11:13 PM, Simon Glass wrote: Hi Michal, On Tue, Jul 10, 2012 at 11:56 AM, Michal Simek mon...@monstr.eu

[U-Boot] [PATCH] ARM: EXYNOS: fixed the wrong function argument.

2012-07-11 Thread Jaehoon Chung
This patch is fixed the wrong function argument. And quirks should be set into s5p_sdhci.c. There are only exynos specific codes. (this patch is based on u-boot-samsung repository) Signed-off-by: Jaehoon Chung jh80.ch...@samsung.com Signed-off-by: Kyungmin Park kyungmin.p...@samsung.com ---

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Tom Rini
On 07/11/2012 03:40 AM, Sughosh Ganu wrote: On Wed Jul 11, 2012 at 01:19:40AM -0700, Tom Rini wrote: On 07/10/2012 11:38 PM, Sughosh Ganu wrote: On Tue Jul 10, 2012 at 11:20:53PM +0400, Mikhail Kshevetskiy wrote: On Wed, 11 Jul 2012 00:09:06 +0530 Sughosh Ganu urwithsugh...@gmail.com wrote:

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Simon Glass
Hi, On Wed, Jul 11, 2012 at 12:43 PM, Michal Simek mon...@monstr.eu wrote: On 07/11/2012 11:59 AM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 10:19 AM, Michal Simek mon...@monstr.eu mailto: mon...@monstr.eu wrote: On 07/10/2012 11:13 PM, Simon Glass wrote: Hi

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Sughosh Ganu
On Wed Jul 11, 2012 at 03:46:46AM -0700, Tom Rini wrote: On 07/11/2012 03:40 AM, Sughosh Ganu wrote: On Wed Jul 11, 2012 at 01:19:40AM -0700, Tom Rini wrote: On 07/10/2012 11:38 PM, Sughosh Ganu wrote: On Tue Jul 10, 2012 at 11:20:53PM +0400, Mikhail Kshevetskiy wrote: On Wed, 11 Jul 2012

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Michal Simek
On 07/11/2012 12:59 PM, Simon Glass wrote: Hi, On Wed, Jul 11, 2012 at 12:43 PM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: On 07/11/2012 11:59 AM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 10:19 AM, Michal Simek mon...@monstr.eu

[U-Boot] u-boot-2011.12 QorIQ P1013 + XIO2001 PCIE-PCI Bridge

2012-07-11 Thread BRUNMAYR Peter
I'm porting the u-boot-2011.12 to our new board consisting of a QorIQ P1013 connected to a XIO2001 PCIE-PCI bridge from TI. I configured the u-boot in the following way (only PCIE relevant defines): /*--- General PCI */

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Tom Rini
On 07/11/2012 04:05 AM, Sughosh Ganu wrote: On Wed Jul 11, 2012 at 03:46:46AM -0700, Tom Rini wrote: On 07/11/2012 03:40 AM, Sughosh Ganu wrote: On Wed Jul 11, 2012 at 01:19:40AM -0700, Tom Rini wrote: On 07/10/2012 11:38 PM, Sughosh Ganu wrote: On Tue Jul 10, 2012 at 11:20:53PM +0400,

Re: [U-Boot] [PATCH v2 4/7] dfu: MMC specific routines for DFU operation

2012-07-11 Thread Tom Rini
On Tue, Jul 10, 2012 at 12:38:54PM +0200, Lukasz Majewski wrote: Hi Tom, On Wed, Jul 04, 2012 at 05:48:39PM +0200, Lukasz Majewski wrote: Support for MMC storage devices to work with DFU framework. Signed-off-by: Lukasz Majewski l.majew...@samsung.com Signed-off-by: Kyungmin Park

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Simon Glass
Hi Michal, On Wed, Jul 11, 2012 at 1:21 PM, Michal Simek mon...@monstr.eu wrote: On 07/11/2012 12:59 PM, Simon Glass wrote: Hi, On Wed, Jul 11, 2012 at 12:43 PM, Michal Simek mon...@monstr.eu mailto: mon...@monstr.eu wrote: On 07/11/2012 11:59 AM, Simon Glass wrote: Hi

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Sughosh Ganu
On Wed Jul 11, 2012 at 04:43:19AM -0700, Tom Rini wrote: On 07/11/2012 04:05 AM, Sughosh Ganu wrote: snip I'm fine saying that we should wrap the call around an #if, but I would expect it to be set in the common case and only not set in custom production boards. Correct, so all that

Re: [U-Boot] [PATCH V3 2/3] arm/davinci: spl - boot device selection

2012-07-11 Thread Tom Rini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 07/11/2012 05:08 AM, Sughosh Ganu wrote: On Wed Jul 11, 2012 at 04:43:19AM -0700, Tom Rini wrote: On 07/11/2012 04:05 AM, Sughosh Ganu wrote: snip I'm fine saying that we should wrap the call around an #if, but I would expect it to be set

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Michal Simek
On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 1:21 PM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: On 07/11/2012 12:59 PM, Simon Glass wrote: Hi, On Wed, Jul 11, 2012 at 12:43 PM, Michal Simek mon...@monstr.eu

[U-Boot] [PATCH] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-07-11 Thread Michal Simek
Include arch specific gpio.h instead of asm-generic/gpio.h because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) define gpio functions in header file. asm-generic/gpio.h can be included in arch specific gpio.h (For example: ARM) Signed-off-by: Michal Simek mon...@monstr.eu CC:

[U-Boot] [PATCH v2] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-07-11 Thread Michal Simek
Include arch specific gpio.h instead of asm-generic/gpio.h because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) define gpio functions in header file. asm-generic/gpio.h can be included in arch specific gpio.h (For example: ARM) Signed-off-by: Michal Simek mon...@monstr.eu CC:

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h instead of asm-generic/gpio.h

2012-07-11 Thread Michal Simek
2012/7/11 Michal Simek mon...@monstr.eu: Include arch specific gpio.h instead of asm-generic/gpio.h because several architectures (Microblaze, Blackfin, Nios2, OpenRISC) define gpio functions in header file. asm-generic/gpio.h can be included in arch specific gpio.h (For example: ARM)

Re: [U-Boot] [PATCH 02/13] S3C64XX: Switch to use readl/writel to operate nand flash

2012-07-11 Thread Zhong Hongbo
Hi Scott, On 07/10/2012 11:36 PM, Scott Wood wrote: On 07/10/2012 08:00 AM, Zhong Hongbo wrote: On 07/10/2012 08:29 PM, Zhong Hongbo wrote: On 07/10/2012 06:19 AM, Scott Wood wrote: On 07/07/2012 04:57 AM, Zhong Hongbo wrote: @@ -89,15 +96,16 @@ static void s3c_nand_select_chip(struct

[U-Boot] Ethernet on PandaBoard

2012-07-11 Thread Gary Thomas
I just tried rev 211e47549b668c7cdd8658c0413a272f0d0495d4 (v2012.07-rc1) for my PandaBoard. Sadly, this is failing when I try to use the onboard ethernet (EHCI USB based) controller: U-Boot SPL 2012.07-rc1 (Jul 11 2012 - 06:56:00) OMAP4430 ES2.2 OMAP SD/MMC: 0 reading u-boot.img reading

Re: [U-Boot] Ethernet on PandaBoard

2012-07-11 Thread Gary Thomas
On 2012-07-11 07:08, Gary Thomas wrote: I just tried rev 211e47549b668c7cdd8658c0413a272f0d0495d4 (v2012.07-rc1) for my PandaBoard. Sadly, this is failing when I try to use the onboard ethernet (EHCI USB based) controller: U-Boot SPL 2012.07-rc1 (Jul 11 2012 - 06:56:00) OMAP4430 ES2.2 OMAP

Re: [U-Boot] Ethernet on PandaBoard

2012-07-11 Thread Tetsuyuki Kobayashi
Hi Gray, On 2012/07/12, at 0:13, Gary Thomas wrote: On 2012-07-11 07:08, Gary Thomas wrote: I just tried rev 211e47549b668c7cdd8658c0413a272f0d0495d4 (v2012.07-rc1) for my PandaBoard. Sadly, this is failing when I try to use the onboard ethernet (EHCI USB based) controller: U-Boot SPL

Re: [U-Boot] Ethernet on PandaBoard

2012-07-11 Thread Gary Thomas
On 2012-07-11 09:32, Tetsuyuki Kobayashi wrote: Hi Gray, On 2012/07/12, at 0:13, Gary Thomas wrote: On 2012-07-11 07:08, Gary Thomas wrote: I just tried rev 211e47549b668c7cdd8658c0413a272f0d0495d4 (v2012.07-rc1) for my PandaBoard. Sadly, this is failing when I try to use the onboard

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-07-11 Thread Troy Kisky
On 7/10/2012 11:32 PM, Dirk Behme wrote: Ping on this whole patch series ;) Best regards Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot The last version of the series was [RFC v2 1/3]

Re: [U-Boot] [PATCH v2] net/designware: Consecutive writes to the same register to be avoided

2012-07-11 Thread Joe Hershberger
Hi Dinh Nguyen, On Fri, Jun 8, 2012 at 10:26 AM, Dinh Nguyen gills...@gmail.com wrote: This commit is an add-on to f6c4191f. There are a few registers where consecutive writes to the same location should be avoided or have a delay. According to Synopsys, here is a list of the registers and

Re: [U-Boot] [PATCH RESEND] tftp: fix type of block arg to store_block

2012-07-11 Thread Joe Hershberger
Hi Jayachandran, On Wed, Jul 11, 2012 at 1:10 AM, Jayachandran C. jayachandr...@netlogicmicro.com wrote: On Wed, Jul 11, 2012 at 07:37:19AM +0200, Wolfgang Denk wrote: Dear Joe, In message CANr=Z=bMO_vAPuXu_cperjMVwX=QDX_82W622zD7Ja3P=7b...@mail.gmail.com you wrote: Jayachandran: I

Re: [U-Boot] [PATCH v5] net: allow setting env enetaddr from net device setting

2012-07-11 Thread Joe Hershberger
Hi Rob, On Sat, Apr 14, 2012 at 11:06 PM, Rob Herring robherri...@gmail.com wrote: From: Rob Herring rob.herr...@calxeda.com If the net driver has setup a valid ethernet address and an ethernet address is not set in the environment already, then set the environment variables from the net

Re: [U-Boot] [PATCH 1/2] phylib: phy_startup() should return an error code on failure

2012-07-11 Thread Joe Hershberger
Hi Timur Tabi, On Thu, Jul 5, 2012 at 3:33 PM, Timur Tabi ti...@freescale.com wrote: phy_startup() calls the PHY driver's startup function, but it ignores the return code from that function, and so it never returns any failures. Signed-off-by: Timur Tabi ti...@freescale.com --- Applied to

Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible

2012-07-11 Thread Joe Hershberger
Hi Prafulla, On Wed, Jul 11, 2012 at 3:28 AM, Prafulla Wadaskar prafu...@marvell.com wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Dirk Behme Sent: 11 July 2012 12:23 To: u-boot@lists.denx.de; Joe Hershberger

Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible

2012-07-11 Thread Joe Hershberger
Hi Troy Kisky, On Thu, Jun 28, 2012 at 1:00 PM, Troy Kisky troy.ki...@boundarydevices.com wrote: Micrel accidentally used the same part number for the KS8721 and KSZ9021. So, both cannot be in the same build of u-boot. Add a config option to handle this. Signed-off-by: Troy Kisky

[U-Boot] Pull request: u-boot-net.git next

2012-07-11 Thread Joe Hershberger
The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4: Wolfgang Denk (1): Prepare v2012.07-rc1 are available in the git repository at: git://git.denx.de/u-boot-net.git next Dinh Nguyen (1): net/designware: Consecutive writes to the same register to be

Re: [U-Boot] [PATCH 1/3] common/cmd_rsmode.c: add imx reset mode command

2012-07-11 Thread Dirk Behme
On 11.07.2012 20:01, Troy Kisky wrote: On 7/10/2012 11:32 PM, Dirk Behme wrote: Ping on this whole patch series ;) Best regards Dirk ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot The last version of

Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible

2012-07-11 Thread Joe Hershberger
Hi Troy, On Wed, Jul 11, 2012 at 1:54 PM, Troy Kisky troy.ki...@boundarydevices.com wrote: On 7/11/2012 1:28 AM, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Dirk Behme Sent: 11 July 2012 12:23

Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel: make ksz9021 phy accessible

2012-07-11 Thread Troy Kisky
On 7/11/2012 1:28 AM, Prafulla Wadaskar wrote: -Original Message- From: u-boot-boun...@lists.denx.de [mailto:u-boot- boun...@lists.denx.de] On Behalf Of Dirk Behme Sent: 11 July 2012 12:23 To: u-boot@lists.denx.de; Joe Hershberger Subject: Re: [U-Boot] [PATCH V2 1/1] net: phy: micrel:

[U-Boot] [PATCH v2 0/2] GPIO driver for BCM2835 SoC

2012-07-11 Thread Vikram Narayanan
Add GPIO driver for BCM2835 Soc. Also add the driver to the raspberrypi default config Cc: Stephen Warren swar...@wwwdotorg.org Cc: Albert Aribaud albert.u.b...@aribaud.net Vikram Narayanan (2): bcm: Add GPIO driver rbpi: Add BCM2835 GPIO driver for raspberry pi Changes from v1:

[U-Boot] [PATCH v2 1/2] bcm: Add GPIO driver

2012-07-11 Thread Vikram Narayanan
Driver for BCM2835 SoC. This gives the basic functionality of setting/clearing the output. Signed-off-by: Vikram Narayanan vikram...@gmail.com Cc: Stephen Warren swar...@wwwdotorg.org Cc: Albert Aribaud albert.u.b...@aribaud.net --- arch/arm/include/asm/arch-bcm2835/gpio.h | 71

[U-Boot] [PATCH v2 2/2] rbpi: Add BCM2835 GPIO driver for raspberry pi

2012-07-11 Thread Vikram Narayanan
Add the driver to the default config Signed-off-by: Vikram Narayanan vikram...@gmail.com --- include/configs/rpi_b.h |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/include/configs/rpi_b.h b/include/configs/rpi_b.h index f547027..d4bbccc 100644 ---

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Joe Hershberger
Hi Michal, On Wed, Jul 11, 2012 at 7:21 AM, Michal Simek mon...@monstr.eu wrote: On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 1:21 PM, Michal Simek mon...@monstr.eu mailto:mon...@monstr.eu wrote: On 07/11/2012 12:59 PM, Simon Glass wrote: Please use

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Joe Hershberger
On Wed, Jul 11, 2012 at 2:33 AM, Wolfgang Denk w...@denx.de wrote: Dear Stephen Warren, In message 1337714515-6575-1-git-send-email-swar...@wwwdotorg.org you wrote: From: Stephen Warren swar...@nvidia.com This can be useful for generic scripts. For example, rather than hard- coding a script

Re: [U-Boot] [PATCH V3 1/2] Add env vars describing U-Boot target board

2012-07-11 Thread Joe Hershberger
Hi Tom, On Wed, Jul 11, 2012 at 6:46 PM, Tom Warren twar...@nvidia.com wrote: Joe, -Original Message- From: Joe Hershberger [mailto:joe.hershber...@gmail.com] Sent: Wednesday, July 11, 2012 2:54 PM To: Wolfgang Denk Cc: Stephen Warren; u-boot@lists.denx.de; Stephen Warren; Tom

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Simon Glass
Hi Joe, On Wed, Jul 11, 2012 at 11:02 PM, Joe Hershberger joe.hershber...@gmail.com wrote: Hi Michal, On Wed, Jul 11, 2012 at 7:21 AM, Michal Simek mon...@monstr.eu wrote: On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 1:21 PM, Michal Simek

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Michal Simek
On 07/11/2012 11:02 PM, Joe Hershberger wrote: Hi Michal, On Wed, Jul 11, 2012 at 7:21 AM, Michal Simekmon...@monstr.eu wrote: On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 1:21 PM, Michal Simekmon...@monstr.eu mailto:mon...@monstr.eu wrote: On

Re: [U-Boot] [PATCH] fdt: Include arch specific gpio.h

2012-07-11 Thread Simon Glass
Hi Michal, On Thu, Jul 12, 2012 at 7:33 AM, Michal Simek mon...@monstr.eu wrote: On 07/11/2012 11:02 PM, Joe Hershberger wrote: Hi Michal, On Wed, Jul 11, 2012 at 7:21 AM, Michal Simekmon...@monstr.eu wrote: On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012