[U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules
Reinhard Meyer
u-boot at emk-elektronik.de
Tue Jan 25 05:15:46 CET 2011
Dear Ryan Mallon,
> Add support for Bluewater Systems Snapper9260/9G20 modules. The
> modules are based on the AT91SAM9260 and AT91SAM9G20 processors
> respectively and support NAND flash and Ethernet.
>
> Ryan Mallon (3):
> Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver.
> Add support for Bluewater Systems Snapper 9260 and 9G20 modules
> Added Bluewater Systems Snapper 9260 and 9G20 module config to
> top-level Makefile
>
> Makefile | 13 ++
No additions to Makefile. New board defines go into boards.cfg
> board/bluewater/snapper9260/Makefile | 55 +++++++++
> board/bluewater/snapper9260/config.mk | 1 +
This file is not required. CONFIG_SYS_TEXT_BASE belongs into your board
configuration file in include/configs/. By the way, where is this file?
> board/bluewater/snapper9260/snapper9260.c | 177 +++++++++++++++++++++++++++++
Seems to be based on very old Code.
See comments there.
> drivers/i2c/soft_i2c.c | 2 +-
#if defined(CONFIG_AT91FAMILY) should be used for all AT91,
individual AT91 SoCs don't need to be checked anymore.
See comment there.
> 5 files changed, 247 insertions(+), 1 deletions(-)
> create mode 100644 board/bluewater/snapper9260/Makefile
> create mode 100644 board/bluewater/snapper9260/config.mk
> create mode 100644 board/bluewater/snapper9260/snapper9260.c
MAINTAINERS entry missing.
>
Best Regards,
Reinhard
More information about the U-Boot
mailing list