Re: [U-Boot] Problems with fw_printenv

2010-03-04 Thread Wolfgang Denk
Dear Ronald Kortekaas, In message <4b8f4fbb.8040...@chess.nl> 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

Re: [U-Boot] Problems with fw_printenv

2010-03-04 Thread Wolfgang Denk
Dear Ronald Kortekaas, In message <4b8f60a1.4070...@chess.nl> you wrote: > > I think I found the solution. I changed my configuration als follows: ... > Changed my mtdparts to: > > #define MTDPARTS_DEFAULT > "mtdparts=physmap-flash.0:256k(uboot)ro,128k(ubootenv),128k(ubootenv_re),4096k(ke

Re: [U-Boot] [PATCH [v3]] fix monitor protection for CONFIG_MONITOR_IS_IN_RAM

2010-03-04 Thread Stefan Roese
On Tuesday 02 March 2010 10:59:19 Wolfgang Wegner wrote: > For platforms with flash below ram addresses, the current check to > activate monitor protection is wrong/insufficient. This patch fixes > CONFIG_MONITOR_IS_IN_RAM for these systems by adding a check for > this configuration. Applied to u-

[U-Boot] Please pull u-boot-ppc4xx/master

2010-03-04 Thread Stefan Roese
The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: Frans Meulenbroeks (1): cmd_itest.c: fix pointer dereferencing are available in the git repository at: git://www.denx.de/git/u-boot-ppc4xx.git master Eugene O'Brien (1): ppc4xx: Corrected EBC register

[U-Boot] Please pull u-boot-cfi-flash/master

2010-03-04 Thread Stefan Roese
The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: Frans Meulenbroeks (1): cmd_itest.c: fix pointer dereferencing are available in the git repository at: git://www.denx.de/git/u-boot-cfi-flash.git master Wolfgang Wegner (1): ] fix monitor protection fo

[U-Boot] 8/16 bit support for NAND at runtime

2010-03-04 Thread Vipin KUMAR
Hi All, This query is wrt NAND 8/16 bit device support at runtime. Currently, the u-boot code can support only one of these at a time. Although the NAND device in itself can be recognized by reading the device id, the NAND controllers may need different platform specific initializations for diffe

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

2010-03-04 Thread Stefano Babic
Heiko Schocher wrote: > 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. > Heiko, I have only a little comment. > int checkboard(void) > { > +#if defined(CONFIG

Re: [U-Boot] 8/16 bit support for NAND at runtime

2010-03-04 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <4b8f8c3f.6050...@st.com> you wrote: > > This query is wrt NAND 8/16 bit device support at runtime. Currently, > the u-boot code can support only one of these at a time. Yes, indeed. I have yet to see a piece of hardware which implements both 8 and 16 bit interfaces

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

2010-03-04 Thread Wolfgang Denk
Dear Heiko Schocher, In message <4b8f5d65.4070...@denx.de> you wrote: > 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. The magnesium board is NOT developed by nor

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

2010-03-04 Thread Wolfgang Denk
Dear Vipin KUMAR, In message <4b8f5122.60...@st.com> you wrote: > On 3/3/2010 8:26 PM, Tom wrote: ... > > Please move this up to be after > > Sangmoon Kim > > > > debrisMPC8245 > > KVME080MPC8245 > > > > This is under Power PC systems section. > Do you really want me to

[U-Boot] USB_OTG for MIPS32 4Kc

2010-03-04 Thread Fasika Alemayehu Assegei
Hi all, I am working with U-Boot support for the USIP, a MIPS32 4Kc micorcontroller. Basic functionality has been implemented. Currently I'm working on USB / USB_OTG support. But what I really want is USB OTG support for the MIPS32 4Kc micorcontroller. Can you give me some pointers on implemen

Re: [U-Boot] [PATCH] arm: kirkwood: suen3: fixed build warning

2010-03-04 Thread Tom
Prafulla Wadaskar wrote: > This patch fixes following build warning > > Invalid Kwbimage command Type - valid names are: BOOT_FROM, NAND_ECC_MODE, > NAND_PAGE_SIZE, SATA_PIO_MODE, DDR_INIT_DELAY, DATA, , spi, nand, sata, pex, > uart > > Signed-off-by: Prafulla Wadaskar > --- > board/keymile/k

[U-Boot] howto deal with nested $() in bootenv?

2010-03-04 Thread Arno Steffen
To set my uboot environment (2008-10) I upload a script to uboot set serverip192.168.90.230 a) set bootargs_nfsmem=128M console=ttyS2,115200n8 noinitrd rw root=/dev/nfs nfsroot=$(serverip):/opt/rootfs, nolock b) set bootargs_nfsmem=128M console=ttyS2,115200n8 noinitrd rw root=/

Re: [U-Boot] [GIT PULL] Pull request: u-boot-imx

2010-03-04 Thread Tom
There are some compiler warnings. These should be resolved. mx51evk.ERR soc.c: In function 'print_cpuinfo': soc.c:68: warning: implicit declaration of function 'get_mcu_main_clk' soc.c: In function 'cpu_mmc_init': soc.c:99: warning: implicit declaration of function 'fsl_esdhc_mmc_init' clock.c:45

Re: [U-Boot] howto deal with nested $() in bootenv?

2010-03-04 Thread Wolfgang Denk
Dear Arno Steffen, In message <804f0d21003040708h672d4814m6e1c4d5f32ea9...@mail.gmail.com> you wrote: > To set my uboot environment (2008-10) I upload a script to uboot ... > I case a) the serverip while loading will inserted fix in bootargs_nfs > In case b) the serverip will not replaced so that

[U-Boot] [PATCH V5 02/11] MX51: Add initial support for the Freescale MX51

2010-03-04 Thread Stefano Babic
The patch add initial support for the Freescale i.MX51 processor (family arm cortex_a8). Signed-off-by: Stefano Babic Signed-off-by: Fred Fan --- Changes since last version: Removed warnings during compilation due to missing prototypes. Added missed prototype in sys_proto.h (as already done for

[U-Boot] [PATCH V5 03/11] MX51: Add register definitions

2010-03-04 Thread Stefano Babic
The patch add header files to support the Freescale i.MX51 processor, setting definitions for internal registers. Signed-off-by: Stefano Babic Signed-off-by: Fred Fan --- Changes since last version: Removed enum mxc_clock (moved in clock.h) from imx-regs.h (required to remove warnings during c

[U-Boot] [PATCH V5 11/11] Add initial support for Freescale mx51evk board

2010-03-04 Thread Stefano Babic
The patch adds initial support for the Freescale mx51evk board. Network (FEC) and SD controller (fsl_esdhc) are supported. Signed-off-by: Stefano Babic Signed-off-by: Fred Fan --- Changes since last version: Added missing prototype (get_cpu_rev) including sys_proto.h in mx51evk.c MAINTAINERS

[U-Boot] [PATCH V5 10/11] fsl_esdhc: add support for mx51 processor

2010-03-04 Thread Stefano Babic
The esdhc controller in the mx51 processor is quite the same as the one in some powerpc processors (MPC83xx, MPC85xx). This patches adapts the driver to support the arm mx51. Signed-off-by: Stefano Babic --- Changes since last version: added missing prototype in speed.c cpu/arm_cortexa8/mx51/

Re: [U-Boot] [GIT PULL] please pull u-boot-mpc83xx.git

2010-03-04 Thread Wolfgang Denk
Dear Kim Phillips, In message <20100302114647.e5acc8d7.kim.phill...@freescale.com> you wrote: > Wolfgang Denk, > > Please pull: > > The following changes since commit 77e7273c40315abd2f3c17ad8d46a78950e3e65f: > Jens Scharsig (1): > new board (eb_cpux9k2) > > are available in the git r

Re: [U-Boot] [GIT PULL] Pull request: u-boot-sh

2010-03-04 Thread Wolfgang Denk
Dear Nobuhiro Iwamatsu, In message <29ab51dc1003021952y152a4336q15f07c10a7d16...@mail.gmail.com> you wrote: > Dear Wolfgang Denk, > > Please pull: > > The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: > Frans Meulenbroeks (1): > cmd_itest.c: fix pointer dere

Re: [U-Boot] Pull request - ColdFire

2010-03-04 Thread Wolfgang Denk
Dear TC Liew, In message you wrote: > 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 reposito

Re: [U-Boot] Please pull u-boot-ppc4xx/master

2010-03-04 Thread Wolfgang Denk
Dear Stefan Roese, In message <201003041010.26733...@denx.de> you wrote: > The following changes since commit f3651764e57e353251695691677bd95ba5a420bc: > Frans Meulenbroeks (1): > cmd_itest.c: fix pointer dereferencing > > are available in the git repository at: > > git://www.denx.de

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

2010-03-04 Thread Minkyu Kang
Dear Wolfgang and Tom, On 4 March 2010 21:44, Wolfgang Denk wrote: > Dear Vipin KUMAR, > > In message <4b8f5122.60...@st.com> you wrote: >> On 3/3/2010 8:26 PM, Tom wrote: > ... >> > Please move this up to be after >> > Sangmoon Kim >> > >> >     debris        MPC8245 >> >     KVME080        MPC

Re: [U-Boot] 8/16 bit support for NAND at runtime

2010-03-04 Thread Vipin KUMAR
On 3/4/2010 5:58 PM, Wolfgang Denk wrote: > Dear Vipin KUMAR, > > In message <4b8f8c3f.6050...@st.com> you wrote: >> >> This query is wrt NAND 8/16 bit device support at runtime. Currently, >> the u-boot code can support only one of these at a time. > > Yes, indeed. I have yet to see a piece of h

Re: [U-Boot] [PATCH] arm: kirkwood: suen3: fixed build warning

2010-03-04 Thread Prafulla Wadaskar
> -Original Message- > From: Tom [mailto:tom@windriver.com] > Sent: Thursday, March 04, 2010 7:25 PM > To: Prafulla Wadaskar > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH] arm: kirkwood: suen3: fixed > build warning > > Prafulla Wada

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

2010-03-04 Thread Heiko Schocher
This patch adds support for the magnesium board from projectiondesign. This board uses i.MX27 SoC and has 8MB NOR flash, 128MB NAND flash, FEC ethernet controller integrated into i.MX27. As this port is based on the imx27lite port, common config options are collected in include/configs/imx27lite-co

Re: [U-Boot] [PATCH V5 03/11] MX51: Add register definitions

2010-03-04 Thread Liu Hui-R64343
Hi, Babic > -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano Babic > Sent: 2010年3月5日 3:22 > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V5 03/11] MX51: Add register definitions > > The patch add header files to

Re: [U-Boot] [PATCH V5 02/11] MX51: Add initial support for theFreescale MX51

2010-03-04 Thread Liu Hui-R64343
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Stefano Babic > Sent: 2010年3月5日 3:19 > To: u-boot@lists.denx.de > Subject: [U-Boot] [PATCH V5 02/11] MX51: Add initial support > for theFreescale MX51 > > The patch add initial

Re: [U-Boot] howto deal with nested $() in bootenv?

2010-03-04 Thread Arno Steffen
Dear Wolfgang, I read that chapter and changed to set bootargs_nfs'setenv bootargs mem=128M console=ttyS2,115200n8 noinitrd rw root=/dev/nfs nfsroot=${serverip}:/opt/rootfs, nolock' set boot_nfs'run bootargs_nfs addip; printenv bootargs; tftpboot 0x8000 uImage; bootm 0x800