From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ryan Mallon Date: Tue, 25 Jan 2011 14:57:56 +1300 Subject: [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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