Re: [U-Boot] Question regarding FPGA firmware load in u-boot

2009-06-21 Thread Dieter Kiermaier
André, > Dieter, > > On Fri, 2009-06-19 at 17:46 +0200, Dieter Kiermaier wrote: > > Hello List, > > > > I want to boot a (Lattice) FPGA from u-boot by using Slave Serial > > configuration on a Marvell Kirkwood device. > > Should be no problem as long as you'll have access to GPIO. I'm working on

[U-Boot] request

2009-06-21 Thread 徐建辉
reply ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] [PATCH] usb: musb: add timeout via CONFIG_MUSB_TIMEOUT

2009-06-21 Thread Mike Frysinger
On Sunday 21 June 2009 16:05:43 Remy Bohmer wrote: > 2009/6/16 Mike Frysinger : > > From: Bryan Wu > > > > Signed-off-by: Bryan Wu > > I get permanent delivery errors on this email address. Are you sure it > is correct? > If not, can you please provide me a correct address? it isnt anymore as Br

Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-06-21 Thread Mike Frysinger
On Sunday 21 June 2009 15:54:13 Remy Bohmer wrote: > Hello Mike, > > I got a remark about this patch: > > 2009/6/16 Mike Frysinger : > > From: Bryan Wu > > > > Signed-off-by: Bryan Wu > > Signed-off-by: Mike Frysinger > > --- > > drivers/usb/musb/Makefile |1 + > > drivers

Re: [U-Boot] [PATCH] usb: musb: add timeout via CONFIG_MUSB_TIMEOUT

2009-06-21 Thread Remy Bohmer
Hello Mike, 2009/6/16 Mike Frysinger : > From: Bryan Wu > > Signed-off-by: Bryan Wu I get permanent delivery errors on this email address. Are you sure it is correct? If not, can you please provide me a correct address? Kind Regards, Remy ___ U-Boot

Re: [U-Boot] [PATCH] usb: musb: add timeout via CONFIG_MUSB_TIMEOUT

2009-06-21 Thread Remy Bohmer
Hi, 2009/6/16 Mike Frysinger : > From: Bryan Wu > > Signed-off-by: Bryan Wu > Signed-off-by: Mike Frysinger > --- >  drivers/usb/musb/musb_hcd.c |   31 +++ >  drivers/usb/musb/musb_hcd.h |    4 >  2 files changed, 35 insertions(+), 0 deletions(-) > Applied to u

Re: [U-Boot] [PATCH] usb: musb: drop old musb read/write prototypes

2009-06-21 Thread Remy Bohmer
Hi, 2009/6/16 Mike Frysinger : > These functions are no longer defined, so remove their prototypes. > > Signed-off-by: Mike Frysinger > --- >  drivers/usb/musb/musb_core.h |    6 -- >  1 files changed, 0 insertions(+), 6 deletions(-) > Applied to u-boot-usb. Thanks, Remy ___

[U-Boot] [PATCH 1/2] lcd: allow to not draw the logo when clearing the screen

2009-06-21 Thread Jean-Christophe PLAGNIOL-VILLARD
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/lcd.c | 23 --- 1 files changed, 16 insertions(+), 7 deletions(-) diff --git a/common/lcd.c b/common/lcd.c index 74a5c77..b5e81f1 100644 --- a/common/lcd.c +++ b/common/lcd.c @@ -78,7 +78,7 @@ static inline void lcd

[U-Boot] [PATCH 2/2] lcd: add ANSI escape support

2009-06-21 Thread Jean-Christophe PLAGNIOL-VILLARD
to use the new menu framework, clear and advance echo we need to add the following escape ansi support \e[%dJ, \e[m, \e[%dm, and \e[%d;%dH Tested on at91sam9263ek Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- common/lcd.c | 71 ++

Re: [U-Boot] [PATCH] mpc8xxx: USB: fix: access of ehci struct elements

2009-06-21 Thread Remy Bohmer
Hi, 2009/6/19 Vivek Mahajan : > This patch fixes the access to the 'ehci' struct elements which should > have been taken care off in 4ef01010aa4799c759d75e67007fdd3a38c88c8a > Sorry about that. > > Signed-off-by: Vivek Mahajan Applied to u-boot-usb. Thanks, Remy

Re: [U-Boot] [PATCH] usb: musb: add support for Blackfin MUSB

2009-06-21 Thread Remy Bohmer
Hello Mike, I got a remark about this patch: 2009/6/16 Mike Frysinger : > From: Bryan Wu > > Signed-off-by: Bryan Wu > Signed-off-by: Mike Frysinger > --- >  drivers/usb/musb/Makefile                   |    1 + >  drivers/usb/musb/blackfin_usb.c             |  152 +++ >  drivers/us

Re: [U-Boot] How to add new files in uboot

2009-06-21 Thread xiangfu
Hi sadanand.tavad...@wipro.com wrote: > Hi > > Please let me know how to add new files in u boot. > what you means? say some detail. > Thanks > Sada > > Please do not print this email unless it is absolutely necessary. > > The information contained in this electronic message and any att

Re: [U-Boot] [PATCH] Atmel LCD driver GUARDTIME fix

2009-06-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 13:46 Tue 16 Jun , Mark Jackson wrote: > This patch correctly sets up the guard time parameter in > the Atmel LCDC driver. > > This works on the AVR32 platform, but needs to be tested > under the AT91 platform which shares the same code base. > > Signed-off-by: Mark Jackson > --- does not

Re: [U-Boot] [PATCH 2/2 V2] ARM: Don't include libgcc anymore

2009-06-21 Thread Dirk Behme
Jean-Christophe PLAGNIOL-VILLARD wrote: > This patch removes the inclusion of libgcc functions into U-Boot on the ARM > architecture. Only the really needed functions are provided in the lib_arm > directory. Those implementations are copied from Linux where they are well > proven related to reliabl

Re: [U-Boot] [PATCH 7/7] imx27lite: add support for imx27lite board from LogicPD

2009-06-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:12 Mon 08 Jun , Ilya Yanok wrote: > This patch adds support for i.MX27-LITEKIT development board from > LogicPD. This board uses i.MX27 SoC and has 2MB NOR flash, 64MB NAND > flash, FEC ethernet controller integrated into i.MX27. > > Signed-off-by: Ilya Yanok > --- > MAINTAINERS

Re: [U-Boot] [PATCH 5/7] mxc-mmc: sdhc host driver for MX2 and MX3 proccessor

2009-06-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 04:12 Mon 08 Jun , Ilya Yanok wrote: > This is a port of Linux driver for SDHC host controller hardware > found on Freescale's MX2 and MX3 processors. Uses new generic MMC > framework (CONFIG_GENERIC_MMC) and it looks like there are some > problems with a framework (at least on LE cpus). Som

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-21 Thread kevin.morf...@fearnside-systems.co.uk
On 21/06/2009 10:46, Jean-Christophe PLAGNIOL-VILLARD wrote: > On 00:56 Sun 21 Jun , kevin.morf...@fearnside-systems.co.uk wrote: >> Hi Jean-Christophe, comments below: >> >> Also, see note at the end regarding re-structuring of the existing >> s3c24x0 and >> Embest SBC2440-II Board patches. >

Re: [U-Boot] [PATCH-ARM 1/2] Add support for the Embest SBC2440-II Board

2009-06-21 Thread Jean-Christophe PLAGNIOL-VILLARD
On 00:56 Sun 21 Jun , kevin.morf...@fearnside-systems.co.uk wrote: > Hi Jean-Christophe, comments below: > > Also, see note at the end regarding re-structuring of the existing > s3c24x0 and > Embest SBC2440-II Board patches. > > On 20/06/2009 18:36, Jean-Christophe PLAGNIOL-VILLARD wrote: > >