Add cm-fx6 machine configuration: u-boot and kernel. Signed-off-by: Valentin Raevsky <[email protected]> --- conf/machine/cm-fx6.conf | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 conf/machine/cm-fx6.conf
diff --git a/conf/machine/cm-fx6.conf b/conf/machine/cm-fx6.conf new file mode 100644 index 0000000..2e0afdf --- /dev/null +++ b/conf/machine/cm-fx6.conf @@ -0,0 +1,26 @@ +#@TYPE: Machine +#@NAME: CompuLab CM-FX6 +#@SOC: i.MX6 Q/DL +#@DESCRIPTION: Machine configuration for CompuLab CM-FX6 machines +#@MAINTAINER: Valentin Raevsky <[email protected]> + +# require conf/machine/include/imx-base.inc +require conf/machine/include/tune-cortexa9.inc + +SOC_FAMILY = "mx6:mx6dl:mx6q" + +PREFERRED_PROVIDER_u-boot = "u-boot-cm-fx6" +PREFERRED_PROVIDER_virtual/kernel = "linux-cm-fx6" + +# Use SPI NOR U-Boot by default +# IMAGE_BOOTLOADER ?= "" + +UBOOT_MACHINE ?= "cm_fx6_defconfig" + +KERNEL_IMAGETYPE = "zImage" +KERNEL_DEVICETREE = "imx6dl-cm-fx6.dtb imx6dl-sbc-fx6.dtb imx6dl-sbc-fx6m.dtb imx6q-cm-fx6.dtb imx6q-sbc-fx6.dtb imx6q-sbc-fx6m.dtb" + +MACHINE_FEATURES += "pci wifi bluetooth alsa bluetooth serial usbhost wifi" +# MACHINE_FIRMWARE_append_mx6 = " linux-firmware-mrvl" + +SERIAL_CONSOLE = "115200 ttymxc3" -- 1.7.9.5 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
