summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/cfa10036.inc
diff options
context:
space:
mode:
Diffstat (limited to 'conf/machine/include/cfa10036.inc')
-rw-r--r--conf/machine/include/cfa10036.inc29
1 files changed, 29 insertions, 0 deletions
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 @@
1# Common definitions for cfa-10036 boards
2
3include conf/machine/include/mxs-base.inc
4
5SOC_FAMILY = "mxs:mx28:cfa10036"
6
7PREFERRED_PROVIDER_virtual/kernel ?= "linux-cfa"
8
9IMAGE_BOOTLOADER = "barebox"
10BAREBOX_BINARY = "barebox"
11
12IMXBOOTLETS_MACHINE = "cfa10036"
13
14KERNEL_IMAGETYPE = "zImage"
15KERNEL_DEVICETREE = "imx28-cfa10036.dtb"
16
17# we need the kernel to be installed in the final image
18IMAGE_INSTALL_append = " kernel-image kernel-devicetree"
19
20SDCARD_ROOTFS ?= "${DEPLOY_DIR_IMAGE}/${IMAGE_NAME}.rootfs.ext3"
21IMAGE_FSTYPES ?= "tar.bz2 ext3 barebox.mxsboot-sdcard sdcard"
22
23SERIAL_CONSOLE = "115200 ttyAMA0"
24
25MACHINE_FEATURES = "usbgadget usbhost vfat"
26
27# Overrides due use of non-FSL kernel
28PREFERRED_VERSION_imx-test = "00.00.00"
29MACHINE_GSTREAMER_PLUGIN_cfa10036 = ""