Re: [U-Boot] [PATCH 0/4] omap3: clean up gpmc config strut

2009-05-12 Thread Matthias Ludwig
 which tree is the baseline for these? i think arm/next has few changes
 also which is yet to be merged to mainline..

its based on 2009.06-RC1.
I recently compile-tested on arm/next, it works for all platforms in
master, but breaks zoom2. 

-- 
Matthias Ludwig, Software Development
Ultratronik Entwicklungs GmbH, Gewerbestrasse 52, 82211 Herrsching, Germany
http://www.ultratronik.de  Tel: +49 8152 3709-356  Fax: +49 8152 5183
Registergericht Muenchen, HRB 55584
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot



[U-Boot] [PATCH 0/4] omap3: clean up gpmc config strut

2009-05-11 Thread Matthias Ludwig
following patchset cleans up gpmc config for omap3.

- chip select configuration is embedded into global gpmc configuration
  struct to make it available without handling offset-defines.
- several instances of gpmc_t (which used always the same base address)
  are replaced by one global struct which is initialized in gpmc_init.
- typedef for gpmc struct is replaced by c struct

Compile tested on:
  omap3_evm, omap3_beagle, omap3_overo, omap3_pandora, omap3_zoom1

Boot tested on new platform (not in mainline), SDRAM, NAND and network
(code taken from board/omap3/evm/evm.c) initialization works fine.

My EVM broken seems to be broken, so can someone please boot test on
at least on platforms?

best regards,
Matthias

Matthias Ludwig (4):
  omap3: embedd gpmc_cs into gpmc config struct
  omap3: remove typedef for struct gpmc
  omap3: replace all instances of gpmc config struct by one global
  omap3: use only fixed-size types inside ctrl_structs

 board/omap3/evm/evm.c |   15 +-
 cpu/arm_cortexa8/omap3/mem.c  |   48 ++---
 cpu/arm_cortexa8/omap3/sys_info.c |3 +-
 drivers/mtd/nand/omap_gpmc.c  |   41 ++---
 include/asm-arm/arch-omap3/cpu.h  |  428 +++--
 include/configs/omap3_beagle.h|3 +-
 include/configs/omap3_evm.h   |3 +-
 include/configs/omap3_overo.h |3 +-
 include/configs/omap3_pandora.h   |3 +-
 include/configs/omap3_zoom1.h |3 +-
 10 files changed, 273 insertions(+), 277 deletions(-)

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/4] omap3: clean up gpmc config strut

2009-05-11 Thread Nishanth Menon
Matthias Ludwig said the following on 05/11/2009 01:09 PM:
 following patchset cleans up gpmc config for omap3.

 -
which tree is the baseline for these? i think arm/next has few changes
also which is yet to be merged to mainline..
Regards,
Nishanth Menon
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/4] omap3: clean up gpmc config strut

2009-05-11 Thread Dirk Behme
Hi Matthias,

Matthias Ludwig wrote:
 following patchset cleans up gpmc config for omap3.
 
 - chip select configuration is embedded into global gpmc configuration
   struct to make it available without handling offset-defines.
 - several instances of gpmc_t (which used always the same base address)
   are replaced by one global struct which is initialized in gpmc_init.
 - typedef for gpmc struct is replaced by c struct
 
 Compile tested on:
   omap3_evm, omap3_beagle, omap3_overo, omap3_pandora, omap3_zoom1
 
 Boot tested on new platform (not in mainline), SDRAM, NAND and network
 (code taken from board/omap3/evm/evm.c) initialization works fine.
 
 My EVM broken seems to be broken, so can someone please boot test on
 at least on platforms?

Compile tested with recent mainline: Ok.

Boot tested on BeagleBoard: Ok.

Best regards

Dirk

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot