[U-Boot] [PATCH] Added watchdog support for davinchi_dm365evm

2012-05-20 Thread Stijn Souffriau
--- board/davinci/dm365evm/dm365evm.c | 68 include/configs/davinci_dm365evm.h | 11 ++ 2 files changed, 79 insertions(+), 0 deletions(-) diff --git a/board/davinci/dm365evm/dm365evm.c b/board/davinci/dm365evm/dm365evm.c index ac54106..fb05019 100644

[U-Boot] [PATCH] Added u-boot header generating functionality to ublimage

2012-05-20 Thread Stijn Souffriau
--- tools/ublimage.c | 19 +++ tools/ublimage.h |2 ++ 2 files changed, 21 insertions(+), 0 deletions(-) diff --git a/tools/ublimage.c b/tools/ublimage.c index d6b4017..527b1a4 100644 --- a/tools/ublimage.c +++ b/tools/ublimage.c @@ -36,6 +36,10 @@ #include #include "ubli

Re: [U-Boot] [PATCH] Added watchdog support for davinchi_dm365evm

2012-05-20 Thread Mike Frysinger
On Sunday 20 May 2012 12:50:40 Stijn Souffriau wrote: > --- a/board/davinci/dm365evm/dm365evm.c > +++ b/board/davinci/dm365evm/dm365evm.c > > +#ifdef CONFIG_HW_WATCHDOG > +static struct davinci_timer * const wdttimer = > +(struct davinci_timer *)CONFIG_SYS_WDTTIMERBASE; > + > +/* WDTCR bit

Re: [U-Boot] [PATCH] Added u-boot header generating functionality to ublimage

2012-05-20 Thread Mike Frysinger
On Sunday 20 May 2012 12:53:06 Stijn Souffriau wrote: > --- a/tools/ublimage.c > +++ b/tools/ublimage.c > > +static uint32_t getDataPageSize() { don't use CamelCase in naming things. use "(void)" not "()". uncuddle the brace with function definitions. -mike signature.asc Description: This is

Re: [U-Boot] silent console with nand

2012-05-20 Thread Wolfgang Denk
Dear "Bishop, Mark", In message <5d308bd40154e4439d82454fe483a50206a4f...@evs4.nam.ci.root> you wrote: > Is it possible to have a silent console with the 'silent' environment > variable if the environment is stored in NAND? The storage location of the environment should have nothing to do with t

Re: [U-Boot] [PATCH] README: Fix how to for serial console when CONFIG_CFB_CONSOLE is defined

2012-05-20 Thread Wolfgang Denk
Dear Fabio Estevam, In message <1336593952-5808-1-git-send-email-fabio.este...@freescale.com> you wrote: > Fix how to force serial console when CONFIG_CFB_CONSOLE is defined. > > Tested on a mx51evk board. > > Signed-off-by: Fabio Estevam > --- > README |3 ++- > 1 files changed, 2 insert

Re: [U-Boot] Please pull u-boot-mmc.git

2012-05-20 Thread Wolfgang Denk
Dear Andy Fleming, In message <1336590428-7152-1-git-send-email-aflem...@freescale.com> you wrote: > The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75= > ce: > > Merge branch 'ag...@denx.de' of git://git.denx.de/u-boot-staging (2012-= > 04-30 18:19:28 +0200) > > are ava

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

2012-05-20 Thread Wolfgang Denk
Dear Albert ARIBAUD, In message <4fb1fe52.6060...@aribaud.net> you wrote: > Hi Wolfgang, > > The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75ce: > >Merge branch 'ag...@denx.de' of git://git.denx.de/u-boot-staging > (2012-04-30 18:19:28 +0200) > > are available in t

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

2012-05-20 Thread Wolfgang Denk
Dear Joe Hershberger, In message you wrote: > The following changes since commit 0a6deb3251a68b5be640ab1b848ca67e906b75ce: > Wolfgang Denk (1): > Merge branch 'ag...@denx.de' of git://git.denx.de/u-boot-staging > > are available in the git repository at: > > git://git.denx.de/u-boo

[U-Boot] [PATCH v3 05/11] cfb_console: Add console_clear_line function

2012-05-20 Thread Anatolij Gustschin
From: Pali Rohár console_clear_line() clears part of specified line or the full line. Signed-off-by: Pali Rohár Signed-off-by: Anatolij Gustschin --- Changes since v2: - remove console_clear() from this patch, it should be added in another patch which uses this function - fix arguments fo

Re: [U-Boot] [PATCH v3 05/11] cfb_console: Add console_clear_line function

2012-05-20 Thread Anatolij Gustschin
On Sun, 20 May 2012 22:38:08 +0200 Anatolij Gustschin wrote: > From: Pali Rohár > > console_clear_line() clears part of specified line or the full line. The patch numbering is wrong, actually it should be [PATCH v3 04/11]. Sorry about that. Thanks, Anatolij ___

Re: [U-Boot] Pull request: nand flash

2012-05-20 Thread Wolfgang Denk
Dear Scott Wood, In message <20120518232351.ga...@tyr.buserror.net> you wrote: > The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500: > > Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200) > > are available in the git repository at: > git://git.denx.de/u-boot

Re: [U-Boot] [PULL] u-boot-usb/master :: FOR u-boot/-next

2012-05-20 Thread Wolfgang Denk
Dear Marek Vasut, In message <201205200838.10106.ma...@denx.de> you wrote: > The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500: > > Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200) > > are available in the git repository at: What exactly does the "FOR u-bo

[U-Boot] [PATCH] common/cmd_nvedit.c: Fix GCC 4.6 warning

2012-05-20 Thread Anatolij Gustschin
cmd_nvedit.c: In function '_do_env_set': cmd_nvedit.c:207:9: warning: unused variable 'bd' [-Wunused-variable] Signed-off-by: Anatolij Gustschin --- common/cmd_nvedit.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/common/cmd_nvedit.c b/common/cmd_nvedit.c index 5999cb

[U-Boot] [PATCH] common/cmd_nand.c: Fix GCC 4.6 warning

2012-05-20 Thread Anatolij Gustschin
cmd_nand.c: In function 'raw_access': cmd_nand.c:397:9: warning: variable 'rwsize' set but not used [-Wunused-but-set-variable] Signed-off-by: Anatolij Gustschin Cc: Scott Wood --- common/cmd_nand.c |2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/common/cmd_nand.c b/co

[U-Boot] [PATCH] drivers/net/smc911x.c: Fix GCC 4.6 warning

2012-05-20 Thread Anatolij Gustschin
smc911x.c: In function 'smc911x_initialize': smc911x.c:288:12: warning: assignment from incompatible pointer type [enabled by default] Signed-off-by: Anatolij Gustschin --- drivers/net/smc911x.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/net/smc911x.c b/dr

[U-Boot] [PATCH] drivers/net/mpc5xxx_fec.c: Fix build warning

2012-05-20 Thread Anatolij Gustschin
Fix: mpc5xxx_fec.c: In function 'mpc5xxx_fec_initialize': mpc5xxx_fec.c:920: warning: assignment from incompatible pointer type Signed-off-by: Anatolij Gustschin --- drivers/net/mpc5xxx_fec.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/mpc5xxx_fec.c b/dr

[U-Boot] [PATCH] drivers/usb/eth/asix.c: Fix build warning

2012-05-20 Thread Anatolij Gustschin
Fix: asix.c: In function 'asix_eth_get_info': asix.c:629:12: warning: assignment from incompatible pointer type Signed-off-by: Anatolij Gustschin --- drivers/usb/eth/asix.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/usb/eth/asix.c b/drivers/usb/eth/asix.c i

[U-Boot] [PATCH] arch/arm/cpu/ixp/npe/npe.c: Fix build warning

2012-05-20 Thread Anatolij Gustschin
Fix: npe.c: In function 'npe_initialize': npe.c:630:13: warning: assignment from incompatible pointer type Signed-off-by: Anatolij Gustschin --- arch/arm/cpu/ixp/npe/npe.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/arm/cpu/ixp/npe/npe.c b/arch/arm/cpu/ixp/npe/

[U-Boot] [PATCH] drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning

2012-05-20 Thread Anatolij Gustschin
Fix: smsc95xx.c: In function 'smsc95xx_eth_get_info': smsc95xx.c:869:12: warning: assignment from incompatible pointer type [enabled by default] Signed-off-by: Anatolij Gustschin --- drivers/usb/eth/smsc95xx.c |3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/drivers/usb

Re: [U-Boot] [PULL] u-boot-usb/master :: FOR u-boot/-next

2012-05-20 Thread Marek Vasut
Dear Wolfgang Denk, > Dear Marek Vasut, > > In message <201205200838.10106.ma...@denx.de> you wrote: > > The following changes since commit f50bf50d7f6f99c5ad4666d63a7eef43d3940500: > > Improve MAKEALL parallel builds (2012-05-18 13:49:04 +0200) > > > > are available in the git repository at:

Re: [U-Boot] [GIT PULL RESEND] ext2load speedup

2012-05-20 Thread Jason Cooper
Wolfgang, I saw you were handling some pull requests and thought this might have slipped through the cracks. This patch sat on the list for quite a while and has two independent testers reporting substantial success (included in the commit). To my knowledge, there is no fs maintainer... thx, J

[U-Boot] [PATCH v3] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-05-20 Thread Bo Shen
Enable new PIO feature supported by Atmel SoC. Using CPU_HAS_PIO3 micro to enable PIO new feature. Signed-off-by: Bo Shen --- Changes since v1: - remove the legacy interface. Changes since v2: - keep the legacy interface, don't touch it. arch/arm/include/asm/arch-at91/at91_pio.h | 45 ++

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

2012-05-20 Thread Huang Changming-R66093
Best Regards Jerry Huang > -Original Message- > From: Wood Scott-B07421 > Sent: Friday, May 18, 2012 11:55 PM > To: Huang Changming-R66093 > Cc: u-boot@lists.denx.de; Marek Vasut; Andy Fleming > Subject: Re: [U-Boot] [PATCH 2/2 v3] FSL/eSDHC: enable the clock to > detect the SD card >

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

2012-05-20 Thread Huang Changming-R66093
VVN2.2/VVN2.3 is the vendor version number, that is the FSL SDHC IP verion. Best Regards Jerry Huang > -Original Message- > From: Marek Vasut [mailto:ma...@denx.de] > Sent: Saturday, May 19, 2012 12:03 AM > To: Huang Changming-R66093 > Cc: u-boot@lists.denx.de; Andy Fleming > Subject: Re

Re: [U-Boot] [GIT PULL RESEND] ext2load speedup

2012-05-20 Thread Wolfgang Denk
Dear Jason Cooper, In message <20120521013540.gm24...@titan.lakedaemon.net> you wrote: > > I saw you were handling some pull requests and thought this might have > slipped through the cracks. This patch sat on the list for quite a > while and has two independent testers reporting substantial suc

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-20 Thread Rajeshwari Birje
Hi Marek, I am working on u-boot-samsung master branch. arch/arm/include/asm/arch-exynos/system.h was added to it on April 5 2012 with patch: "EXYNOS: definitions of system resgister and power management registers." If you still want me rebase the patches on u-boot-usb/master do let me know. On

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-20 Thread Marek Vasut
Dear Rajeshwari Birje, > Hi Marek, > > I am working on u-boot-samsung master branch. > arch/arm/include/asm/arch-exynos/system.h was added to it on April 5 > 2012 with patch: > "EXYNOS: definitions of system resgister and power management registers." > > If you still want me rebase the patches o

Re: [U-Boot] [PATCH v2] ATMEL/PIO: Enable new feature of PIO on Atmel device

2012-05-20 Thread Bo Shen
Hi Andreas, On 5/18/2012 19:01, Andreas Bießmann wrote: Dear Bo Shen, On 17.05.2012 03:19, Bo Shen wrote: On 5/16/2012 18:42, Andreas Bießmann wrote: Dear Bo Shen, On 16.05.2012 04:16, Bo Shen wrote: -#ifdef CONFIG_AT91_LEGACY - - I think this should be done in a separate patch (s

Re: [U-Boot] [PATCH] Added watchdog support for davinchi_dm365evm

2012-05-20 Thread Heiko Schocher
Hello Stijn, Stijn Souffriau wrote: > --- > board/davinci/dm365evm/dm365evm.c | 68 > > include/configs/davinci_dm365evm.h | 11 ++ > 2 files changed, 79 insertions(+), 0 deletions(-) Why you add this here board specific? Why you do not use existing

Re: [U-Boot] [PATCH 1/6 V4] EXYNOS5: Fix system register structure

2012-05-20 Thread Anatolij Gustschin
Hi Marek, On Mon, 21 May 2012 07:41:04 +0200 Marek Vasut wrote: > Dear Rajeshwari Birje, > > > Hi Marek, > > > > I am working on u-boot-samsung master branch. > > arch/arm/include/asm/arch-exynos/system.h was added to it on April 5 > > 2012 with patch: > > "EXYNOS: definitions of system resgis

Re: [U-Boot] [PATCH] Added u-boot header generating functionality to ublimage

2012-05-20 Thread Heiko Schocher
Hello Stijn, Stijn Souffriau wrote: > --- > tools/ublimage.c | 19 +++ > tools/ublimage.h |2 ++ > 2 files changed, 21 insertions(+), 0 deletions(-) > > diff --git a/tools/ublimage.c b/tools/ublimage.c > index d6b4017..527b1a4 100644 > --- a/tools/ublimage.c > +++ b/tools/u