mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: Sascha Hauer <s.hauer@pengutronix.de>
To: barebox@lists.infradead.org
Subject: [PATCH] Karo TX53 support
Date: Sun, 16 Sep 2012 10:56:19 +0200	[thread overview]
Message-ID: <1347785781-13201-1-git-send-email-s.hauer@pengutronix.de> (raw)

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

             reply	other threads:[~2012-09-16  8:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-16  8:56 Sascha Hauer [this message]
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

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=1347785781-13201-1-git-send-email-s.hauer@pengutronix.de \
    --to=s.hauer@pengutronix.de \
    --cc=barebox@lists.infradead.org \
    /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