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

2012-07-11 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > 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): >

[U-Boot] [PATCH v4] Correct corrupted NAND Flash access on KARO TX25 modules

2012-07-11 Thread Gachet Daniel
Hi Scott and Stefano, You will find below the newest patch for the NAND flash access problem on the TX25 module. I hope this version is fulfilling all your expectations. Cordially, Daniel diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index 936186f..08fbb12 100644 --- a

[U-Boot] [PATCH v4] Correct corrupted NAND Flash access on KARO TX25 modules

2012-07-11 Thread Gachet Daniel
Hi Scott and Stefano, You will find below the newest patch for the NAND flash access problem on the TX25 module. I hope this version is fulfilling all your expectations. Cordially, Daniel diff --git a/drivers/mtd/nand/mxc_nand.c b/drivers/mtd/nand/mxc_nand.c index 936186f..08fbb12 100644 --- a

Re: [U-Boot] USB detection

2012-07-11 Thread Manukumar
Hello, I resolved u-boot issues in u-boot level but i am facing an issue in kernel level usb detection can any suggest me to resolve this issue. manukumar signal-networks On Tue, 2012-07-10 at 04:17 +0200, Marek Vasut wrote: > Dear Manukumar, > > > hello > > I checked with the hardware spec >

Re: [U-Boot] [i2c] Pull request

2012-07-11 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4ffd4d8f.7050...@denx.de> you wrote: > 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 211e47549b668c7cdd8658c0413a27

Re: [U-Boot] Pull request: u-boot-net/master

2012-07-11 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > Hi Wolfgang, > > Please pull a few bug fixes. > > The following changes since commit 211e47549b668c7cdd8658c0413a272f0d0495d4: > Wolfgang Denk (1): > Prepare v2012.07-rc1 > > are available in the git repository at: > > git://git.denx.

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

2012-07-11 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > > >> It also breaks a number of ARM boards... > >> > >> LOG/at91sam9263ek_norflash_boot.ERR:3:/home/joe/u-boot/include/config.h:5:0: > >> warning: "CONFIG_SYS_BOARD" redefined [enabled by default] > > I don't see any of these doing a MAKEALL -s at91

Re: [U-Boot] Need help to get u-boot running on the taskit stamp9g20

2012-07-11 Thread Wolfgang Denk
Dear Markus Hubig, In message you wrote: > > Now I'm in the process of adapting this patch to the new u-boot. Up to now > I can compile a u-boot.bin and download it to the board. But after starting up > the new u-boot I just see this on the serial port Congrats - you got already pretty far. You

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 wrote: > On 07/11/2012 11:02 PM, Joe Hershberger wrote: >> >> Hi Michal, >> >> On Wed, Jul 11, 2012 at 7:21 AM, Michal Simek wrote: >>> >>> On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11,

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 Simek wrote: On 07/11/2012 02:00 PM, Simon Glass wrote: Hi Michal, On Wed, Jul 11, 2012 at 1:21 PM, Michal Simekmailto:mon...@monstr.eu>> wrote: On 07/11/2012 12:59 PM, Simon Glass wrot

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 wrote: > > Hi Michal, > > On Wed, Jul 11, 2012 at 7:21 AM, Michal Simek 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 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 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 Warren >> S

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 wrote: > Dear Stephen Warren, > > In message <1337714515-6575-1-git-send-email-swar...@wwwdotorg.org> you wrote: >> From: Stephen Warren >> >> This can be useful for generic scripts. For example, rather than hard- >> coding a script to ext2load tegra

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 wrote: > On 07/11/2012 02:00 PM, Simon Glass wrote: >> >> Hi Michal, >> >> >> On Wed, Jul 11, 2012 at 1:21 PM, Michal Simek > > wrote: >> >> On 07/11/2012 12:59 PM, Simon Glass wrote: Please use text only email

[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 --- 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 --- a/include/configs/rpi_b.h +++ b/include/

[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 Cc: Stephen Warren Cc: Albert Aribaud --- arch/arm/include/asm/arch-bcm2835/gpio.h | 71 drivers/gpio/Makefile|1 + driv

[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 Cc: Albert Aribaud Vikram Narayanan (2): bcm: Add GPIO driver rbpi: Add BCM2835 GPIO driver for raspberry pi Changes from v1: Incorporate comments from Stephen Warren. arch/arm/

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: m

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 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 >>> To: u-boot@l

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 the

[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 avoi

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 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 > Acked-by: Vladimir Zapolskiy >

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 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:

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 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 > --- Applied to next, thanks. -Joe ___

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 wrote: > From: Rob Herring > > 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 driver setting. > > This enables pxe bootin

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. wrote: > On Wed, Jul 11, 2012 at 07:37:19AM +0200, Wolfgang Denk wrote: >> Dear Joe, >> >> In message >> you >> wrote: >> Jayachandran: I cannot find any trace of your message in our server >> logs either. It appears the mail f

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 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 bit(s) where > co

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] imx-common/cmd_

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 etherne

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-B

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 SD/M

Re: [U-Boot] Ethernet on PandaBoard

2012-07-11 Thread Tetsuyuki Kobayashi
Hi Gray,  This wiki page might help you. http://www.denx.de/wiki/view/DULG/DecodingUBootCrashDumps On 2012/07/11, at 22: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 > e

[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 u-boot.i

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

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 : > 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:

[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 CC: Simon Glass --- v2

[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 CC: Simon Glass --- v2

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 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 mailto:mon...@monstr.eu>

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: > > > I'm fine saying that we should wrap the call around an #if, but I would expect it t

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: > >> 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

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 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>> wrote: >> >> On 07/11/2012 11:59 AM, Simon Glass wrote: >> >> Hi Michal, >> >> >>

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 > > > Signed-off-by: Kyungmin Park > > >

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

[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 */ #defin

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 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 mailto:mon...@monstr.eu>

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 We

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 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>> wrote: >> >> On 07/10/2012 11:13 PM, Simon Glass wrote: >> >> Hi Michal, >> >> >>

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 wrote: >> diff

[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 Signed-off-by: Kyungmin Park --- arch/arm/include/asm/arch-exynos/mmc.h |4 ++--

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 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 mailto:mon...@monstr.eu>

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 wrote: > diff --git a/arch/arm/cpu/arm926ejs/davinci/spl.c >

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 wrote: > Hi Tom, > > On Mon, Jun 25, 2012 at 2:03 PM, Tom Warren wrote: > >> Simon, >> >> > -Original Message- >> > From: Stephen Warren [mailto:swar...@wwwdotorg.org] >> > Sent: Wednesday, June 13, 2012 3:58 PM >> > To: Simon Glass >

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 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>> wrote: >> >> Also include arch specific gpio.h which can contain >> gpio function imp

[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 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 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>> wrote: >> >> On 07/09/2012 11:32 PM, Simon Glass wrote: >> >> Hi Michal, >> >> >>

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 message<4ffc1ef8.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 b

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] [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] 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 > Su

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 --- Hi Troy, arch/

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

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 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: make ksz9021 > phy accessible > > On

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 wrote: diff --git a/arch/arm/cpu/arm926ejs/davinci/spl.c b/arch/arm/cpu/arm926ejs/davinci/spl.c index 74632e5..50b4bbc 1

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 mailto:mon...@monstr.eu>> wrote: Also include arch specific gpio.h which can contain gpio function implementation. Signed-off-by: Michal Simek mailto:mon...@monstr.eu>> CC: Simo

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 for boards maintained by myself (EB_MCF-EV123, eb_cpux9k2 and vl_ma2sc) Best regards, Jens Scharsig ___

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 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 U-Boot@lists.denx.de http://lists.denx.de/

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

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 > > 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 and hence not