mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] Karo TX53 support
@ 2012-09-16  8:56 Sascha Hauer
  2012-09-16  8:56 ` [PATCH 1/2] ARM i.MX: Add Ka-Ro TX53 board support Sascha Hauer
  2012-09-16  8:56 ` [PATCH 2/2] ARM i.MX TX53: Add defconfig Sascha Hauer
  0 siblings, 2 replies; 3+ messages in thread
From: Sascha Hauer @ 2012-09-16  8:56 UTC (permalink / raw)
  To: barebox

This adds support for the Karo TX53 board. Currently all we have is
an early development board which has other SDRAM than the ones sold,
so this will need updates for the boards actually sold.

Sascha


----------------------------------------------------------------
Sascha Hauer (2):
      ARM i.MX: Add Ka-Ro TX53 board support
      ARM i.MX TX53: Add defconfig

 arch/arm/Makefile                                |    1 +
 arch/arm/boards/karo-tx53/Makefile               |    2 +
 arch/arm/boards/karo-tx53/board.c                |  240 ++++++++++++++++++++++
 arch/arm/boards/karo-tx53/config.h               |   24 +++
 arch/arm/boards/karo-tx53/env/init/bootargs-base |    8 +
 arch/arm/boards/karo-tx53/env/init/hostname      |    8 +
 arch/arm/boards/karo-tx53/flash_header.c         |  147 +++++++++++++
 arch/arm/configs/tx53stk5_defconfig              |   76 +++++++
 arch/arm/mach-imx/Kconfig                        |    8 +
 9 files changed, 514 insertions(+)
 create mode 100644 arch/arm/boards/karo-tx53/Makefile
 create mode 100644 arch/arm/boards/karo-tx53/board.c
 create mode 100644 arch/arm/boards/karo-tx53/config.h
 create mode 100644 arch/arm/boards/karo-tx53/env/init/bootargs-base
 create mode 100644 arch/arm/boards/karo-tx53/env/init/hostname
 create mode 100644 arch/arm/boards/karo-tx53/flash_header.c
 create mode 100644 arch/arm/configs/tx53stk5_defconfig


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

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

end of thread, other threads:[~2012-09-16  8:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-16  8:56 [PATCH] Karo TX53 support Sascha Hauer
2012-09-16  8:56 ` [PATCH 1/2] ARM i.MX: Add Ka-Ro TX53 board support Sascha Hauer
2012-09-16  8:56 ` [PATCH 2/2] ARM i.MX TX53: Add defconfig Sascha Hauer

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