This configuration supports the following Crystalfontz boards: - cfa-10036 - cfa-10037 - cfa-10049 - cfa-10055 - cfa-10056 - cfa-10057 - cfa-10058
which are all based on the cfa-10036. Signed-off-by: Alexandre Belloni <[email protected]> --- conf/machine/cfa10036.conf | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 conf/machine/cfa10036.conf diff --git a/conf/machine/cfa10036.conf b/conf/machine/cfa10036.conf new file mode 100644 index 0000000..b7cdd8d --- /dev/null +++ b/conf/machine/cfa10036.conf @@ -0,0 +1,38 @@ +#@TYPE: Machine +#@NAME: Crystalfontz CFA-10036 +#@SOC: i.MX28 +#@DESCRIPTION: Machine configuration for CFA-10036 + +include conf/machine/include/mxs-base.inc + +SOC_FAMILY = "mxs:mx28" + +PREFERRED_PROVIDER_virtual/kernel = "linux-cfa" + +IMAGE_BOOTLOADER = "barebox" +BAREBOX_BINARY = "barebox" + +IMXBOOTLETS_MACHINE = "cfa10036" + +KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE = "imx28-cfa10036.dtb \ + imx28-cfa10037.dtb \ + imx28-cfa10049.dtb \ + imx28-cfa10055.dtb \ + imx28-cfa10056.dtb \ + imx28-cfa10057.dtb \ + imx28-cfa10058.dtb \ +" + +# we need the kernel to be installed in the final image +IMAGE_INSTALL_append = " kernel-image kernel-devicetree" + +SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3" +IMAGE_FSTYPES ?= "tar.bz2 ext3 barebox.mxsboot-sdcard sdcard" + +SERIAL_CONSOLE = "115200 ttyAMA0" + +MACHINE_FEATURES = "apm usbgadget usbhost vfat" + +# Gstreamer plugin +MACHINE_GSTREAMER_PLUGIN ?= "gst-fsl-plugin" -- 1.8.1.2 _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
