Signed-off-by: Alexandra Safta <[email protected]> --- conf/machine/imx6ull14x14evk.conf | 23 +++++++++++++++++++++++ conf/machine/imx6ull9x9evk.conf | 19 +++++++++++++++++++ 2 files changed, 42 insertions(+) create mode 100644 conf/machine/imx6ull14x14evk.conf create mode 100644 conf/machine/imx6ull9x9evk.conf
diff --git a/conf/machine/imx6ull14x14evk.conf b/conf/machine/imx6ull14x14evk.conf new file mode 100644 index 0000000..bef8740 --- /dev/null +++ b/conf/machine/imx6ull14x14evk.conf @@ -0,0 +1,23 @@ +#@TYPE: Machine +#@NAME: NXP i.MX6ULL 14x14 Evaluation Kit +#@SOC: i.MX6ULL +#@DESCRIPTION: Machine configuration for NXP i.MX6ULL 14x14 EVK +#@MAINTAINER: Lauren Post <[email protected]> + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +MACHINE_FIRMWARE_append = " firmware-imx-epdc firmware-imx-brcm" + +MACHINEOVERRIDES =. "mx6:mx6ul:mx6ull:" + +KERNEL_DEVICETREE = "imx6ull-14x14-evk.dtb imx6ull-14x14-evk-btwifi.dtb imx6ull-14x14-evk-gpmi-weim.dtb \ + imx6ull-14x14-evk-usb-certi.dtb imx6ull-14x14-evk-emmc.dtb \ +" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" +UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard" +UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs" +UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config" +UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config" diff --git a/conf/machine/imx6ull9x9evk.conf b/conf/machine/imx6ull9x9evk.conf new file mode 100644 index 0000000..c047716 --- /dev/null +++ b/conf/machine/imx6ull9x9evk.conf @@ -0,0 +1,19 @@ +#@TYPE: Machine +#@NAME: NXP i.MX6ULL 9x9 Evaluation Kit +#@SOC: i.MX6ULL +#@DESCRIPTION: Machine configuration for NXP i.MX6ULL 9x9 EVK + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +MACHINE_FIRMWARE_append = " firmware-imx-epdc firmware-imx-brcm" + +MACHINEOVERRIDES =. "mx6:mx6ul:mx6ull:" + +KERNEL_DEVICETREE = "imx6ull-9x9-evk.dtb imx6ull-9x9-evk-btwifi.dtb \ +" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6ull_9x9_evk_config,sdcard" +UBOOT_CONFIG[qspi1] = "mx6ull_9x9_evk_qspi1_config" +UBOOT_CONFIG[mfgtool] = "mx6ull_9x9_evk_config" -- 2.7.4 -- _______________________________________________ meta-freescale mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-freescale
