mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH 0/2] mvebu: Openblocks A6 board support
@ 2014-08-23 20:19 Ezequiel Garcia
  2014-08-23 20:19 ` [PATCH 1/2] nand: Add Marvell Orion NAND driver Ezequiel Garcia
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Ezequiel Garcia @ 2014-08-23 20:19 UTC (permalink / raw)
  To: barebox; +Cc: Thomas Petazzoni

Hello everyone,

This two-piece patchset adds support for Plat'home's Openblocks A6 board [1].
To make it a little more interesting, NAND support (ported from Linux) is
included.

Let's hope we can see USB and SATA soon!

[1] http://openblocks.plathome.com/products/a6/

Ezequiel Garcia (2):
  nand: Add Marvell Orion NAND driver
  ARM: mvebu: Add Plathome Kirkwood Openblocks A6 board support

 arch/arm/boards/Makefile                          |   1 +
 arch/arm/boards/plathome-openblocks-a6/Makefile   |   2 +
 arch/arm/boards/plathome-openblocks-a6/board.c    |   1 +
 arch/arm/boards/plathome-openblocks-a6/lowlevel.c |  32 +++++
 arch/arm/dts/Makefile                             |   1 +
 arch/arm/dts/kirkwood-openblocks_a6-bb.dts        |  13 ++
 arch/arm/mach-mvebu/Kconfig                       |   3 +
 drivers/mtd/nand/Kconfig                          |   7 +
 drivers/mtd/nand/Makefile                         |   1 +
 drivers/mtd/nand/nand_orion.c                     | 162 ++++++++++++++++++++++
 images/Makefile.mvebu                             |  11 ++
 11 files changed, 234 insertions(+)
 create mode 100644 arch/arm/boards/plathome-openblocks-a6/Makefile
 create mode 100644 arch/arm/boards/plathome-openblocks-a6/board.c
 create mode 100644 arch/arm/boards/plathome-openblocks-a6/lowlevel.c
 create mode 100644 arch/arm/dts/kirkwood-openblocks_a6-bb.dts
 create mode 100644 drivers/mtd/nand/nand_orion.c

-- 
2.0.1


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

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

end of thread, other threads:[~2014-09-15 19:34 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-23 20:19 [PATCH 0/2] mvebu: Openblocks A6 board support Ezequiel Garcia
2014-08-23 20:19 ` [PATCH 1/2] nand: Add Marvell Orion NAND driver Ezequiel Garcia
2014-08-26 14:09   ` Sebastian Hesselbarth
2014-08-26 16:15     ` Ezequiel Garcia
2014-08-26 18:07       ` Sebastian Hesselbarth
2014-08-26 18:36       ` Sebastian Hesselbarth
2014-08-26 14:28   ` Alexander Aring
2014-08-26 16:06     ` Ezequiel Garcia
2014-09-01  9:33     ` Sascha Hauer
2014-08-23 20:19 ` [PATCH 2/2] ARM: mvebu: Add Plat'home's Kirkwood Openblocks A6 board support Ezequiel Garcia
2014-08-26 14:10   ` Sebastian Hesselbarth
2014-08-26 14:17 ` [PATCH 0/2] mvebu: " Sebastian Hesselbarth
2014-09-01  9:31 ` Sascha Hauer
2014-09-15 19:33 ` Sebastian Hesselbarth

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