[U-Boot] Pull request - ColdFire

2010-03-03 Thread TC Liew
Wolfgang, Please pull. Thanks! Regards, TsiChung The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: Frans Meulenbroeks (1): cmd_itest.c: fix pointer dereferencing are available in the git repository at: git://git.denx.de/u-boot-coldfire.git next Richard R

Re: [U-Boot] Problems with fw_printenv

2010-03-03 Thread Ronald Kortekaas
Op 3-3-2010 21:21, Wolfgang Denk schreef: > Dear Ronald Kortekaas, > > In message you > wrote: > >> The problem was the definition of CONFIG_ENV_ADDR_REDUND after undefining >> this it works. >> > Do you understand the consequewnces of removing this definition? Are > you sure you reall

[U-Boot] [PATCH 2/2] arm, i.mx27: add support for magnesium board from LogicPD

2010-03-03 Thread Heiko Schocher
This patch adds support for the magnesium board from LogicPD. This board uses i.MX27 SoC and has 8MB NOR flash, 128MB NAND flash, FEC ethernet controller integrated into i.MX27. Signed-off-by: Heiko Schocher --- against current git://git.denx.de/u-boot-imx.git MAINTAINERS

[U-Boot] [PATCH 1/2] arm, mx27: add support for SDHC1 pin init

2010-03-03 Thread Heiko Schocher
Signed-off-by: Heiko Schocher --- against current git://git.denx.de/u-boot-imx.git cpu/arm926ejs/mx27/generic.c | 17 + include/asm-arm/arch-mx27/imx-regs.h |1 + 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/cpu/arm926ejs/mx27/generic.c b/cpu/arm9

Re: [U-Boot] [PATCH 1/2] SPEAr : Adding maintainer name for spear SoCs

2010-03-03 Thread Vipin KUMAR
On 3/3/2010 8:26 PM, Tom wrote: > Vipin KUMAR wrote: >> From: Vipin Kumar >> >> Signed-off-by: Vipin Kumar >> --- >> MAINTAINERS |7 +++ >> 1 files changed, 7 insertions(+), 0 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index dd1579e..49a3762 100644 >> --- a/MAINTAINERS

Re: [U-Boot] Problems with fw_printenv

2010-03-03 Thread Ronald Kortekaas
Op 3-3-2010 21:21, Wolfgang Denk schreef: > Dear Ronald Kortekaas, > > In message you > wrote: > >> The problem was the definition of CONFIG_ENV_ADDR_REDUND after undefining >> this it works. >> > Do you understand the consequewnces of removing this definition? Are > you sure you reall

Re: [U-Boot] [PATCH] Save environment data to mmc.

2010-03-03 Thread Liu Hui-R64343
Hi, Terry, > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Lv Terry-R65388 > Sent: 2010年3月4日 11:01 > To: Stefano Babic > Cc: u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH] Save environment data to mmc. > > Hi Babic, >

Re: [U-Boot] [PATCH] Save environment data to mmc.

2010-03-03 Thread Lv Terry-R65388
Hi Babic, Thanks for reviewing the patch. I will send out a new patch to fix the problems you point out. For setting block numbers for MMC offset, I just don't want env mmc to be different. I want users to use it as similiar as other env devices. For the initali

Re: [U-Boot] [PATCH 1/2] SPEAr : Adding maintainer name for spear SoCs

2010-03-03 Thread Minkyu Kang
Dear Tom, On 3 March 2010 23:56, Tom wrote: > Vipin KUMAR wrote: >> From: Vipin Kumar >> >> Signed-off-by: Vipin Kumar >> --- >>  MAINTAINERS |    7 +++ >>  1 files changed, 7 insertions(+), 0 deletions(-) >> >> diff --git a/MAINTAINERS b/MAINTAINERS >> index dd1579e..49a3762 100644 >> ---

Re: [U-Boot] Problems with fw_printenv

2010-03-03 Thread Wolfgang Denk
Dear Ronald Kortekaas, In message you wrote: > > The problem was the definition of CONFIG_ENV_ADDR_REDUND after undefining > this it works. Do you understand the consequewnces of removing this definition? Are you sure you really want to do this? Best regards, Wolfgang Denk -- DENX Software

Re: [U-Boot] [PATCH 1/2] SPEAr : Adding maintainer name for spear SoCs

2010-03-03 Thread Tom
Vipin KUMAR wrote: > From: Vipin Kumar > > Signed-off-by: Vipin Kumar > --- > MAINTAINERS |7 +++ > 1 files changed, 7 insertions(+), 0 deletions(-) > > diff --git a/MAINTAINERS b/MAINTAINERS > index dd1579e..49a3762 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -771,6 +771,13 @@

[U-Boot] Problems with fw_printenv

2010-03-03 Thread Ronald Kortekaas
The problem was the definition of CONFIG_ENV_ADDR_REDUND after undefining this it works. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] imx27lite board support no longer compile

2010-03-03 Thread Heiko Schocher
Hello Stefano, Stefano Babic wrote: >> Heiko Schocher wrote: >>> your following commit breaks building the imx27lite board >>> (and all boards, which uses the ./drivers/net/fec_mxc.c >>> I think), because the following function is missing: > > Hello Heiko, > > I have applied John's patches to th

[U-Boot] FSL UPM NAND read not proper from u-boot

2010-03-03 Thread lloyd vas
Hi, Our development board using MPC8321E processor have two FLASH memory devices, one connected in GPCM (NOR Flash) and another connected in UPM mode(NAND Flash is STM Micro electronics chip NAND512W3A2C). I understood from the mailing list user discussions, that to support it in u-boot 1.3.2 c

Re: [U-Boot] imx27lite board support no longer compile

2010-03-03 Thread Stefano Babic
> Heiko Schocher wrote: >> your following commit breaks building the imx27lite board >> (and all boards, which uses the ./drivers/net/fec_mxc.c >> I think), because the following function is missing: Hello Heiko, I have applied John's patches to the u-boot-imx tree. Building of imx27lite is ok us

[U-Boot] Problems with fw_printenv

2010-03-03 Thread Ronald Kortekaas
I have some problems with the fw_printenv tool. I use the following versions of u-boot, kernel and compiler: - u-boot-2009.11.1 - linux-2.6.22 - gcc-3.4.3-glibc-2.3.2 arm-linux- The problem is that the fw_printenv complains about: "Warning: Bad CRC, using default environmen