All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Belloni <alexandre.belloni@free-electrons.com>
To: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Cc: meta-freescale@yoctoproject.org,
	Maxime Ripard <maxime.ripard@free-electrons.com>,
	jimwall@q.com, brian@crystalfontz.com
Subject: Re: [meta-fsl-arm-extra][PATCH 0/4] Add support for CrystalFontz boards
Date: Thu, 22 Aug 2013 16:52:51 +0200	[thread overview]
Message-ID: <521625C3.3030905@free-electrons.com> (raw)
In-Reply-To: <1377183077-5270-1-git-send-email-alexandre.belloni@free-electrons.com>

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



  parent reply	other threads:[~2013-08-22 14:53 UTC|newest]

Thread overview: 43+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-22 14:51 [meta-fsl-arm-extra][PATCH 0/4] Add support for CrystalFontz boards Alexandre Belloni
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 1/4] barebox: add a recipe to support mainline 2013.08.0 Alexandre Belloni
2013-08-22 17:04   ` Otavio Salvador
2013-08-22 17:14   ` Eric Bénard
2013-08-22 18:00     ` Otavio Salvador
2013-08-22 23:06       ` Alexandre Belloni
2013-08-23  0:22         ` Otavio Salvador
2013-08-23  7:05         ` Eric Bénard
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 2/4] imx-bootlets: add a recipe for barebox and cfa-10036 support Alexandre Belloni
2013-08-22 17:10   ` Otavio Salvador
2013-08-22 17:20     ` Alexandre Belloni
2013-08-22 17:59       ` Otavio Salvador
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 3/4] linux-cfa: add a kernel recipe supporting Crystalfontz boards Alexandre Belloni
2013-08-22 17:06   ` Otavio Salvador
2013-08-22 17:17     ` Alexandre Belloni
2013-08-22 17:19       ` Otavio Salvador
2013-08-22 17:27         ` Alexandre Belloni
2013-08-22 17:47           ` Eric Bénard
2013-08-22 17:56           ` Otavio Salvador
2013-08-22 23:11             ` Alexandre Belloni
2013-08-23  0:20               ` Otavio Salvador
2013-08-23  3:13               ` Marek Vasut
2013-08-23 11:06                 ` Alexandre Belloni
2013-08-23 11:25                   ` Marek Vasut
2013-08-23  9:09               ` Qt5 with opengl hw acceleration on imx53 Simone
2013-08-23  9:17                 ` Eric Bénard
2013-08-23  9:28                   ` Simone
2013-08-23  9:40                     ` Eric Bénard
2013-08-23  9:56                       ` Simone
2013-08-23 10:08                         ` Abhijit Potnis
2013-08-23 10:15                           ` Simone
2013-08-23 10:19                             ` Abhijit Potnis
2013-08-23 10:26                               ` Simone
2013-08-23 10:41                                 ` Abhijit Potnis
2013-08-23 12:06                                   ` Simone
2013-08-23 12:52                                   ` Simone
2013-08-23 10:50                               ` Simone
2013-08-22 14:51 ` [meta-fsl-arm-extra][PATCH 4/4] cfa10036: Add cfa10036 machine configuration Alexandre Belloni
2013-08-22 17:06   ` Otavio Salvador
2013-08-22 17:12     ` Alexandre Belloni
2013-08-22 17:15       ` Otavio Salvador
2013-08-22 14:52 ` Alexandre Belloni [this message]
2013-08-22 16:52   ` [meta-fsl-arm-extra][PATCH 0/4] Add support for CrystalFontz boards Otavio Salvador

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=521625C3.3030905@free-electrons.com \
    --to=alexandre.belloni@free-electrons.com \
    --cc=brian@crystalfontz.com \
    --cc=jimwall@q.com \
    --cc=maxime.ripard@free-electrons.com \
    --cc=meta-freescale@yoctoproject.org \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.