[U-Boot] [PATCH V3] Nomadik: fix reset_timer()

2009-11-06 Thread Alessandro Rubini
From: Alessandro Rubini Previous code was failing when reading back the timer less than 400us after resetting it. This lead nand operations to incorrectly timeout any now and then. This changes READ_TIMER from negation to subtraction, so after writing 0 to reset it, an immediate read is correctl

[U-Boot] [PATCH V2] Nomadik: fix reset_timer()

2009-11-06 Thread Alessandro Rubini
From: Alessandro Rubini Previously the code wrote 0 to reset the counter and used negation to read an increasing value from the register. However, a readback before 400us still returned 0, which was reported as 1780 seconds, thus nand failed to work any now and then. As suggested by Wolfgang Denk

[U-Boot] [PATCH] ppc/85xx: Add PIB/ATM support for MPC8569mds

2009-11-06 Thread Liu Yu
Signed-off-by: Liu Yu --- board/freescale/common/pq-mds-pib.c |2 +- board/freescale/mpc8569mds/mpc8569mds.c |7 +++ include/configs/MPC8569MDS.h|3 +++ 3 files changed, 11 insertions(+), 1 deletions(-) diff --git a/board/freescale/common/pq-mds-pib.c b/board/fre

Re: [U-Boot] s3c64xx: move s3c64xx header files to include/asm-arm/arch-s3c64xx

2009-11-06 Thread Minkyu Kang
2009/11/5 Tom : > Minkyu Kang wrote: >> This patch moves the s3c64xx header files from include/ >> to include/asm-arm/arch-s3c64xx >> >> Signed-off-by: Minkyu Kang >> --- > > Thanks! > Please send me a pull request when convenient > > Tom > > ___ > U-Boo

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-11-06 Thread Premi, Sanjeev
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Gadiyar, Anand > Sent: Friday, October 30, 2009 10:25 PM > To: u-boot@lists.denx.de > Subject: Re: [U-Boot] Build breaks on some OMAP3 configs > > > Hi, > > > > I was trying to

Re: [U-Boot] Build breaks on some OMAP3 configs

2009-11-06 Thread Gadiyar, Anand
> > > Hi, > > > > > > I was trying to build u-boot for omap3_3430sdp and > > > omap3_zoom2, and the build fails with the error below. > > > > > > I'm on commit f2b4bc0 from the master branch. I'm > > > using CodeSourcery's 2008q3 toolchain. > > > The commands I ran were: > > > > > > make CROSS_C

[U-Boot] [PATCH] Fix build failure in examples/standalone

2009-11-06 Thread Sanjeev Premi
The variable ELF contains many leading spaces. This adds a 'fake' source file variable COBJS. It leads to build failure as below: make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone' arm-none-linux-gnueabi-gcc -g -Os -fno-common -ffixed-r8 -msoft-float -D__KERNEL__ -DTEXT_BASE

Re: [U-Boot] [PATCH] Fix build failure in examples/standalone

2009-11-06 Thread Nick Thompson
On 06/11/09 09:16, Sanjeev Premi wrote: > The variable ELF contains many leading spaces. This adds > a 'fake' source file variable COBJS. It leads to build > failure as below: > > make[1]: Entering directory `/home/sanjeev/u-boot/examples/standalone' > arm-none-linux-gnueabi-gcc -g -Os -fno-com

Re: [U-Boot] [PATCH v2 1/2]: common: Add a watchdog CLI command

2009-11-06 Thread Simon Kagstrom
(Ping!) On Thu, 29 Oct 2009 09:09:23 +0100 Simon Kagstrom wrote: > A watchdog command to enable the watchdog with a timeout from the CLI > can sometimes be useful. Add that. This also adds a common API for > enabling watchdogs. The API is simple: > > int watchdog_enable(unsigned int tim

Re: [U-Boot] [PATCH v2 1/2]: common: Add a watchdog CLI command

2009-11-06 Thread Prafulla Wadaskar
> -Original Message- > From: Simon Kagstrom [mailto:simon.kagst...@netinsight.net] > Sent: Friday, November 06, 2009 2:58 PM > To: U-Boot ML; Wolfgang Denk > Cc: Prafulla Wadaskar > Subject: Re: [PATCH v2 1/2]: common: Add a watchdog CLI command > > (Ping!) > > On Thu, 29 Oct 2009 09:

Re: [U-Boot] AT91 runnable out of RAM ?

2009-11-06 Thread Remy Bohmer
Hi Tom, 2009/11/6 Tom Rix : > Remy Bohmer wrote: >> >> Hi Tom, >> >>> I would rather keep the patch set together. >> >> OK. >> >>> My current work depends on it. >>> I am working with the usb/cdc branch to added gadget support for omap >>> and ultimately help mainline the usb/cdc branch. > > I am