From a941ef0374c33c7dd25a409448c4ef4509012ad9 Mon Sep 17 00:00:00 2001 From: Josep Orga Date: Wed, 3 Feb 2021 13:15:38 +0100 Subject: [PATCH] meta-somdevices: Created imx6ullsomdevices machine copying /meta-fsl-bsp-release/imx/meta-bsp/conf/machine/imx6ull14x14evk.conf file. Signed-off-by: Josep Orga --- conf/machine/imx6ullsomdevices.conf | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 conf/machine/imx6ullsomdevices.conf diff --git a/conf/machine/imx6ullsomdevices.conf b/conf/machine/imx6ullsomdevices.conf new file mode 100644 index 0000000..78d583a --- /dev/null +++ b/conf/machine/imx6ullsomdevices.conf @@ -0,0 +1,29 @@ +#@TYPE: Machine +#@NAME: NXP i.MX6ULL µSMARC SOMDEVICES +#@SOC: i.MX6ULL +#@DESCRIPTION: Machine configuration for NXP i.MX6ULL µSMARC SOMDEVICES +#@MAINTAINER: Josep Orga + +MACHINEOVERRIDES =. "mx6:mx6ul:mx6ull:" + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +MACHINE_FIRMWARE_append = " firmware-imx-epdc" + +KERNEL_DEVICETREE = "imx6ull-14x14-evk.dtb imx6ull-14x14-evk-btwifi.dtb \ + imx6ull-14x14-evk-btwifi-oob.dtb imx6ull-14x14-evk-emmc.dtb \ + imx6ull-14x14-evk-gpmi-weim.dtb imx6ull-14x14-evk-usb-certi.dtb \ +" + +MACHINE_FEATURES_append = " optee bcm4339 bcm43455" + +UBOOT_CONFIG ??= "${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'sd-optee', 'sd', d)}" +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" +UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard" + +OPTEE_BIN_EXT = "6ullevk" -- 2.17.1