From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] Add TQ tqma53 support
Date: Mon, 13 Feb 2012 11:40:33 +0100 [thread overview]
Message-ID: <1329129636-22269-1-git-send-email-s.hauer@pengutronix.de> (raw)
The following series adds support for the TQ tqma53 module with a
Freescale i.MX53 SoC. To do this mach-types has to be updated and
also we need a possibility to run the i.MX53 at 800MHz.
Sascha Hauer (3):
ARM: update mach-types
ARM i.MX5: Allow to pass cpu clock to lowlevel init
initial tqm53 support
arch/arm/Makefile | 1 +
arch/arm/boards/freescale-mx53-loco/board.c | 2 +-
arch/arm/boards/freescale-mx53-smd/board.c | 2 +-
arch/arm/boards/tqma53/Makefile | 2 +
arch/arm/boards/tqma53/board.c | 272 +++++++++++++++++++++++++++
arch/arm/boards/tqma53/config.h | 4 +
arch/arm/boards/tqma53/env/config | 43 +++++
arch/arm/boards/tqma53/flash_header.c | 109 +++++++++++
arch/arm/configs/tqma53_defconfig | 64 +++++++
arch/arm/mach-imx/Kconfig | 11 +
arch/arm/mach-imx/imx53.c | 9 +-
arch/arm/mach-imx/include/mach/imx5.h | 2 +-
arch/arm/tools/mach-types | 62 ++++++-
13 files changed, 577 insertions(+), 6 deletions(-)
create mode 100644 arch/arm/boards/tqma53/Makefile
create mode 100644 arch/arm/boards/tqma53/board.c
create mode 100644 arch/arm/boards/tqma53/config.h
create mode 100644 arch/arm/boards/tqma53/env/config
create mode 100644 arch/arm/boards/tqma53/flash_header.c
create mode 100644 arch/arm/configs/tqma53_defconfig
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2012-02-13 10:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-02-13 10:40 Sascha Hauer [this message]
2012-02-13 10:40 ` [PATCH 1/3] ARM: update mach-types Sascha Hauer
2012-02-13 10:40 ` [PATCH 2/3] ARM i.MX5: Allow to pass cpu clock to lowlevel init Sascha Hauer
2012-02-13 10:40 ` [PATCH 3/3] initial tqm53 support 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=1329129636-22269-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