Re: [U-Boot] [PATCH] ehci-hcd: Allow cleanups to happen on an EHCI timeout.

2011-06-26 Thread Robert Berger
Hi Joel, On 06/25/2011 10:28 PM, Joel A Fernandes wrote: > --- > Robert, Could you see if this patch solves the issue you're seeing without > increasing the timeout? The tftp session retrieves the uImage with your patch and a timeout of 5000: OMAP3 beagleboard.org # tftp 0x8200 beagle-xm-rev

Re: [U-Boot] [PATCH V5 1/2] GPIO: Tegra2: add GPIO driver for Tegra2

2011-06-26 Thread Albert ARIBAUD
Hi Tom, Le 24/06/2011 19:58, Tom Warren a écrit : > On Fri, Jun 17, 2011 at 9:27 AM, Tom Warren wrote: >> Signed-off-by: Tom Warren >> --- >> Changes in V2: >> - use 'gpio_pin' enum in gpio.h (Simon Glass review request) >> - change 'GPIO_PORT8' to 'GPIO_FULLPORT' (Simon Glass req

Re: [U-Boot] [PATCH v2] arm920t/at91: use new clock features from libat91-common

2011-06-26 Thread Jens Scharsig
Am 08.06.2011 22:10, schrieb Andreas Bießmann: > This patch enables the new clock features from new libat91-common. This > is a required step to get at91rm9200_usart replaced by atmel_usart > driver. > > Signed-off-by: Andreas Bießmann > > Cc: Jens Scharsig > Cc: Eric Bénard > --- > changes since v

Re: [U-Boot] [PATCH atmel/next 5/7] eb_cpux9k2: use atmel_usart

2011-06-26 Thread Jens Scharsig
Am 12.06.2011 13:49, schrieb Andreas Bießmann: > Signed-off-by: Andreas Bießmann > CC: Jens Scharsig > --- > board/BuS/eb_cpux9k2/cpux9k2.c |7 +++ > include/configs/eb_cpux9k2.h |6 -- > 2 files changed, 11 insertions(+), 2 deletions(-) > Acked-by: Jens Scharsig Tested-by: J

[U-Boot] CONFIG_SYS_SDRAM_BASE error

2011-06-26 Thread Benoit PRIGENT
Hi, I try compiling u-boot for Iomega iConnect using these files: http://patchwork.openwrt.org/patch/299/ But I got this error: board.c: In function â__dram_init_banksizeâ: board.c:233: error: âCONFIG_SYS_SDRAM_BASEâ undeclared (first use in this function) board.c:233: error: (Each undeclared i

Re: [U-Boot] SPL framework re-design

2011-06-26 Thread Ilya Yanok
Hello everybody, I've read the whole thread and I really like what Daniel suggests but I just want to speak it in a little bit different words. I wonder why do we need this whole spl thing in the first place (well, surely I know what they are used for but why do we need a separate entity for this

Re: [U-Boot] [PATCH] nios2: move generic config to boards.cfg

2011-06-26 Thread Thomas Chou
On 06/25/2011 09:12 AM, Mike Frysinger wrote: > I can't build test this, but just looking at the config files written > and it seems OK ... > Hi Mike, Built and tested on nios2 board. Though the original patch doesn't apply to current head and might need rebase. Thanks. Best regards, Thomas Te

[U-Boot] [PATCH v2] nios2: move generic config to boards.cfg

2011-06-26 Thread Mike Frysinger
I can't build test this, but just looking at the config files written and it seems OK ... Tested-by: Thomas Chou Signed-off-by: Mike Frysinger --- v2 - rebased onto master MAKEALL|4 +--- Makefile | 14 -- boards.cfg |1 + 3 files changed, 2 insertions(+), 1

Re: [U-Boot] SPL framework re-design

2011-06-26 Thread Aneesh V
Dear Wolfgang, On Saturday 25 June 2011 05:40 PM, Wolfgang Denk wrote: > Dear Aneesh V, > > In message<4e00799a.5040...@ti.com> you wrote: >> >>> Here is a crude implementation of the top-down approach you had been >>> suggesting (or my interpretation of it). This is not complete yet and >>> serv

Re: [U-Boot] SPL framework re-design

2011-06-26 Thread Aneesh V
Hi Ilya, On Monday 27 June 2011 04:47 AM, Ilya Yanok wrote: > Hello everybody, > > I've read the whole thread and I really like what Daniel suggests but I just > want to speak it in a little bit different words. > > I wonder why do we need this whole spl thing in the first place (well, > surely I

Re: [U-Boot] [PATCH 2/3] omap3evm: Update ethernet reset sequence for Rev.G board

2011-06-26 Thread Premi, Sanjeev
> -Original Message- > From: Premi, Sanjeev > Sent: Thursday, June 23, 2011 4:48 PM > To: Premi, Sanjeev; Igor Grinberg > Cc: Govindarajan, Sriramakrishnan; u-boot@lists.denx.de > Subject: RE: [U-Boot] [PATCH 2/3] omap3evm: Update ethernet > reset sequence for Rev.G board > > > -Orig

[U-Boot] CONFIG_SYS_SDRAM_BASE error

2011-06-26 Thread Benoit PRIGENT
Hi, I try compiling u-boot for Iomega iConnect using these files: http://patchwork.openwrt.org/patch/299/ But I got this error: board.c: In function â__dram_init_banksizeâ: board.c:233: error: âCONFIG_SYS_SDRAM_BASEâ undeclared (first use in this function) board.c:233: error: (Each undeclared

[U-Boot] [PATCH] 85XX: Fix pin muxing for second USB controller

2011-06-26 Thread Felix Radensky
On P1022/P1013 second USB controller is muxed with second Ethernet controller. The current code to enable second USB fails to properly clear pinmux bits used by ethernet. As a result, Linux freezes when this controller is used. This patch fixes the problem. Signed-off-by: Felix Radensky --- arch

Re: [U-Boot] [PATCH 2/3] omap3evm: Update ethernet reset sequence for Rev.G board

2011-06-26 Thread Igor Grinberg
On 06/27/11 08:06, Premi, Sanjeev wrote: >> -Original Message- >> From: Premi, Sanjeev >> Sent: Thursday, June 23, 2011 4:48 PM >> To: Premi, Sanjeev; Igor Grinberg >> Cc: Govindarajan, Sriramakrishnan; u-boot@lists.denx.de >> Subject: RE: [U-Boot] [PATCH 2/3] omap3evm: Update ethernet >