[meta-freescale] [meta-fsl-arm-extra][PATCH v2 0/5] add Toradex i.MX 6 based modules

Max Krummenacher max.oss.09 at gmail.com
Fri Dec 4 05:18:33 PST 2015


Hello

The patchset adds two new machines, apalis-imx6 and colibri-imx6, together
with U-Boot and kernel for Toradex i.MX6 based modules.

The patches apply on top of meta-fsl-arm-extra master.
The idea is that if they are accepted to also apply them for jethro.

v2:
U-Boot:
- Use SOC_FAMILIY mx6 in COMPATIBLE_MACHINE.
- Ack'd by Stefan Agner

Kernel:
Am Donnerstag, den 03.12.2015, 16:22 -0200 schrieb Otavio Salvador:
> On Thu, Dec 3, 2015 at 2:47 PM, Max Krummenacher <max.oss.09 at gmail.com> wrote:
> > This recipe provides a kernel for the Freescale i.MX 6 based modules
> I saw you have two defconfig files. If this is really need, please
> split the commit on two.
The Apalis iMX6 allows access to PCIe/SATA/LVDS/analog RGB which the Colibri iMX6 does not.
Having these subsystems in the kernel increases its size by about 0.5 MB of dead code.
I think that merits the additional defconfig in the kernel recipe.

- Split commits in one for each machine.
- Use SOC_FAMILIY mx6 in COMPATIBLE_MACHINE.

Machines:
- Split commits in one for each machine.
- Rework UBOOT_CONFIG use

Regards
Max

Max Krummenacher (5):
  u-boot-toradex: add U-Boot recipe for Toradex i.MX 6 based modules
  linux-toradex: add Linux recipe for Toradex Apalis iMX6
  linux-toradex: add Linux defconfig for Toradex Colibri iMX6
  apalis-imx6: add machine configuration
  colibri-imx6: add machine configuration

 conf/machine/apalis-imx6.conf                      |  30 ++
 conf/machine/colibri-imx6.conf                     |  22 ++
 recipes-bsp/u-boot/u-boot-toradex_2015.04.bb       |   2 +-
 .../linux-toradex-3.14.28/apalis-imx6/defconfig    | 364 +++++++++++++++++++++
 .../linux-toradex-3.14.28/colibri-imx6/defconfig   | 356 ++++++++++++++++++++
 recipes-kernel/linux/linux-toradex_3.14.28.bb      |  13 +
 6 files changed, 786 insertions(+), 1 deletion(-)
 create mode 100644 conf/machine/apalis-imx6.conf
 create mode 100644 conf/machine/colibri-imx6.conf
 create mode 100644 recipes-kernel/linux/linux-toradex-3.14.28/apalis-imx6/defconfig
 create mode 100644 recipes-kernel/linux/linux-toradex-3.14.28/colibri-imx6/defconfig
 create mode 100644 recipes-kernel/linux/linux-toradex_3.14.28.bb

-- 
1.9.3



More information about the meta-freescale mailing list