[meta-freescale] [PATCH 0/4] Patches for SolidRun CuBox-i and HummingBoard

Carlos Rafael Giani dv at pseudoterminal.org
Wed Jan 22 08:45:30 PST 2014


This set of patches introduces support for the SolidRun CuBox-i series
as well as the HummingBoard devices.
They use solo, dual, and quad versions of the i.MX6. Efforts have been
made to make machine detection in both u-boot (through the SPL) and
the kernel automated at run-time, so only one machine config is needed
for all devices.

These patches use a forked U-Boot with added MXC SPL support. I am aware
that mainline is preferred, but I am sending these patches as they are
now, because (1) they were tested with the HummingBoard and the CuBox-i,
(2) I would like to read your opinions about the patches, especially
the new bbclass (introduced because U-Boot produces two binaries for
SPL support, and not just one u-boot.imx binary).

Carlos Rafael Giani (4):
  cubox-i: add u-boot fork for cubox-i machines
  cubox-i: add customized kernel
  cubox-i: add machine config and new image type
  cubox-i : added missing SOC families to machine config

 classes/image_types_cubox-i.bbclass                |  34 ++
 conf/machine/cubox-i.conf                          |  25 ++
 recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt         |   1 +
 recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb       |  28 ++
 .../linux/linux-imx-3.0.35/cubox-i/defconfig       | 366 +++++++++++++++++++++
 .../fix-install-breakage-for-fw-images.patch       |  30 ++
 .../cubox-i/mxc_hdmi-dont-require-cea-mode.patch   |  18 +
 recipes-kernel/linux/linux-imx_3.0.35.bbappend     |  22 +-
 8 files changed, 523 insertions(+), 1 deletion(-)
 create mode 100644 classes/image_types_cubox-i.bbclass
 create mode 100644 conf/machine/cubox-i.conf
 create mode 100644 recipes-bsp/u-boot/u-boot-cubox-i/uEnv.txt
 create mode 100644 recipes-bsp/u-boot/u-boot-cubox-i_2013.10.bb
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/cubox-i/defconfig
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/cubox-i/fix-install-breakage-for-fw-images.patch
 create mode 100644 recipes-kernel/linux/linux-imx-3.0.35/cubox-i/mxc_hdmi-dont-require-cea-mode.patch

-- 
1.8.3.2



More information about the meta-freescale mailing list