From: Marc Kleine-Budde <mkl@pengutronix.de>
To: sha@pengutronix.de
Cc: barebox@lists.infradead.org
Subject: Re: [PATCH 0/2] mxs: add mx28-evk
Date: Fri, 08 Apr 2011 12:32:43 +0200 [thread overview]
Message-ID: <4D9EE44B.1080009@pengutronix.de> (raw)
In-Reply-To: <1302258240-18284-1-git-send-email-mkl@pengutronix.de>
[-- Attachment #1.1: Type: text/plain, Size: 2642 bytes --]
On 04/08/2011 12:23 PM, Marc Kleine-Budde wrote:
> Hello,
>
> this patch sereis adds mx28-evk support to barebox. No support for NAND,
> though. Booting from mmc with bootlets works fine, though.
>
> The first patch import the mxs_iomux_setup_multiple_pads functions from the
> kernel, this way we can use the same pad setup as in the kernel. However it
> doesn't remove the old pad setup as several board rely on it.
On top of the default-env branch, you can pull the mx28-evk support:
The following changes since commit e86690ddd46d6ce4c6ec8ca930e5c5e82814f493:
defaultenv: add config template (2011-04-08 12:11:27 +0200)
are available in the git repository at:
git://git.pengutronix.de/git/mkl/barebox.git for-next/mxs
Marc Kleine-Budde (2):
mxs: import mxs_iomux_setup_multiple_pads from kernel
mxs: add support for mx28-evk
arch/arm/Makefile | 1 +
arch/arm/boards/freescale-mx28-evk/Makefile | 1 +
arch/arm/boards/freescale-mx28-evk/config.h | 16 +
arch/arm/boards/freescale-mx28-evk/env/config | 67 +++
arch/arm/boards/freescale-mx28-evk/mx28-evk.c | 378 +++++++++++++++++
arch/arm/boards/freescale-mx28-evk/tx28-stk5.c | 410 ++++++++++++++++++
arch/arm/mach-mxs/Kconfig | 7 +
arch/arm/mach-mxs/include/mach/gpio.h | 3 +
arch/arm/mach-mxs/include/mach/iomux-mx23.h | 355 ++++++++++++++++
arch/arm/mach-mxs/include/mach/iomux-mx28.h | 537 ++++++++++++++++++++++++
arch/arm/mach-mxs/include/mach/iomux.h | 168 ++++++++
arch/arm/mach-mxs/include/mach/mxs.h | 43 ++
arch/arm/mach-mxs/iomux-imx.c | 80 ++++
13 files changed, 2066 insertions(+), 0 deletions(-)
create mode 100644 arch/arm/boards/freescale-mx28-evk/Makefile
create mode 100644 arch/arm/boards/freescale-mx28-evk/config.h
create mode 100644 arch/arm/boards/freescale-mx28-evk/env/config
create mode 100644 arch/arm/boards/freescale-mx28-evk/mx28-evk.c
create mode 100644 arch/arm/boards/freescale-mx28-evk/tx28-stk5.c
create mode 100644 arch/arm/mach-mxs/include/mach/iomux-mx23.h
create mode 100644 arch/arm/mach-mxs/include/mach/iomux-mx28.h
create mode 100644 arch/arm/mach-mxs/include/mach/iomux.h
create mode 100644 arch/arm/mach-mxs/include/mach/mxs.h
cheers, Marc
--
Pengutronix e.K. | Marc Kleine-Budde |
Industrial Linux Solutions | Phone: +49-231-2826-924 |
Vertretung West/Dortmund | Fax: +49-5121-206917-5555 |
Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |
[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 262 bytes --]
[-- Attachment #2: Type: text/plain, Size: 149 bytes --]
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
prev parent reply other threads:[~2011-04-08 10:32 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-08 10:23 Marc Kleine-Budde
2011-04-08 10:23 ` [PATCH 1/2] mxs: import mxs_iomux_setup_multiple_pads from kernel Marc Kleine-Budde
2011-04-09 13:26 ` Sascha Hauer
2011-04-08 10:24 ` [PATCH 2/2] mxs: add support for mx28-evk Marc Kleine-Budde
2011-04-09 13:23 ` Sascha Hauer
2011-04-11 8:05 ` Marc Kleine-Budde
2011-04-08 10:32 ` Marc Kleine-Budde [this message]
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=4D9EE44B.1080009@pengutronix.de \
--to=mkl@pengutronix.de \
--cc=barebox@lists.infradead.org \
--cc=sha@pengutronix.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox