
Dear Ryan Mallon,
Add support for Bluewater Systems AT91 based Snapper 9260 and 9G20 single board computer modules. Includes NAND flash and Ethernet support.
Signed-off-by: Ryan Mallon ryan@bluewatersys.com
Patches apply against the rework101229 branch of git://git.denx.de/u-boot-atmel.git.
Builds and runs. Tested Ethernet and NAND booting.
WARNING: Use #include <linux/io.h> instead of <asm/io.h> #154: FILE: board/bluewater/snapper9260/snapper9260.c:25: +#include <asm/io.h> [ignored]
ERROR: trailing whitespace #201: FILE: board/bluewater/snapper9260/snapper9260.c:72: +^Iwritel(AT91_RSTC_KEY | AT91_RSTC_MR_ERSTL(13) | $ [fixed manually]
ERROR: trailing whitespace #320: FILE: include/configs/snapper9260.h:3: + * $ [fixed manually]
WARNING: please, no space before tabs #356: FILE: include/configs/snapper9260.h:39: +#define CONFIG_SYS_HZ ^I^I^I1000$ [fixed manually]
ERROR: space required after that close brace '}' #418: FILE: include/configs/snapper9260.h:101: +#define CONFIG_SYS_I2C_PCA953X_WIDTH {{0x28, 16}} [fixed manually]
ERROR: trailing whitespace #440: FILE: include/configs/snapper9260.h:123: +#define I2C_SOFT_DECLARATIONS $ [fixed manually]
ERROR: space prohibited after that open parenthesis '(' #485: FILE: include/configs/snapper9260.h:168: +#define CONFIG_SYS_MALLOC_LEN ( 1 << 20) [fixed manually]
total: 5 errors, 2 warnings, 432 lines checked
Applied to u-boot-atmel/next after fixing style problems.
Thanks,
Reinhard