From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail.free-electrons.com ([88.190.12.23]) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1SmPJO-0008RC-Ve for barebox@lists.infradead.org; Wed, 04 Jul 2012 13:08:08 +0000 From: Maxime Ripard Date: Wed, 4 Jul 2012 15:07:51 +0200 Message-Id: <1341407274-11848-1-git-send-email-maxime.ripard@free-electrons.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCHv2 0/2] Add support for the Crystalfontz CFA-10036 module To: barebox@lists.infradead.org Cc: brian@crystalfontz.com Hi everyone, This is the second version of the initial support of the CFA-10036 module. The module basically has a iMX28 SoC, plus a micro-SD slot, 3 pins to access the DUART, a USB OTG port, a OLED screen using the Solomon SSD1307 controller over I2C and a 200-pins SODIMM port to plug an expansion board. Support for this board and the additional devices will come eventually. Changes from v1: * Switched to the new default environment Maxime Ripard (2): Add bootargs script to boot on ext filesystems Add support for the Crystalfontz CFA-10036 board arch/arm/Makefile | 1 + arch/arm/boards/crystalfontz-cfa10036/Makefile | 1 + arch/arm/boards/crystalfontz-cfa10036/cfa10036.c | 106 ++++++++++++++++++++ arch/arm/boards/crystalfontz-cfa10036/config.h | 16 +++ .../boards/crystalfontz-cfa10036/env/boot/mmc-ext3 | 10 ++ .../crystalfontz-cfa10036/env/init/automount | 9 ++ .../crystalfontz-cfa10036/env/init/bootargs-base | 8 ++ .../boards/crystalfontz-cfa10036/env/init/general | 12 +++ .../boards/crystalfontz-cfa10036/env/init/hostname | 8 ++ arch/arm/configs/cfa10036_defconfig | 42 ++++++++ arch/arm/mach-mxs/Kconfig | 8 ++ defaultenv-2/base/bin/bootargs-root-ext | 12 +++ 12 files changed, 233 insertions(+) create mode 100644 arch/arm/boards/crystalfontz-cfa10036/Makefile create mode 100644 arch/arm/boards/crystalfontz-cfa10036/cfa10036.c create mode 100644 arch/arm/boards/crystalfontz-cfa10036/config.h create mode 100644 arch/arm/boards/crystalfontz-cfa10036/env/boot/mmc-ext3 create mode 100644 arch/arm/boards/crystalfontz-cfa10036/env/init/automount create mode 100644 arch/arm/boards/crystalfontz-cfa10036/env/init/bootargs-base create mode 100644 arch/arm/boards/crystalfontz-cfa10036/env/init/general create mode 100644 arch/arm/boards/crystalfontz-cfa10036/env/init/hostname create mode 100644 arch/arm/configs/cfa10036_defconfig create mode 100644 defaultenv-2/base/bin/bootargs-root-ext -- 1.7.9.5 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox