From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] Add DataModul Realq7 board support
Date: Fri, 8 Mar 2013 13:08:01 +0100 [thread overview]
Message-ID: <1362744484-17844-1-git-send-email-s.hauer@pengutronix.de> (raw)
This adds support for the DataModul Realq7 board. This is
a i.MX6 based board with a q7 form factor.
Sascha
----------------------------------------------------------------
Sascha Hauer (3):
ARM i.MX6: Add mmdc calibration support
Add DMO RealQ7 board support
Add DMO RealQ7 defconfig
arch/arm/Makefile | 1 +
arch/arm/boards/dmo-mx6-realq7/Makefile | 2 +
arch/arm/boards/dmo-mx6-realq7/board.c | 404 +++++++++++
arch/arm/boards/dmo-mx6-realq7/config.h | 4 +
arch/arm/boards/dmo-mx6-realq7/env/init/hostname | 8 +
arch/arm/boards/dmo-mx6-realq7/flash_header.c | 40 ++
arch/arm/boards/dmo-mx6-realq7/lowlevel.c | 146 ++++
arch/arm/configs/dmo-realq7_defconfig | 91 +++
arch/arm/mach-imx/Kconfig | 6 +
arch/arm/mach-imx/Makefile | 3 +-
arch/arm/mach-imx/imx6-mmdc.c | 839 +++++++++++++++++++++++
arch/arm/mach-imx/include/mach/devices-imx6.h | 20 +
arch/arm/mach-imx/include/mach/imx6-mmdc.h | 7 +
13 files changed, 1570 insertions(+), 1 deletion(-)
create mode 100644 arch/arm/boards/dmo-mx6-realq7/Makefile
create mode 100644 arch/arm/boards/dmo-mx6-realq7/board.c
create mode 100644 arch/arm/boards/dmo-mx6-realq7/config.h
create mode 100644 arch/arm/boards/dmo-mx6-realq7/env/init/hostname
create mode 100644 arch/arm/boards/dmo-mx6-realq7/flash_header.c
create mode 100644 arch/arm/boards/dmo-mx6-realq7/lowlevel.c
create mode 100644 arch/arm/configs/dmo-realq7_defconfig
create mode 100644 arch/arm/mach-imx/imx6-mmdc.c
create mode 100644 arch/arm/mach-imx/include/mach/imx6-mmdc.h
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-03-08 12:08 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-08 12:08 Sascha Hauer [this message]
2013-03-08 12:08 ` [PATCH 1/3] ARM i.MX6: Add mmdc calibration support Sascha Hauer
2013-03-08 12:17 ` Alexander Shiyan
2013-03-08 14:00 ` Sascha Hauer
2013-03-08 12:46 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-08 12:08 ` [PATCH 2/3] Add DMO RealQ7 board support Sascha Hauer
2013-03-08 12:51 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-08 13:07 ` Sascha Hauer
2013-03-08 14:48 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-08 15:06 ` Sascha Hauer
2013-03-08 15:46 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-08 16:23 ` Jean-Christophe PLAGNIOL-VILLARD
2013-03-09 19:03 ` Sascha Hauer
2013-03-08 12:08 ` [PATCH 3/3] Add DMO RealQ7 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=1362744484-17844-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