From: Ryan Mallon <ryan@bluewatersys.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules
Date: Tue, 25 Jan 2011 14:57:56 +1300 [thread overview]
Message-ID: <cover.1295919847.git.ryan@bluewatersys.com> (raw)
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
next reply other threads:[~2011-01-25 1:57 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-25 1:57 Ryan Mallon [this message]
2011-01-25 1:57 ` [U-Boot] [PATCH 1/3] Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver Ryan Mallon
2011-01-25 1:57 ` [U-Boot] [PATCH 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules Ryan Mallon
2011-01-25 1:57 ` [U-Boot] [PATCH 3/3] Added Bluewater Systems Snapper 9260 and 9G20 module config to top-level Makefile Ryan Mallon
2011-01-25 4:45 ` Reinhard Meyer
2011-01-25 4:43 ` [U-Boot] [PATCH 2/3] Add support for Bluewater Systems Snapper 9260 and 9G20 modules Reinhard Meyer
2011-01-25 4:23 ` [U-Boot] [PATCH 1/3] Add AT91SAM9G20 to list of AT91 processors in soft_i2c driver Reinhard Meyer
2011-01-25 4:15 ` [U-Boot] [PATCH 0/3] Add support for Bluewater System Snapper 9260 and 9G20 modules Reinhard Meyer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1295919847.git.ryan@bluewatersys.com \
--to=ryan@bluewatersys.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.