mail archive of the barebox mailing list
 help / color / mirror / Atom feed
From: "Philippe Rétornaz" <philippe.retornaz@epfl.ch>
To: s.hauer@pengutronix.de
Cc: barebox@lists.infradead.org,
	"Philippe Rétornaz" <philippe.retornaz@epfl.ch>
Subject: [PATCH 0/1 v2] Add support for mx31moboard
Date: Fri, 28 Feb 2014 17:27:58 +0100	[thread overview]
Message-ID: <1393604879-29317-1-git-send-email-philippe.retornaz@epfl.ch> (raw)

Hello

This patch adds support for the mx31moboard board to bareboot.
I've based this on the pcm037 board with some minor modifications
in the clock and SDRAM initialisation.

Change since v1:

- rebased on the -next branch
- use devfs_create_partitions()
- Implement Sascha's comments

Thanks ! 

Philippe



Philippe Rétornaz (1):
  ARM: i.MX31: Add support for mx31moboard board

 arch/arm/boards/Makefile                          |    1 +
 arch/arm/boards/mx31moboard/Makefile              |   20 ++
 arch/arm/boards/mx31moboard/env/boot/nor          |    9 +
 arch/arm/boards/mx31moboard/env/boot/sd           |    8 +
 arch/arm/boards/mx31moboard/env/boot/usbmsd       |    8 +
 arch/arm/boards/mx31moboard/env/config-board      |    7 +
 arch/arm/boards/mx31moboard/env/init/mtdparts-nor |   11 +
 arch/arm/boards/mx31moboard/lowlevel.c            |  114 +++++++++
 arch/arm/boards/mx31moboard/mx31moboard.c         |  259 +++++++++++++++++++++
 arch/arm/boards/mx31moboard/mx31moboard.dox       |   10 +
 arch/arm/mach-imx/Kconfig                         |   11 +
 11 files changed, 458 insertions(+)
 create mode 100644 arch/arm/boards/mx31moboard/Makefile
 create mode 100644 arch/arm/boards/mx31moboard/env/boot/nor
 create mode 100644 arch/arm/boards/mx31moboard/env/boot/sd
 create mode 100644 arch/arm/boards/mx31moboard/env/boot/usbmsd
 create mode 100644 arch/arm/boards/mx31moboard/env/config-board
 create mode 100644 arch/arm/boards/mx31moboard/env/init/mtdparts-nor
 create mode 100644 arch/arm/boards/mx31moboard/lowlevel.c
 create mode 100644 arch/arm/boards/mx31moboard/mx31moboard.c
 create mode 100644 arch/arm/boards/mx31moboard/mx31moboard.dox

-- 
1.7.9.5


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

             reply	other threads:[~2014-02-28 16:28 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-02-28 16:27 Philippe Rétornaz [this message]
2014-02-28 16:27 ` [PATCH 1/1 v2] ARM: i.MX31: Add support for mx31moboard board Philippe Rétornaz
2014-02-28 16:35   ` Alexander Shiyan
2014-03-03  7:02     ` Sascha Hauer
2014-03-03  8:09   ` 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=1393604879-29317-1-git-send-email-philippe.retornaz@epfl.ch \
    --to=philippe.retornaz@epfl.ch \
    --cc=barebox@lists.infradead.org \
    --cc=s.hauer@pengutronix.de \
    /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