From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: Garz+Fricke Neso Support
Date: Mon, 5 Jul 2010 11:38:29 +0200 [thread overview]
Message-ID: <1278322711-4332-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following patches add support for the Garz+Fricke Neso (i.MX27) board
The following changes since commit a398a920b6847775c255e2a783c9562bd7227e43:
trivial: fix typos concerning "instead" (2010-07-05 08:27:28 +0200)
are available in the git repository at:
git://git.pengutronix.de/git/barebox.git guf-neso
Sascha Hauer (2):
Add Garz+Fricke Neso support
Add Garz+Fricke Neso defconfig
arch/arm/Makefile | 1 +
arch/arm/configs/neso_defconfig | 264 ++++++++++++++++++++++++++
arch/arm/mach-imx/Kconfig | 10 +
board/guf-neso/Makefile | 5 +
board/guf-neso/board.c | 400 +++++++++++++++++++++++++++++++++++++++
board/guf-neso/config.h | 26 +++
board/guf-neso/env/config | 53 +++++
board/guf-neso/lowlevel.c | 117 ++++++++++++
board/guf-neso/pll_init.S | 48 +++++
9 files changed, 924 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/configs/neso_defconfig
create mode 100644 board/guf-neso/Makefile
create mode 100644 board/guf-neso/board.c
create mode 100644 board/guf-neso/config.h
create mode 100644 board/guf-neso/env/config
create mode 100644 board/guf-neso/lowlevel.c
create mode 100644 board/guf-neso/pll_init.S
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2010-07-05 9:38 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-05 9:38 Sascha Hauer [this message]
2010-07-05 9:38 ` [PATCH 1/2] Add Garz+Fricke Neso support Sascha Hauer
2010-07-05 9:43 ` Sascha Hauer
2010-07-05 9:38 ` [PATCH 2/2] Add Garz+Fricke Neso defconfig Sascha Hauer
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=1278322711-4332-1-git-send-email-s.hauer@pengutronix.de \
--to=s.hauer@pengutronix.de \
--cc=barebox@lists.infradead.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox