From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] i.MX25 patches
Date: Thu, 17 Feb 2011 12:39:27 +0100 [thread overview]
Message-ID: <1297942771-2289-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following adds support for the Ka-Ro tx25 board. Also, it brings
the i.MX25 iomux support (more or less) in sync with the kernel. The
kernel currently sets the sion bit for gpios which is imo wrong, so
this patch does not set the sion bits.
Sascha
Sascha Hauer (4):
ARM i.MX: sync i.MX25 iomux support with kernel
ARM i.MX esdctl: Add some missing bitfields
initial karo tx25 board support
ARM tx25: Add defconfig
arch/arm/Makefile | 1 +
arch/arm/boards/eukrea_cpuimx25/eukrea_cpuimx25.c | 90 +-
arch/arm/boards/freescale-mx25-3-stack/3stack.c | 36 +-
arch/arm/boards/karo-tx25/Makefile | 24 +
arch/arm/boards/karo-tx25/board.c | 312 +++++
arch/arm/boards/karo-tx25/config.h | 31 +
arch/arm/boards/karo-tx25/env/bin/init_board | 6 +
arch/arm/boards/karo-tx25/env/config | 53 +
arch/arm/boards/karo-tx25/lowlevel.c | 173 +++
arch/arm/configs/tx25stk5_defconfig | 49 +
arch/arm/mach-imx/Kconfig | 9 +
arch/arm/mach-imx/include/mach/esdctl.h | 4 +
arch/arm/mach-imx/include/mach/iomux-mx25.h | 1288 +++++++++------------
arch/arm/mach-imx/include/mach/iomux-mx51.h | 2 +-
arch/arm/mach-imx/include/mach/iomux-v3.h | 37 +-
15 files changed, 1264 insertions(+), 851 deletions(-)
create mode 100644 arch/arm/boards/karo-tx25/Makefile
create mode 100644 arch/arm/boards/karo-tx25/board.c
create mode 100644 arch/arm/boards/karo-tx25/config.h
create mode 100644 arch/arm/boards/karo-tx25/env/bin/init_board
create mode 100644 arch/arm/boards/karo-tx25/env/config
create mode 100644 arch/arm/boards/karo-tx25/lowlevel.c
create mode 100644 arch/arm/configs/tx25stk5_defconfig
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2011-02-17 11:39 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-17 11:39 Sascha Hauer [this message]
2011-02-17 11:39 ` [PATCH 1/4] ARM i.MX: sync i.MX25 iomux support with kernel Sascha Hauer
2011-02-17 11:39 ` [PATCH 2/4] ARM i.MX esdctl: Add some missing bitfields Sascha Hauer
2011-02-17 11:39 ` [PATCH 3/4] initial karo tx25 board support Sascha Hauer
2011-02-17 11:39 ` [PATCH 4/4] ARM tx25: Add 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=1297942771-2289-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