mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH V2 0/2] Add support for Karo TX51 module
@ 2012-03-22 11:23 Christian Kapeller
  2012-03-22 11:23 ` [PATCH V2 1/2] update mx51 pad definition for Karo TX51 board Christian Kapeller
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Christian Kapeller @ 2012-03-22 11:23 UTC (permalink / raw)
  To: barebox

This patch introduces board support for the Karo TX51 i.mx51 sodimm module.

Supported features:
 - nand
 - ethernet
 - mmc0, mmc1 (on stk5v3 development board)
 - led (on stk5v3 development board)

What changed from patch V1:
 - fixed ethernet initialization
 - added mmc1 support
 - update defconfig to include commands for supported devices
 - updated env:
    - don't add 'tx51_base' parameter to kernel cmdline
    - update kernel image name to zImage_tx51, which comes with Karo BSP

What doesn't work:
 - fec mac is read in reverse byte order.

Kind regards,
Christian Kapeller


Christian Kapeller (2):
  update mx51 pad definition for Karo TX51 board
  Add board support for Karo TX51 i.mx51 SODIMM module.

 arch/arm/Makefile                           |    1 +
 arch/arm/boards/karo-tx51/Makefile          |    2 +
 arch/arm/boards/karo-tx51/config.h          |   21 ++
 arch/arm/boards/karo-tx51/env/config        |   43 ++++
 arch/arm/boards/karo-tx51/flash_header.c    |   58 ++++++
 arch/arm/boards/karo-tx51/tx51.c            |  290 +++++++++++++++++++++++++++
 arch/arm/boards/karo-tx51/tx51.dox          |   50 +++++
 arch/arm/configs/tx51stk5_defconfig         |  148 ++++++++++++++
 arch/arm/mach-imx/Kconfig                   |    8 +
 arch/arm/mach-imx/include/mach/iomux-mx51.h |   43 ++++-
 10 files changed, 659 insertions(+), 5 deletions(-)
 create mode 100644 arch/arm/boards/karo-tx51/Makefile
 create mode 100644 arch/arm/boards/karo-tx51/config.h
 create mode 100644 arch/arm/boards/karo-tx51/env/config
 create mode 100644 arch/arm/boards/karo-tx51/flash_header.c
 create mode 100644 arch/arm/boards/karo-tx51/tx51.c
 create mode 100644 arch/arm/boards/karo-tx51/tx51.dox
 create mode 100644 arch/arm/configs/tx51stk5_defconfig

-- 
1.7.5.4


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

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

end of thread, other threads:[~2012-04-15 16:44 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-22 11:23 [PATCH V2 0/2] Add support for Karo TX51 module Christian Kapeller
2012-03-22 11:23 ` [PATCH V2 1/2] update mx51 pad definition for Karo TX51 board Christian Kapeller
2012-03-22 11:23 ` [PATCH V2 2/2] Add board support for Karo TX51 i.mx51 SODIMM module Christian Kapeller
2012-04-15 16:44   ` Sascha Hauer
2012-03-23  8:45 ` [PATCH V2 0/2] Add support for Karo TX51 module Sascha Hauer

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