
Dear Simon Glass:
From: Ryan Mallon ryan@bluewatersys.com
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
Build and run tested with new changes.
Changes for v5:
- Previous patch was accepted but mostly lost during the commit process
- This re-instates the lost bits from Ryan's patch
- Also ran through checkpatch to clean up warnings
How then did this escape:
WARNING: please, no space before tabs #350: FILE: include/configs/snapper9260.h:39: +#define CONFIG_SYS_HZ ^I^I^I1000$
Fixed manually.
MAINTAINERS | 5 + board/bluewater/snapper9260/Makefile | 53 ++++++++ board/bluewater/snapper9260/snapper9260.c | 169 +++++++++++++++++++++++++ include/configs/snapper9260.h | 191 +++++++++++++++++++++++++++++ 4 files changed, 418 insertions(+), 0 deletions(-) create mode 100644 board/bluewater/snapper9260/Makefile create mode 100644 board/bluewater/snapper9260/snapper9260.c create mode 100644 include/configs/snapper9260.h
Applied to u-boot-atmel. Will show up later - MAKEALL at91 still running ;)
Best Regards, Reinhard