[PATCH 0/2] mxs: add mx28-evk

Marc Kleine-Budde mkl at pengutronix.de
Fri Apr 8 06:32:43 EDT 2011


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   |

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 262 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/barebox/attachments/20110408/bdc52655/attachment.sig>


More information about the barebox mailing list