[U-Boot] [PATCH] Kirkwood: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT

2010-03-17 Thread Prafulla Wadaskar
CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing This clean up patch removes the references for Marvell boards Signed-off-by: Prafulla Wadaskar --- include/configs/mv88f6281gtw_ge.h |1 - include/configs/openrd_base.h |1 - include/configs/rd6281a.h |1 - incl

[U-Boot] [PATCH 1/1] at91: boards cleanup for deprecated CONFIG_CMD_AUTOSCRIPT

2010-03-17 Thread Daniel Gorsulowski
CONFIG_CMD_AUTOSCRIPT support is deprecated and non-existing This clean up patch removes the references for esd boards Signed-off-by: Daniel Gorsulowski --- include/configs/meesc.h |1 - include/configs/otc570.h |1 - 2 files changed, 0 insertions(+), 2 deletions(-) diff --git a/includ

Re: [U-Boot] Use of deprecated CONFIG_CMD_AUTOSCRIPT

2010-03-17 Thread Daniel Gorsulowski
Hello Wolfgang, Wolfgang Denk wrote: > > Hello, > > the following boards maintained by you stioll reference the deprecated > (and non-existing) CONFIG_CMD_AUTOSCRIPT. Please submit clean-up > patches to extinguish all references to AUTOSCR: > ... > meesc ... > otc570 ... I sent a

Re: [U-Boot] EABI 4.2

2010-03-17 Thread Simon Kagstrom
(Sorry if this has already been taken up, I've not been following the discussion closely) On Thu, 11 Mar 2010 11:11:09 +0100 "Martin Krause" wrote: > >> Does this mean, my toolchain is broken? I use ELDK4.2 for ARM. > > > > I belive so, how many bytes is in dirent.namelen? alloca can not > > I

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-17 Thread jrjr
jocke, Thanks for your advise, my lds file is from cpu/mpc8260/u-boot.lds ; I don't change it. Here is the fixup part: -- .reloc : { *(.got) _GOT2_TABLE_ = .; *(.got2) _FIXUP_TABLE_ = .; *(.fixup) } __got2_entries = (_FIXUP_TABLE_ - _GO

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-17 Thread jrjr
And I have made some change in cpu/mpc8260/start.S, I removed following lines: #ifndef CONFIG_SYS_RAMBOOT /* When booting from ROM (Flash or EPROM), clear the*/ /* Address Mask in OR0 so ROM appears everywhere*/ /*---

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-17 Thread Joakim Tjernlund
jrjr wrote on 2010/03/17 09:45:08: > > And I have made some change in cpu/mpc8260/start.S, I removed following lines: > > #ifndef CONFIG_SYS_RAMBOOT > /* When booting from ROM (Flash or EPROM), clear the*/ > /* Address Mask in OR0 so ROM appears everywhere*/ > /*---

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-17 Thread jrjr
Because I want to use LED controlled by OR3 to debug the code,so I don't want to clear OR0. You remind me, so I enable the "Calculate absolute address in FLASH and jump there " part, It seems that I get close to the point: jump to "in_flash:" failed. Here is the start.S part: /* Calcul

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-17 Thread Joakim Tjernlund
jrjr wrote on 2010/03/17 10:49:15: > > Because I want to use LED controlled by OR3 to debug the code,so I don't want > to clear OR0. > > You remind me, so I enable the "Calculate absolute address in FLASH and jump > there " part, > > It seems that I get close to the point: jump to "in_flash:" fai

Re: [U-Boot] [PATCH] ppc4xx fix unstable 440EPX boostrap options

2010-03-17 Thread Stefan Roese
Hi Rup, thanks for this update. Only some minor issue which should be fixed before I push this patch: - You changed the subject from "ppc4xx fix unstable 440EPx bootstrap options" to "ppc4xx fix unstable 440EPX boostrap options" This now has a spelling error and makes it harder to see that

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-17 Thread Prafulla Wadaskar
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Wolfgang Denk > Sent: Monday, March 15, 2010 9:38 PM > To: Siddarth Gore > Cc: u-boot@lists.denx.de; Ashish Karkare; Prabhanjan Sarnaik > Subject: Re: [U-Boot] [PATCH] Marvell

Re: [U-Boot] Use of deprecated CONFIG_CMD_AUTOSCRIPT

2010-03-17 Thread Prafulla Wadaskar
...snip.. > mv88f6281gtw_ge > openrd_base > rd6281a > sheevaplug Posted a patch for above boards Regards.. Prafulla . . ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Detlev Zundel
Hi Jeff, > I seem to be having a problem with fw_printenv on my PowerPC 85xx target > whereby I constantly get CRC32 errors: > > # fw_printenv > Warning: Bad CRC, using default environment > > I tracked this down to the fact that u-boot/lib_generic/crc32.c is > getting compiled with the __LITTLE

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Joakim Tjernlund
> > Hi Jeff, > > > I seem to be having a problem with fw_printenv on my PowerPC 85xx target > > whereby I constantly get CRC32 errors: > > > > # fw_printenv > > Warning: Bad CRC, using default environment > > > > I tracked this down to the fact that u-boot/lib_generic/crc32.c is > > getting compile

Re: [U-Boot] [PATCH v2 1/1] TI: Davinci: NAND Driver Cleanup

2010-03-17 Thread Nick Thompson
On 16/03/10 18:51, Cyril Chemparathy wrote: > #define davinci_emif_regs \ > - ((struct davinci_emif_regs *)DAVINCI_ASYNC_EMIF_CNTRL_BASE) > + ((struct davinci_emif_regs *)DAVINCI_ASYNC_EMIF_CNTRL_BASE) > + I didn't check, but I would assume checkpatch would complain about the spaces tha

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Wolfgang Denk
Dear Joakim Tjernlund, In message you wrote: > > hmm, I recently discovered that normal user space headers always define > both __LITTLE_ENDIAN and __BIG_ENDIAN so therefore a > # ifdef __LITTLE_ENDIAN > # define DO_CRC(x) crc = tab[(crc ^ (x)) & 255] ^ (crc >> 8) > # else > # define DO_CRC(x

[U-Boot] [PATCH] [ARM] Convert at91 watchdog driver to new SoC access

2010-03-17 Thread Achim Ehrlich
This converts the at91 watchdog driver to new c structure type to access registers of the SoC Signed-off-by: Achim Ehrlich --- drivers/watchdog/at91sam9_wdt.c | 21 +++-- 1 files changed, 11 insertions(+), 10 deletions(-) diff --git a/drivers/watchdog/at91sam9_wdt.c b/drivers/

[U-Boot] [PATCH v3] TI: Davinci: NAND Driver Cleanup

2010-03-17 Thread Cyril Chemparathy
Modified to use IO accessor routines consistently. Eliminated volatile usage to keep checkpatch.pl happy. Signed-off-by: Cyril Chemparathy --- Minor formatting board/davinci/da830evm/da830evm.c|2 +- drivers/mtd/nand/davinci_nand.c | 128 -- in

Re: [U-Boot] [PATCH v2 1/1] TI: Davinci: NAND Driver Cleanup

2010-03-17 Thread Chemparathy, Cyril
Hi Nick, > I didn't check, but I would assume checkpatch would complain about the > spaces that have crept in here? Interestingly checkpatch complains only if it finds 8 or more spaces at the beginning of the line (below). For some reason, vim cindent inserted 7 spaces in there, and that kept

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Joakim Tjernlund
Wolfgang Denk wrote on 2010/03/17 12:57:31: > > Dear Joakim Tjernlund, > > In message 003b4...@transmode.se> you wrote: > > > > hmm, I recently discovered that normal user space headers always define > > both __LITTLE_ENDIAN and __BIG_ENDIAN so therefore a > > # ifdef __LITTLE_ENDIAN > > # def

[U-Boot] Uboot debugging clarification!

2010-03-17 Thread Ramalingam C
Hi! I am working on iMX515 processor in our project. Our evaluation board is iMX51EVK. We are using the uboot. For our board we have designed the NAND as storage device! But for our NAND chip we dont have the Advanced toolkit (freescale s/w) support! So we have to load the uboot binary to DD

Re: [U-Boot] EABI 4.2

2010-03-17 Thread Praveen G K
On Wed, Mar 17, 2010 at 2:48 AM, Simon Kagstrom wrote: > (Sorry if this has already been taken up, I've not been following the > discussion closely) > > On Thu, 11 Mar 2010 11:11:09 +0100 > "Martin Krause" wrote: > >> >> Does this mean, my toolchain is broken? I use ELDK4.2 for ARM. >> > >> > I b

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Jeff Angielski
Joakim Tjernlund wrote: > > Wolfgang Denk wrote on 2010/03/17 12:57:31: >> Dear Joakim Tjernlund, >> >> In message > 003b4...@transmode.se> you wrote: >>> hmm, I recently discovered that normal user space headers always define >>> both __LITTLE_ENDIAN and __BIG_ENDIAN so therefore a >>> # ifdef _

Re: [U-Boot] EABI 4.2

2010-03-17 Thread Simon Kagstrom
On Wed, 17 Mar 2010 09:53:36 -0500 Praveen G K wrote: > > I had a similar problem a few months ago, which turned out to be a > > stack alignment issue: > > > >  http://www.mail-archive.com/u-boot@lists.denx.de/msg23202.html > > > > the behavior was pretty similar, with code built with some compil

[U-Boot] u-boot stack overwrites end ramdisk

2010-03-17 Thread Norbert van Bolhuis
before I send a patch or whatsoever I'll explain what's wrong first, maybe I overlook something. I'm using u-boot v2008.10, customized for our PPC MPC8313 based board. When booting a kernel (including ramdisk and dtb) space for cmdline and board info is reserved (by arch_lmb_reserve->lmb_reserve)

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Joakim Tjernlund
Jeff Angielski wrote on 2010/03/17 16:10:50: > > Joakim Tjernlund wrote: > > > > Wolfgang Denk wrote on 2010/03/17 12:57:31: > >> Dear Joakim Tjernlund, > >> > >> In message >> 003b4...@transmode.se> you wrote: > >>> hmm, I recently discovered that normal user space headers always define > >>> b

Re: [U-Boot] Instructions in TEXT section can not load data from other section

2010-03-17 Thread Scott Wood
On Wed, Mar 17, 2010 at 09:49:15AM +, jrjr wrote: > > Because I want to use LED controlled by OR3 to debug the code,so I don't want > to clear OR0. It's temporary; you can use bank 3 after BRn/ORn are set to their final values (confusingly named PRELIM) in cpu_init_f(). -Scott _

Re: [U-Boot] Uboot debugging clarification!

2010-03-17 Thread Wolfgang Denk
Dear Ramalingam C, In message you wrote: > > I am working on iMX515 processor in our project. Our evaluation board is > iMX51EVK. We are using the uboot. > > For our board we have designed the NAND as storage device! But for our > NAND chip we dont have the Advanced toolkit (freescale s/w)

[U-Boot] uboot on microblaze, compilation error

2010-03-17 Thread Horst Gall
Hi, I try to compile an actual version of u-boot for xilinx microblaze. The linker ends with the error-message: ... mb-ld.real:u-boot.lds:1: parse error In u-boot main-directory I found the file 'u-boot.lds': OUTPUT_ARCH(1) ENTRY(_start) ... cpu/1/start.o (.text) ... Wh

Re: [U-Boot] uboot on microblaze, compilation error

2010-03-17 Thread Wolfgang Denk
Dear "Horst Gall", In message <001701cac601$5a380c50$c801a...@xeon> you wrote: > > I try to compile an actual version of u-boot for xilinx microblaze. > The linker ends with the error-message: > > ... mb-ld.real:u-boot.lds:1: parse error > > In u-boot main-directory I found the file 'u-boot

Re: [U-Boot] cross compiling fw_printenv on big endian

2010-03-17 Thread Jeff Angielski
Joakim Tjernlund wrote: Jeff Angielski wrote on 2010/03/17 16:10:50: Joakim Tjernlund wrote: Wolfgang Denk wrote on 2010/03/17 12:57:31: Dear Joakim Tjernlund, In message you wrote: hmm, I recently discovered that normal user space headers always define both __LITTLE_ENDIAN and __BIG_ENDI

Re: [U-Boot] at91sam9g45ekes SDHC/MMC

2010-03-17 Thread Henry Súcart
Hi Albin, Thanks for all the help :). After doing some research i found out that I the configuration I need is !CONFIG_ATMEL_MCI1 since I the interface I'm trying to use is MCI0. When I try it out it does seem like it's trying to read from it (it immediately returns with an -EIO if I remove the S

[U-Boot] Can physical flash initramfs cpio address be given to bootm?

2010-03-17 Thread Brian Hutchinson
Can I use the physical flash address of a initramfs with the u-boot bootm command? The kernel doesn't appear to like it see below. I'm not sure if the problem I've having is a kernel or u-boot issue. I posted on the ARM linux list too so forgive me if you are on both lists. I need a initial

Re: [U-Boot] [PATCH] add new board pm9g45

2010-03-17 Thread RONETIX - Asen Dimov
Hello Wolfgang, in the message <20100316190012.84ca750...@gemini.denx.de> form 16.03.2010 at 09:00 PM +#ifdef CONFIG_LCD +/* + * LCD name TX09D50VM1CCA + */ +vidinfo_t panel_info = { + vl_col: 240, + vl_row: 320, + vl_clk: 4965000, + vl_sync:

Re: [U-Boot] Can physical flash initramfs cpio address be given to bootm?

2010-03-17 Thread Wolfgang Denk
Dear Brian Hutchinson, In message <3d1967ab1003171233g5dc9cc20me150066bf64f5...@mail.gmail.com> you wrote: > Can I use the physical flash address of a initramfs with the u-boot > bootm command? The kernel doesn't appear to like it see below. As far as U-Boot is concerned: yes, you can. In

Re: [U-Boot] Uboot debugging clarification!

2010-03-17 Thread stefano babic
Ramalingam C wrote: > Hi! > Hi Ramalingam, > When we are trying this on iMX51EVK board by removing the SD card, control > > is going to a infinite loop. The same binary is working if we store in the > > SD card of EVK board and boot! Which kind of u-boot have you tested ? If you use the u-b

[U-Boot] soft_spi.c crash while saveenv

2010-03-17 Thread Horst Gall
Hi Wolfgang, I used the soft_spi - driver for saving the u-boot-environment. When I started "saveenv" u-boot hang - no output. I located the problem in soft_spi.c in function "spi_xfer()". This function writes every byte received from the spi-device to the pointer "dout". In case of writing to

[U-Boot] Environmentvar. "ipaddr" - microblaze

2010-03-17 Thread Horst Gall
Hi Wolfgang, in "lib_microblaze/board.c board_init()" the function "env_relocate()" should be called before "getenv_IPaddr()" otherwise there is no chance to save an ip-address in the environment (like in lib_ppc/board.c). Best regards Horst Gall _

[U-Boot] [PATCH] fsl: improve the PIXIS code and fix a few bugs

2010-03-17 Thread Timur Tabi
Refactor and document the Freescale PIXIS code, used on most 85xx and 86xx boards. This makes the code easier to read and more flexible. Delete pixis.h, because none of the exported functions were actually being used by any other file. Make all of the functions in pixis.c 'static'. Remove "#incl

Re: [U-Boot] [PATCH] add new board pm9g45

2010-03-17 Thread Wolfgang Denk
Dear RONETIX - Asen Dimov, In message <4ba1363b.7010...@ronetix.at> you wrote: > > > This information should not be board-specific. The panel information > > is generic and should moved to a separate header file that is not part > > of the board code. > > > > > In the boards (at91sam9263ek and

Re: [U-Boot] uboot on microblaze, compilation error

2010-03-17 Thread Mike Frysinger
On Wednesday 17 March 2010 14:36:38 Horst Gall wrote: > Hi, > > I try to compile an actual version of u-boot for xilinx microblaze. > The linker ends with the error-message: > > ... mb-ld.real:u-boot.lds:1: parse error > > In u-boot main-directory I found the file 'u-boot.lds': > > OUTP

[U-Boot] [PATCH] env: fix endian ordering in crc table

2010-03-17 Thread Jeff Angielski
The crc table was being built as little endian for big endian targets. This would cause fw_printenv to always fail with "Warning: Bad CRC, using default environment" messages. Signed-off-by: Jeff Angielski --- lib_generic/crc32.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) d

Re: [U-Boot] Can physical flash initramfs cpio address be given to bootm?

2010-03-17 Thread Brian Hutchinson
On Wed, Mar 17, 2010 at 4:48 PM, Wolfgang Denk wrote: > As far as U-Boot is concerned: yes, you can. > > In my understanding any sane kernel implementation shoul dbe able to > deal with this. Thanks Wolfgang! I sure do thank the Lord for your diligence over the past 10+ years! > Indeed ARM is o

[U-Boot] [PATCH 01/13] ColdFire: Correct bit definition

2010-03-17 Thread TsiChung Liew
Use correct definition for _MASK and _UNMASK. It was combined in the previous used and causes confusion. Signed-off-by: TsiChung Liew --- board/freescale/m54455evb/m54455evb.c |2 +- cpu/mcf5227x/cpu_init.c | 12 ++-- cpu/mcf52x2/cpu_init.c| 14 ++-- cpu/mcf

[U-Boot] [PATCH 02/13] ColdFire: Update processors' serial port configuration

2010-03-17 Thread TsiChung Liew
Provide parameter passing to uart_port_config(). Update port configuration - un-mask it before enable the bits. Signed-off-by: TsiChung Liew --- cpu/mcf5227x/cpu_init.c |4 +- cpu/mcf523x/cpu_init.c| 26 +- cpu/mcf52x2/cpu_init.c| 61

[U-Boot] [PATCH 03/13] ColdFire: Update uart_port_conf in serial driver

2010-03-17 Thread TsiChung Liew
Provide proper port passing from serial_init to uart_part_conf. Signed-off-by: TsiChung Liew --- drivers/serial/mcfuart.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/serial/mcfuart.c b/drivers/serial/mcfuart.c index 0b53140..d93b24b 100644 --- a/drivers/se

[U-Boot] [PATCH 04/13] ColdFire: Relocate vector table - mcf5445x

2010-03-17 Thread TsiChung Liew
Newer ColdFire processors family boot from address 0 instead of 0xFFnn_. When the boot flash base chip select is set at new location instead of 0, an un-predictable error will occur if there is an vector being trigger and refer it to an invalid address or the vector table handler is not existed

[U-Boot] [PATCH 05/13] ColdFire: Update M5253DEMO configuration file

2010-03-17 Thread TsiChung Liew
Fix incorrect default environment for flash erase or protect range. Change offset from 0 to 0xff80. Change default ethernet setup. Signed-off-by: TsiChung Liew --- include/configs/M5253DEMO.h | 12 ++-- 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/configs/

[U-Boot] [PATCH 06/13] ColdFire: M5271EVB DRAM Bring up issue

2010-03-17 Thread TsiChung Liew
Fix proper portsize: The register for portsize is either 00b, 01b, or 1xb. The value that previous assigned is 32d. Fix DRAM bring up: insert asm("nop") for every DRAM register setup Signed-off-by: TsiChung Liew --- board/freescale/m5271evb/m5271evb.c | 12 ++-- 1 files changed, 10 ins

[U-Boot] [PATCH 08/13] ColdFire: Add CPU compile flag for mcf5301x and mcf532x

2010-03-17 Thread TsiChung Liew
Add CPU compile flag -mcpu=53015 in cpu/config.mk Signed-off-by: TsiChung Liew --- cpu/mcf532x/config.mk | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/cpu/mcf532x/config.mk b/cpu/mcf532x/config.mk index 0cb90ac..b783444 100644 --- a/cpu/mcf532x/config.mk ++

[U-Boot] [PATCH 07/13] ColdFire: Update Extra environment Data for M5275EVB

2010-03-17 Thread TsiChung Liew
Provide extra environment Data and default network address Signed-off-by: TsiChung Liew --- include/configs/M5275EVB.h | 28 +++- 1 files changed, 23 insertions(+), 5 deletions(-) diff --git a/include/configs/M5275EVB.h b/include/configs/M5275EVB.h index b380159..f733a

[U-Boot] [PATCH 09/13] ColdFire: Misc update for M53017

2010-03-17 Thread TsiChung Liew
Reside Ethernet buffer descriptors in SRAM instead of DRAM. Add CONFIG_SYS_TX_ETH_BUFFER in platform configuration file. Update DRAM control and SRAM control register setting. Update cache setting where size does not write to proper region. Signed-off-by: TsiChung Liew Signed-off-by: Jason Jin -

[U-Boot] [PATCH 10/13] ColdFire: Fix SDRAM size on M5208evb rev E

2010-03-17 Thread TsiChung Liew
The proper SDRAM size is 32MB not 64MB Signed-off-by: Jingchang Lu --- include/configs/M5208EVBE.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/M5208EVBE.h b/include/configs/M5208EVBE.h index 32123d2..3cc259f 100644 --- a/include/configs/M5208EVBE.h +

[U-Boot] [PATCH 12/13] ColdFire: Fix incorrect M5253DEMO default environment

2010-03-17 Thread TsiChung Liew
The flash location is at 0xff80, not 0 Signed-off-by: TsiChung Liew --- include/configs/M5253DEMO.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/configs/M5253DEMO.h b/include/configs/M5253DEMO.h index 2d2e056..1eff44c 100644 --- a/include/configs/M5253DEM

[U-Boot] [PATCH 11/13] ColdFire: Cache update for all platforms

2010-03-17 Thread TsiChung Liew
The CF will call cache functions in lib_m68/cache.c and the cache settings are defined in platform configuration file. Signed-off-by: TsiChung Liew --- cpu/mcf5227x/start.S | 100 ++- cpu/mcf523x/start.S | 75 +- cpu/mcf52x2/start.S

[U-Boot] [PATCH 13/13] ColdFire: Fix m54455EVB save environment bug

2010-03-17 Thread TsiChung Liew
The ATMEL flash does not have buffer write feature. Assgined buffer_size = 1, so that when there is a write to the flash will not use buffer write function. Signed-off-by: TsiChung Liew --- board/freescale/m54455evb/m54455evb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --

[U-Boot] [PATCH 2/8] Nomadik: move gpio driver to drivers/gpio

2010-03-17 Thread Rabin Vincent
The Nomadik GPIO driver will also be used on the U8500 SoC, so move it out of platform-specific code. Acked-by: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- board/st/nhk8815/nhk8815.c |2 +- cpu/arm926ejs/nomadik/Makefile

[U-Boot] [PATCH 1/8] Nomadik: move timer code to drivers/misc

2010-03-17 Thread Rabin Vincent
The Nomadik MTU driver will also be used on the U8500 SoC, so move it out of platform-specific code. Acked-by: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- cpu/arm926ejs/nomadik/Makefile |2 +- drivers/misc/Makefile

[U-Boot] [PATCH 0/8] ST-Ericsson Ux500 support

2010-03-17 Thread Rabin Vincent
This series adds base support for ST-Ericsson's Ux500 series of Cortex-A9 based SoCs. Several peripherals are shared with the Nomadik family, for which support already exists in U-Boot. Note: The series must be applied on top of the patch "[PATCH V4] Nomadik: fix reset_timer()" posted by Alessand

Re: [U-Boot] [PATCH 05/13] ColdFire: Update M5253DEMO configuration file

2010-03-17 Thread Ben Warren
TsiChung, On Wed, Mar 17, 2010 at 6:39 PM, TsiChung Liew wrote: > Fix incorrect default environment for flash erase or protect > range. Change offset from 0 to 0xff80. Change default > ethernet setup. > > Signed-off-by: TsiChung Liew > --- > include/configs/M5253DEMO.h | 12 ++--

[U-Boot] [PATCH 3/8] nomadik_gpio: get base address from platform code

2010-03-17 Thread Rabin Vincent
Change the Nomadik GPIO driver to get the base addresses from platform specific code, since it will be used on multiple platforms with different base addresses. Acked-by: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- board/st/nhk8815/nhk8815.c |7 +++ dri

Re: [U-Boot] [PATCH 07/13] ColdFire: Update Extra environment Data for M5275EVB

2010-03-17 Thread Ben Warren
TsiChung, On Wed, Mar 17, 2010 at 6:39 PM, TsiChung Liew wrote: > Provide extra environment Data and default network address > > Signed-off-by: TsiChung Liew > --- > include/configs/M5275EVB.h | 28 +++- > 1 files changed, 23 insertions(+), 5 deletions(-) > > diff --g

[U-Boot] [PATCH 4/8] nomadik_mtu: support configurable clock rates

2010-03-17 Thread Rabin Vincent
Change the Nomadik MTU driver to get the clock rate and prescaler from the config file. Also remove the hardcoded divisors and do the calculations based on the configured rate. Acked-by: Alessandro Rubini Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- drivers/misc/nomadik_mtu.c |

[U-Boot] [PATCH 6/8] ux500: add SoC-specific code

2010-03-17 Thread Rabin Vincent
Add the base SoC code for ST-Ericsson's Ux500 series of Cortex A9 based SoCs. Even though this is a Cortex A9, we put it under Cortex A8 to avoid code duplication, since the CPU specific code can be used unmodified across the two CPUs. Acked-by: Michael Brandt Signed-off-by: Rabin Vincent ---

[U-Boot] [PATCH 5/8] ARM Cortex A8: ifdef code calling lowlevel init

2010-03-17 Thread Rabin Vincent
Conditionally compile the code calling lowlevel_init, to avoid the following build error when CONFIG_SKIP_LOWLEVEL_INIT is defined: start.S:218: undefined reference to `lowlevel_init' Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- cpu/arm_cortexa8/start.S |4 +++- 1 files chan

[U-Boot] [PATCH 7/8] pl01x: add support for Ux500 variant of pl011

2010-03-17 Thread Rabin Vincent
The Ux500 variants of the pl011 have separate LCRH registers for RX and TX. The TX register is at the same offset as the unmodified pl011, so we need to additionally program only the RX register. Acked-by: Michael Brandt Signed-off-by: Rabin Vincent --- I have used the style of the surrounding

Re: [U-Boot] Uboot debugging clarification!

2010-03-17 Thread Liu Hui-R64343
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Ramalingam C > Sent: 2010年3月17日 22:34 > To: U-Boot@lists.denx.de > Subject: [U-Boot] Uboot debugging clarification! > > Hi! > > I am working on iMX515 processor in our projec

[U-Boot] [PATCH 8/8] mop500: add board-specific files

2010-03-17 Thread Rabin Vincent
Add base board code for the MOP500 board, which uses the U8500 SoC. Acked-by: Michael Brandt Tested-by: Michael Brandt Signed-off-by: Rabin Vincent --- MAINTAINERS |4 ++ MAKEALL |1 + Makefile |3 + board/ste

Re: [U-Boot] [PATCH] Marvell GuruPlug Board Support

2010-03-17 Thread Siddarth Gore
On Mon, 2010-03-15 at 09:08 -0700, Wolfgang Denk wrote: > Dear Siddarth Gore, > > In message <1268660568-23022-1-git-send-email-go...@marvell.com> you wrote: > ... > > diff --git a/MAINTAINERS b/MAINTAINERS > > index 80057ce..f102cd8 100644 > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -765,6

[U-Boot] Hi guys, maybe this is not the best list but I ask about my problem

2010-03-17 Thread Fabio Giovagnini
I'm developing a custom board (designed by me) based on sh2a 7203 (Renesas). I have some troubles with my SST flash, while I'm sure my eth0 card works. For building my rootfs I use a script Im able to mount the nfsroot filesystem but I get this message: IP-Config: Complete: device=eth0, addr=

Re: [U-Boot] [PATCH] add new board pm9g45

2010-03-17 Thread Maxim Podbereznyi
Russian company MENTOREL released at91sam9G45 based SODIMM module a couple of months ago. Module is named GEM45 and I guess it is more integrated as it has the following features: - 128M DDR2 main memory - 64M DDR2 second memory for frame buffer or smt else - 128/256M NAND - 64/128M NO

Re: [U-Boot] [PATCH] env: fix endian ordering in crc table

2010-03-17 Thread Joakim Tjernlund
Jeff Angielski wrote on 2010/03/18 02:14:19: > From: Jeff Angielski > To: u-boot@lists.denx.de > Cc: Joakim Tjernlund > Date: 2010/03/18 02:14 > Subject: [PATCH] env: fix endian ordering in crc table > > > The crc table was being built as little endian for big endian > targets. This would caus