mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Add TQ tqma53 support
@ 2012-02-13 10:40 Sascha Hauer
  2012-02-13 10:40 ` [PATCH 1/3] ARM: update mach-types Sascha Hauer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Sascha Hauer @ 2012-02-13 10:40 UTC (permalink / raw)
  To: barebox


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2012-02-13 10:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-13 10:40 [PATCH] Add TQ tqma53 support Sascha Hauer
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox