From: Rostislav Lisovy <lisovy@gmail.com>
To: barebox@lists.infradead.org
Cc: Rostislav Lisovy <lisovy@gmail.com>, pisa@cmp.felk.cvut.cz
Subject: [PATCH v2] Add support for Voipac X53-DMM-668 module
Date: Wed, 9 Oct 2013 00:03:35 +0200 [thread overview]
Message-ID: <1381269816-12830-1-git-send-email-lisovy@gmail.com> (raw)
This patchset adds support for Voipac X53-DMM-668 module equipped
with i.mx53 CPU. More info about the module may be found at:
http://www.voipac.com/#X53-DMM-668
The board specific code enables UART0, NAND flash, Ethernet.
Changes since v1:
Use gpio_request()
Use already defined VMX53 MACH_TYPE
A bit of code refactoring
Rostislav Lisovy (1):
i.MX53: vmx53: Add support for Voipac X53-DMM-668 (aka vmx53) module
arch/arm/boards/Makefile | 1 +
arch/arm/boards/freescale-mx53-vmx53/Makefile | 3 +
arch/arm/boards/freescale-mx53-vmx53/board.c | 183 ++++++++++++++++++++
arch/arm/boards/freescale-mx53-vmx53/env/config | 46 +++++
.../arm/boards/freescale-mx53-vmx53/flash_header.c | 103 +++++++++++
arch/arm/boards/freescale-mx53-vmx53/lowlevel.c | 9 +
arch/arm/mach-imx/Kconfig | 9 +
7 files changed, 354 insertions(+)
create mode 100644 arch/arm/boards/freescale-mx53-vmx53/Makefile
create mode 100644 arch/arm/boards/freescale-mx53-vmx53/board.c
create mode 100644 arch/arm/boards/freescale-mx53-vmx53/env/config
create mode 100644 arch/arm/boards/freescale-mx53-vmx53/flash_header.c
create mode 100644 arch/arm/boards/freescale-mx53-vmx53/lowlevel.c
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2013-10-08 22:04 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-08 22:03 Rostislav Lisovy [this message]
2013-10-08 22:03 ` [PATCH] i.MX53: vmx53: Add support for Voipac X53-DMM-668 (aka vmx53) module Rostislav Lisovy
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=1381269816-12830-1-git-send-email-lisovy@gmail.com \
--to=lisovy@gmail.com \
--cc=barebox@lists.infradead.org \
--cc=pisa@cmp.felk.cvut.cz \
/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