Re: [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91

2010-10-17 Thread Wolfgang Denk
Dear Andreas, In message you wrote: > > > The patch was submitted while the MW was open, so it should go in now > > (assuming there are no issues that need to be fixed first). > > sorry for being late. Is it OK to get the address changes integrated til > monday evening? Sure. Best regards,

Re: [U-Boot] GDB: cannot access memory at adderss 0xbfc00000

2010-10-17 Thread Wolfgang Denk
Dear "sywang", In message <20101018032052.0402028...@theia.denx.de> you wrote: > > Do you encounter the following question while u-boot is debugged by BDI3000 > and GBD? > > Cannot access memory at address 0xbfc0? It would be _extremely_ helpful if you added some information on which syst

Re: [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91

2010-10-17 Thread Andreas Bießmann
Dear Wolfgang Denk, Am 17.10.2010 um 20:40 schrieb Wolfgang Denk: > Dear Reinhard Meyer, > > In message <4cbb3b3b.8040...@emk-elektronik.de> you wrote: >> >> I'm not sure when to pick up this patch and how it will merge. Wolfgang? > > The patch was submitted while the MW was open, so it should

Re: [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91

2010-10-17 Thread Andreas Bießmann
Dear Reinhard Meyer, Am 17.10.2010 um 20:06 schrieb Reinhard Meyer: > Dear Andreas Bießmann, >> +Andreas Bie�mann > > On my e-Mail client the sharp-s in the commit shows wrongly, > however it does show ok in the e-mail header itself. > >> int board_init (void) >> { >> +at91_pio_t *pio = (at

Re: [U-Boot] [PATCH v3 4/7] FDT: only call boot_get_fdt from generic code

2010-10-17 Thread Thomas Chou
John Rigby wrote: > All arches except nios2 and microblaze call boot_get_fdt > from bootm_start in common/cmd_bootm.c. > > Having nios2 and microblaze do so as well removes code from > their respective do_bootm_linux routines and allows removal of > a nasty ifdef from bootm_start. > > In the case

[U-Boot] [PATCH] arm926ejs, suen3: fix relocation issues

2010-10-17 Thread Heiko Schocher
- use internal 2k security SRAM as RAM for early stack. - do early inits in board_init_f() Signed-off-by: Heiko Schocher Cc: Prafulla Wadaskar --- board/keymile/km_arm/km_arm.c | 24 +++- include/configs/km_arm.h |6 -- 2 files changed, 19 insertions(+), 11 de

[U-Boot] [PATCH V4 1/1] MX5: rename mx51 to mx5

2010-10-17 Thread Jason Liu
Rename mx51 to mx5 in order to support more mx51 like-style SOCs such as MX53 and the followings. Signed-off-by: Jason Liu --- Changes for v2: Address the comments from Stefano Babic: - rebase - remove CONFIG_CPU_TYPE - remove copyright change - change vision2 board config Changes for v3: Addr

[U-Boot] GDB: cannot access memory at adderss 0xbfc00000

2010-10-17 Thread sywang
Do you encounter the following question while u-boot is debugged by BDI3000 and GBD? Cannot access memory at address 0xbfc0? Thanks! Shuyou ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

[U-Boot] [PATCH V3 1/1] MX5: rename mx51 to mx5

2010-10-17 Thread Jason Liu
Rename mx51 to mx5 in order to support more mx51 like-style SOCs such as MX53 and the followings. Signed-off-by: Jason Liu --- Changes for v2: Address the comments from Stefano Babic: - rebase - remove CONFIG_CPU_TYPE - remove copyright change - change vision2 board config Changes for v3: Addr

[U-Boot] [PATCH V3 1/1] MX5: rename mx51 to mx5

2010-10-17 Thread Jason Liu
Rename mx51 to mx5 in order to support more mx51 like-style SOCs such as MX53 and the followings. Signed-off-by: Jason Liu --- Changes for v2: Address the comments from Stefano Babic: - rebase - remove CONFIG_CPU_TYPE - remove copyright change - change vision2 board config Changes for v3: Addr

[U-Boot] "Verifying Checksum ... Bad Data CRC" when kernel downloaded through serial or from SD, but ethernet no such error

2010-10-17 Thread Zhao Jihua
Hi all I can successfully boot my kernel when I download it using the ethernet. But if I download the same kernel through serial COM port or from my on-board micro-SD card to the same DRAM address, this "Bad Data CRC" always pops up: $ bootm 0x8000 ## Booting kernel from Legacy Image at 8

[U-Boot] Check out my photos!

2010-10-17 Thread Naveen Krishna
Hi, I set up a profile where I can post photos, connect and share. Do me a favor and confirm our relationship here http://profile.fanbox.com/DeveloperOptin/Introduction.aspx?vet=197&dt=101710&friend=180487271&encemail=C6WiVGpTpMHlCZkoGMEbFEQFtlF3sOfBzP3dVe+Nuno=. Thanks, Naveen Krishna This me

Re: [U-Boot] [PATCH] MPC837XEMDS: fix pci.c build error

2010-10-17 Thread Peter Tyser
Hi Wolfgang, On Sat, 2010-10-16 at 18:07 +0200, Wolfgang Denk wrote: > Commit 6aa3d3b "83xx: Remove warmboot parameter from PCI init > functions" dropped the last argument to mpc83xx_pcie_init(), but > failed to fix board/freescale/mpc837xemds/pci.c which resulted in the > error: > > pci.c: In fu

[U-Boot] Kirkwood: no console messages from init_sequence?

2010-10-17 Thread Eric Cooper
I rebased my dockstar patches on master, after the recent ARM relocation support for kirkwood had been merged. I no longer see any of the early console messages that should result from display_banner, print_cpuinfo, etc. The first thing I see is the NAND information: Marvell>> reset rese

Re: [U-Boot] [PATCH 2/2] Blackfin: workaround anomaly 05000440

2010-10-17 Thread Sergei Shtylyov
Hello. On 15-10-2010 04:23, Mike Frysinger wrote: > We cannot rely on the syscontrol rom func to program PLL_DIV with anomaly > 05000440 is in effect, so manually program the MMR when necessary. > Signed-off-by: Mike Frysinger [...] > diff --git a/arch/blackfin/cpu/initcode.c b/arch/blackfin/cp

Re: [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91

2010-10-17 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4cbb3b3b.8040...@emk-elektronik.de> you wrote: > > > --- a/board/atmel/at91rm9200ek/config.mk > > +++ b/board/atmel/at91rm9200ek/config.mk > > @@ -1 +1,2 @@ > > -TEXT_BASE = 0x21f0 > > +# currently only NOR flash booting is supported > > +TEXT_BASE = 0x1000

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

2010-10-17 Thread Wolfgang Denk
In message <20101017182418.de8ef1355...@gemini.denx.de> you wrote: > The following changes since commit e1b4c57096b87b4ada56df4154d9acee6a59141f: > > Merge branch 'master' of git://git.denx.de/u-boot-arm (2010-10-13 20:59:47 > +0200) > > are available in the git repository at: > > git://git

Re: [U-Boot] [PATCH] Add sys_proto.h for arch-armv7

2010-10-17 Thread Wolfgang Denk
Dear Alexey Zaytsev, In message you wrote: > > >> U-boot won't build for Versatile Express (ca9x4_ct_vxp) > >> without this patch. I'm not sure why the syslib is made > >> armv7-specific, as it looks quite generic to me, but > >> I'll leave this to the original authors. > >> > >> > >> arch/arm/i

[U-Boot] Pull request: u-boot-arm

2010-10-17 Thread Wolfgang Denk
The following changes since commit e1b4c57096b87b4ada56df4154d9acee6a59141f: Merge branch 'master' of git://git.denx.de/u-boot-arm (2010-10-13 20:59:47 +0200) are available in the git repository at: git://git.denx.de/u-boot-arm.git master Ben Gardiner (7): davinci_nand, trivial : use

Re: [U-Boot] Please Pull u-boot-ti/master

2010-10-17 Thread Wolfgang Denk
Dear s-paul...@ti.com, In message <1287091874-1391-1-git-send-email-s-paul...@ti.com> you wrote: > Wolfgang, > > Please pull u-boot-ti/master > > Thanks, > Sandeep > > The following changes since commit e79f48393dd919079b34f37957c933f8e75c164d: > Lei Wen (1): > env_mmc: fix cannot sav

Re: [U-Boot] [PATCH 1/3] at91rm9200ek: convert to at91

2010-10-17 Thread Reinhard Meyer
Dear Andreas Bießmann, > +Andreas Bie�mann On my e-Mail client the sharp-s in the commit shows wrongly, however it does show ok in the e-mail header itself. > int board_init (void) > { > + at91_pio_t *pio = (at91_pio_t *)AT91_PIO_BASE; > + > /* Enable Ctrlc */ > - console_init_f

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

2010-10-17 Thread Wolfgang Denk
Dear Stefano Babic, In message <4cb6c28d.8030...@denx.de> you wrote: > > please pull from u-boot-imx > > The following changes since commit e79f48393dd919079b34f37957c933f8e75c164d: > Lei Wen (1): > env_mmc: fix cannot save env issue > > are available in the git repository at: > >

Re: [U-Boot] Pull request u-boot-blackfin.git

2010-10-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1287170617-13361-1-git-send-email-vap...@gentoo.org> you wrote: > The following changes since commit e79f48393dd919079b34f37957c933f8e75c164d: > > env_mmc: fix cannot save env issue (2010-10-13 22:02:32 +0200) > > are available in the git repository at: > git

[U-Boot] [PATCH] config.mk cleanup: drop "-I$(TOPDIR)/board" entries

2010-10-17 Thread Wolfgang Denk
After the recent cleanups, a number of config.mk files consist only of a "PLATFORM_CPPFLAGS += -I$(TOPDIR)/board" entry whih is not needed. Remove such entries. In most cases, that means that the whole config.mk file can be removed. Signed-off-by: Wolfgang Denk --- board/alaska/config.mk

[U-Boot] [Patch] update board EB+CPUx9K2

2010-10-17 Thread Jens Scharsig
* update to support arm reloaction * unnecessary environment variables removed Signed-off-by: Jens Scharsig --- board/BuS/eb_cpux9k2/config.mk |2 +- board/BuS/eb_cpux9k2/cpux9k2.c |7 +++ include/configs/eb_cpux9k2.h | 21 +++-- 3 files changed, 11 insertions(+)

[U-Boot] [PATCH v2] MAKEALL: allow additional board selections

2010-10-17 Thread Wolfgang Denk
Add command line handling to select boards to be built by architecture, CPU family, vendor or SoC name. Signed-off-by: Wolfgang Denk --- changes since V1: - apply Mike Frysinger's review comments - allow to repeat options, so that "-v FOO -v BAR" will select all configur

Re: [U-Boot] [PATCH] MAKEALL: allow additional board selections

2010-10-17 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201010170713.02380.vap...@gentoo.org> you wrote: > > On Sunday, October 17, 2010 06:31:33 Wolfgang Denk wrote: > > +TEMP=`getopt -o a:c:v:s: --long arch:,cpu:,vendor:,soc: \ > > + -n 'MAKEALL' -- "$@"` > > perhaps split the short/long opts out into dedicated va

Re: [U-Boot] [PATCH V2 1/1] IMX: rename mx51 to mx5

2010-10-17 Thread Wolfgang Denk
Dear Liu Hui-R64343, In message <3850a844e6a3854c827ac5c0bec7b60a2b0...@zch01exm23.fsl.freescale.net> you wrote: > > > I suggest we do the same. Please add a "mx5" resp. "MX5" to the new > > identifier names. > > Yes, agree. Thanks. > > Please also keep in mind that CONFIG_* options should be

Re: [U-Boot] [PATCH] MAKEALL: allow additional board selections

2010-10-17 Thread Mike Frysinger
On Sunday, October 17, 2010 06:31:33 Wolfgang Denk wrote: > +TEMP=`getopt -o a:c:v:s: --long arch:,cpu:,vendor:,soc: \ > + -n 'MAKEALL' -- "$@"` perhaps split the short/long opts out into dedicated variables to make updating easier ? SHORT_OPTS="a:c:v:s:" LONG_OPTS="arch:,cpu:,vendor:,soc:"

[U-Boot] [PATCH] MAKEALL: allow additional board selections

2010-10-17 Thread Wolfgang Denk
Add command line handling to select boards to be built by architecture, CPU family, vendor or SoC name. Signed-off-by: Wolfgang Denk --- MAKEALL | 109 +-- 1 files changed, 106 insertions(+), 3 deletions(-) diff --git a/MAKEALL b/MAKE

Re: [U-Boot] [PATCH V2 1/1] IMX: rename mx51 to mx5

2010-10-17 Thread Liu Hui-R64343
Hi, Wolfgang, > -Original Message- > From: Wolfgang Denk [mailto:w...@denx.de] > Sent: Saturday, October 16, 2010 3:08 AM > To: Liu Hui-R64343 > Cc: sba...@denx.de; u-boot@lists.denx.de > Subject: Re: [U-Boot] [PATCH V2 1/1] IMX: rename mx51 to mx5 > > Dear Jason Liu, > > In message <12

Re: [U-Boot] [PATCH] Add sys_proto.h for arch-armv7

2010-10-17 Thread Alexey Zaytsev
On Sat, Oct 16, 2010 at 18:54, Wolfgang Denk wrote: > Dear Alexey Zaytsev, > > In message <20101015233455.4049.16990.st...@zaytsev.su> you wrote: >> Signed-off-by: Alexey Zaytsev >> --- >> >> Hi. >> >> U-boot won't build for Versatile Express (ca9x4_ct_vxp) >> without this patch. I'm not sure why

Re: [U-Boot] [PATCH v2 1/5] Build: Add "board options" column to boards.cfg

2010-10-17 Thread Wolfgang Denk
Dear Reinhard Meyer, In message <4cba3fc0.1010...@emk-elektronik.de> you wrote: > > > In case of simple options like '256M_U_BOOT', these expand to > > "#define CONFIG_MK_256M_U_BOOT 1" in config.h . In case of > > assignments like 'RAM=8192', these expand to "#define CONFIG_MK_RAM > > 8192"

Re: [U-Boot] [PATCH v2 1/5] Build: Add "board options" column to boards.cfg

2010-10-17 Thread Wolfgang Denk
Dear Marek Vasut, In message <201010170212.17008.marek.va...@gmail.com> you wrote: > > Didn't you say CONFIG_MK_ was being changed to plain CONFIG_ ? You left=20 > CONFIG_MK_RAM above. This is done in patch 2/5: mkconfig: change CONFIG_MK_ prefix into plain CONFIG_ Best regards, Wolfgang Denk