[U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules

Ryan Mallon ryan at bluewatersys.com
Tue Jan 25 02:57:56 CET 2011


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 ++
 board/bluewater/snapper9260/Makefile      |   55 +++++++++
 board/bluewater/snapper9260/config.mk     |    1 +
 board/bluewater/snapper9260/snapper9260.c |  177 +++++++++++++++++++++++++++++
 drivers/i2c/soft_i2c.c                    |    2 +-
 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



More information about the U-Boot mailing list