Re: [U-Boot] [PATCH 9/9 V3] new board (eb_cpux9k2)

2010-01-30 Thread Tom
Jens Scharsig wrote: > * support for EB+CPUx9K2 board by BuS Elektronik GmbH & Co. KG > * select via make eb_cpux9k2_config > * this also demonstrates, how to use boards with AT91RM9200 cpu > in at91 arch tree > > Signed-off-by: Jens Scharsig > --- > MAINTAINERS| 14 +-

Re: [U-Boot] [PATCH 8/9 V3] new at91_emac network driver (NET_MULTI api)

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add's at91_emac (AT91RM9200) network driver (NET_MULTI api) > * enable driver with CONFIG_DRIVER_AT91EMAC > * generic PHY initialization > * modify AT91RM9200 boards to use NET_MULTI driver > * the drivers has been tested with LXT971 Phy and DM9161 Phy at > MII and R

Re: [U-Boot] [PATCH 7/9 V3] prepare joining at91rm9200 into at91

2010-01-30 Thread Tom
Jens Scharsig wrote: > * prepare joining at91 and at91rm9200 > * please read README.soc-at91 for details > It looks like a lot of these files are copies. Please explain in the commit log what you are doing. Such as cpu/arm920t/at91/timer.c is a copy of .. These are the parts changed. 1. 2. It

Re: [U-Boot] [PATCH 6/9 V3] update at91sam9263ek board to new SoC access

2010-01-30 Thread Tom
Jens Scharsig wrote: > * convert at91sam9263ek board to use c stucture SoC access > * demonstates how to use new SoC 'demonstrates' > > Signed-off-by: Jens Scharsig > --- > board/atmel/at91sam9263ek/at91sam9263ek.c | 147 > +++-- > board/atmel/at91sam9263ek/led.c

Re: [U-Boot] [PATCH 5/9 V3] convert common files to new SoC access

2010-01-30 Thread Tom
Jens Scharsig wrote: > * convert common files in cpu/../at91 and a lot of drivers to use > c stucture SoC access > * add's a warning to all files, which need update to new SoC access > > Signed-off-by: Jens Scharsig > --- > cpu/arm926ejs/at91/at91cap9_devices.c |4 + > cpu/arm926ejs

Re: [U-Boot] [PATCH 4/9 V3] convert all at91 files to use at91_gpio driver syntax

2010-01-30 Thread Tom
Jens Scharsig wrote: > * convert all files cpu/../at91 to use at91_gpio driver syntax > * change AT91_PINP([A-F])(\d+) to AT91_PORTPIN(\1, \2), > this makes all 160 AT91_PINPxxx defines obsolete > * AT91_PINPxxx defines can be remove if all boards converted > to new SoC access > > Signed

Re: [U-Boot] [PATCH 3/9 V3] add a new AT91 GPIO driver

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add a real AT91 GPIO driver instead of header inline code > * change board config files to use new driver > > Signed-off-by: Jens Scharsig > --- > drivers/gpio/Makefile |1 + > drivers/gpio/at91_gpio.c | 240 > +++

Re: [U-Boot] [PATCH 2/9 V3] add c structures for SoC access

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add's c structures for SoC access to pheriperials head files > * add's missing pheriperials head files (new SoC) > > Signed-off-by: Jens Scharsig > --- > include/asm-arm/arch-at91/at91_matrix.h | 125 > +++ > include/asm-arm/arch-at91/at91_p

Re: [U-Boot] [PATCH 1/9 V3] add new CONFIG_AT91_LEGACY

2010-01-30 Thread Tom
Jens Scharsig wrote: > * add's the new temporary CONFIG_AT91_LEGACY to all board configs > * This will need for backward compatiblity, while change the SoC > access to c structures. If CONFIG_AT91_LEGACY is defined, the > deprecated SoC is used. > * please see README.at91-soc for details >

[U-Boot] [UBOOT] AVR32-UC3 (EVK1100) status

2010-01-30 Thread Tobias Frost
I received a new toy, one Atmel EVK 1105 evaluation board. (MCU: AVR32, AT32 UC3A 0512). The board is quite similar to the EVK 1100. Checking the schematic, the changes are indeed minor, (like channel for SPI1 instead of SPI0 for Flash memory) As I saw on the list that there were some patches

Re: [U-Boot] Transfer file using loadb

2010-01-30 Thread Wolfgang Denk
Dear Chetan Nanda, In message <7f245da81001300735x6d0727f8s2f530d6a3540e...@mail.gmail.com> you wrote: > > Every time after this transfer get started but then aborted automatically > with following error message: ... > HINTS... If the preceding error message does not explain the failure: > . Try

[U-Boot] [UBOOT] AVR32-UC3 (EVK1100) status

2010-01-30 Thread Tobias Frost
I received a new toy, one Atmel EVK 1105 evaluation board. (MCU: AVR32, AT32 UC3A 0512). The board is quite similar to the EVK 1100. Checking the schematic, the changes are indeed minor, (like channel for SPI1 instead of SPI0 for Flash memory) As I saw on the list that there were some patches

[U-Boot] Transfer file using loadb

2010-01-30 Thread Chetan Nanda
HI all, I am working on OMAP3 based SoC. I am trying to send uImage over serial port using kermit. I have followed folowing: 1. issued a loadb command on u-boot prompt. 2. On c-termit> send /bin uImage Every time after this transfer get started but then aborted automatically with following error

[U-Boot] ARM regression

2010-01-30 Thread Tom
In today's update wrt ml u-boot, there was 1 regression. VCMA9 cmd_ximg.c: In function 'do_imgextract': cmd_ximg.c:234: error: 'i' undeclared (first use in this function) cmd_ximg.c:234: error: (Each undeclared identifier is reported only once cmd_ximg.c:234: error: for each function it appears in

[U-Boot] [PATCH 2/3] AM35x: Add support for AM3517EVM

2010-01-30 Thread hvaibhav
From: Vaibhav Hiremath This patch adds basic support for the AM3517EVM. It includes: - Header file and implementation for the board - Default configuration - Updates for makefile - Board specific changes for NAND Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi --- MAINTAINERS

[U-Boot] [PATCH 0/3] Add Support for AM3517EVM with EMIF4

2010-01-30 Thread hvaibhav
From: Vaibhav Hiremath AM3517 device is high-performance, industrial applications processor designed and developed keeping Software Compatible with OMAP3 Processors. Differances :- === - The SDRC controller has been replaced with EMIF4. - Some new IP's got added like, CAN

[U-Boot] [PATCH 1/3] OMAP3: Consolidate SDRC related operations

2010-01-30 Thread hvaibhav
From: Vaibhav Hiremath Consolidated all SDRC related functions/operations into separate file - sdrc.c. Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi --- cpu/arm_cortexa8/omap3/Makefile|3 + cpu/arm_cortexa8/omap3/board.c | 34 +-- cpu/arm_cortexa8/omap

[U-Boot] [PATCH 3/3] AM35x: Add support for EMIF4

2010-01-30 Thread hvaibhav
From: Vaibhav Hiremath This patch adds support for the EMIF4 interface available in the AM35x processors. Signed-off-by: Vaibhav Hiremath Signed-off-by: Sanjeev Premi --- cpu/arm_cortexa8/omap3/Makefile|3 + cpu/arm_cortexa8/omap3/emif4.c | 160 +++

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

2010-01-30 Thread Hiremath, Vaibhav
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of s-paul...@ti.com > Sent: Friday, January 29, 2010 2:36 AM > To: u-boot@lists.denx.de; tom@windriver.com > Subject: [U-Boot] Please pull u-boot-ti master > > Tom, > > Please

Re: [U-Boot] UART loadb problem in u-boot

2010-01-30 Thread Wolfgang Denk
Dear prathika, In message <4b63cd35.9060...@deeopl.com> you wrote: > > I am right now working on a board with PPC440EP processor. > I am loading the u-boot on to the board. the board has DDR SDRAM of CAS > 3 latency, i have made changes accordingly in the u-boot. Hm... what makes you so sure th