summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ullevk.conf
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2021-01-18 17:35:56 -0600
committerOtavio Salvador <otavio@ossystems.com.br>2021-01-21 08:37:58 -0300
commit8f33954888eae17f62ab5bac7ae3186b78e806bf (patch)
treecf3bd98ef5856ae6655fba0d3fad22d2923e34e8 /conf/machine/imx6ullevk.conf
parent913ae7c2fdb8a8458898012c7ea081782de28033 (diff)
downloadmeta-freescale-8f33954888eae17f62ab5bac7ae3186b78e806bf.tar.gz
imx6ullevk: Add OP-TEE, Broadcom WiFi, emmc, nand, and qspi1
Add OP-TEE support. Add optee to MACHINE_FEATURES to enable OP-TEE in u-boot-imx. OP-TEE is currently not supported by u-boot-fslc. Enable Broadcom 4339 and 43455 WiFi modules. Add missing UBOOT_CONFIG options emmc, nand, and qspi1. Drop redundant SERIAL_CONSOLES assignment. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'conf/machine/imx6ullevk.conf')
-rw-r--r--conf/machine/imx6ullevk.conf19
1 files changed, 13 insertions, 6 deletions
diff --git a/conf/machine/imx6ullevk.conf b/conf/machine/imx6ullevk.conf
index bcaeede7..7d5f62d1 100644
--- a/conf/machine/imx6ullevk.conf
+++ b/conf/machine/imx6ullevk.conf
@@ -9,6 +9,8 @@ MACHINEOVERRIDES =. "mx6:mx6ull:"
9include conf/machine/include/imx-base.inc 9include conf/machine/include/imx-base.inc
10include conf/machine/include/tune-cortexa7.inc 10include conf/machine/include/tune-cortexa7.inc
11 11
12MACHINE_FEATURES += "wifi bluetooth bcm4339 bcm43455"
13
12KERNEL_DEVICETREE = " \ 14KERNEL_DEVICETREE = " \
13 imx6ull-14x14-evk.dtb \ 15 imx6ull-14x14-evk.dtb \
14" 16"
@@ -20,10 +22,15 @@ KERNEL_DEVICETREE_append_use-nxp-bsp = " \
20 imx6ull-14x14-evk-gpmi-weim.dtb \ 22 imx6ull-14x14-evk-gpmi-weim.dtb \
21" 23"
22 24
23UBOOT_CONFIG ??= "sd" 25UBOOT_CONFIG ??= " \
24UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard" 26 sd \
25UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config" 27 ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
26 28"
27SERIAL_CONSOLES = "115200;ttymxc0" 29UBOOT_CONFIG[sd] = "mx6ull_14x14_evk_config,sdcard"
30UBOOT_CONFIG[sd-optee] = "mx6ull_14x14_evk_optee_config,sdcard"
31UBOOT_CONFIG[emmc] = "mx6ull_14x14_evk_emmc_config,sdcard"
32UBOOT_CONFIG[nand] = "mx6ull_14x14_evk_nand_config,ubifs"
33UBOOT_CONFIG[qspi1] = "mx6ull_14x14_evk_qspi1_config"
34UBOOT_CONFIG[mfgtool] = "mx6ull_14x14_evk_config"
28 35
29MACHINE_FEATURES += "wifi bluetooth" 36OPTEE_BIN_EXT = "6ullevk"