Re: [U-Boot] [PATCH v4] at91: Add support for Bluewater Systems Snapper 9G45 module

2012-06-30 Thread Andreas Bießmann
Dear Simon Glass, are you still interested getting this in mainline? It does not apply cleanly on current u-boot-atmel HEAD, please rebase on top of current u-boot-atmel. And please fix the minor changes commented later on. On 07.11.11 01:34, Simon Glass wrote: Snapper 9G45 is a ARM9-based CPU

[U-Boot] [PATCH v4] at91: Add support for Bluewater Systems Snapper 9G45 module

2011-11-06 Thread Simon Glass
Snapper 9G45 is a ARM9-based CPU module with 1GB NAND and 128MB DDR SDRAM. This patch includes NAND and Ethernet support. Signed-off-by: Simon Glass sgl...@bluewatersys.com --- Changes in v2: - Removed unneeded i2c config - Added machine type define Changes in v3: - Use CONFIG_MACH_TYPE instead