From 54eecdabe0cdfdc47d77b3e182fda5899702ded7 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 02:06:17 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- conf/machine/include/cfa10036.inc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 conf/machine/include/cfa10036.inc (limited to 'conf/machine/include/cfa10036.inc') diff --git a/conf/machine/include/cfa10036.inc b/conf/machine/include/cfa10036.inc new file mode 100644 index 0000000..535b07c --- /dev/null +++ b/conf/machine/include/cfa10036.inc @@ -0,0 +1,29 @@ +# Common definitions for cfa-10036 boards + +include conf/machine/include/mxs-base.inc + +SOC_FAMILY = "mxs:mx28:cfa10036" + +PREFERRED_PROVIDER_virtual/kernel ?= "linux-cfa" + +IMAGE_BOOTLOADER = "barebox" +BAREBOX_BINARY = "barebox" + +IMXBOOTLETS_MACHINE = "cfa10036" + +KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE = "imx28-cfa10036.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 = "usbgadget usbhost vfat" + +# Overrides due use of non-FSL kernel +PREFERRED_VERSION_imx-test = "00.00.00" +MACHINE_GSTREAMER_PLUGIN_cfa10036 = "" -- cgit v1.2.3-54-g00ecf