From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.free-electrons.com (top.free-electrons.com [176.31.233.9]) by yocto-www.yoctoproject.org (Postfix) with ESMTP id 358AAE00747 for ; Thu, 22 Aug 2013 07:53:03 -0700 (PDT) Received: by mail.free-electrons.com (Postfix, from userid 106) id 3DD1281E; Thu, 22 Aug 2013 16:53:04 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on mail.free-electrons.com X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED,SHORTCIRCUIT, URIBL_BLOCKED shortcircuit=ham autolearn=disabled version=3.3.2 Received: from [192.168.1.53] (128-79-216-144.hfc.dyn.abo.bbox.fr [128.79.216.144]) by mail.free-electrons.com (Postfix) with ESMTPSA id E6CB581A; Thu, 22 Aug 2013 16:52:53 +0200 (CEST) Message-ID: <521625C3.3030905@free-electrons.com> Date: Thu, 22 Aug 2013 16:52:51 +0200 From: Alexandre Belloni Organization: Free Electrons User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130803 Thunderbird/17.0.8 MIME-Version: 1.0 To: Alexandre Belloni References: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com> In-Reply-To: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com> X-Enigmail-Version: 1.4.6 Cc: meta-freescale@yoctoproject.org, Maxime Ripard , jimwall@q.com, brian@crystalfontz.com Subject: Re: [meta-fsl-arm-extra][PATCH 0/4] Add support for CrystalFontz boards X-BeenThere: meta-freescale@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Usage and development list for the meta-fsl-* layers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Aug 2013 14:53:03 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Otavio, I forgot to add, this series depends on the two previous patches: - mx28-bcb: add utility to generate Boot Control Block - image_types_fsl: mxs: Add support for a barebox bootstream Regards, On 22/08/2013 16:51, Alexandre Belloni wrote: > The following series adds support for the various CrystalFontz boards: > cfa-10036 > cfa-10037 > cfa-10049 > cfa-10055 > cfa-10056 > cfa-10057 > cfa-10058 > > The first patch adds support for a mainline barebox, here 2013.08. > > The second patch add support for the cfa specific version of the bootlets, > including a patch to be able to use barebox as the payload. We may want to > factorize a bit more the imx-bootlets recipes though. > > The third patch adds a recipe for the cfa kernel, based on 3.10. > > The last patch adds the machine configuration. It is named cfa10036 as this is the base for all the other boards. > > Alexandre Belloni (4): > barebox: add a recipe to support mainline 2013.08.0 > imx-bootlets: add a recipe for barebox and cfa-10036 support > linux-cfa: add a kernel recipe supporting Crystalfontz boards > cfa10036: Add cfa10036 machine configuration > > conf/machine/cfa10036.conf | 40 +++++ > recipes-bsp/barebox/barebox_2013.08.0.bb | 26 +++ > .../imx-bootlets/barebox-fix-paths.patch | 35 ++++ > recipes-bsp/imx-bootlets/imx-bootlets_cfa.bb | 65 ++++++++ > recipes-kernel/linux/linux-cfa-3.10/defconfig | 177 +++++++++++++++++++++ > recipes-kernel/linux/linux-cfa_3.10.bb | 33 ++++ > 6 files changed, 376 insertions(+) > create mode 100644 conf/machine/cfa10036.conf > create mode 100644 recipes-bsp/barebox/barebox_2013.08.0.bb > create mode 100644 recipes-bsp/imx-bootlets/imx-bootlets/barebox-fix-paths.patch > create mode 100644 recipes-bsp/imx-bootlets/imx-bootlets_cfa.bb > create mode 100644 recipes-kernel/linux/linux-cfa-3.10/defconfig > create mode 100644 recipes-kernel/linux/linux-cfa_3.10.bb > -- Alexandre Belloni, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com