From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-wi0-x236.google.com ([2a00:1450:400c:c05::236]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1XMHZS-0007Um-8D for barebox@lists.infradead.org; Tue, 26 Aug 2014 14:18:03 +0000 Received: by mail-wi0-f182.google.com with SMTP id d1so4237168wiv.9 for ; Tue, 26 Aug 2014 07:17:40 -0700 (PDT) Message-ID: <53FC9700.6070903@gmail.com> Date: Tue, 26 Aug 2014 16:17:36 +0200 From: Sebastian Hesselbarth References: <1408825163-6135-1-git-send-email-ezequiel.garcia@free-electrons.com> In-Reply-To: <1408825163-6135-1-git-send-email-ezequiel.garcia@free-electrons.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: Re: [PATCH 0/2] mvebu: Openblocks A6 board support To: Ezequiel Garcia , barebox@lists.infradead.org Cc: Thomas Petazzoni On 08/23/2014 10:19 PM, Ezequiel Garcia wrote: > 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! I have postponed USB(-PHY) until Antoine gets his Chipidea gen-phy patches through on LKML. When that is done, I plan to add a CI-stub and PHY drivers for barebox and moving MVEBU USB over to CI in Linux. I haven't thought about SATA but the controller is AHCI-compatible. All we need is a stub for the controller, PHY drivers for KW+Dove, and PHY drivers including SERDES setup for Armada 370/XP. I can have a look at it as I already took SERDES setup apart for PCIe. Sebastian > > [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 > _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox