From c4101a69b99d24c3100b76ae9d7f291fd5fc6757 Mon Sep 17 00:00:00 2001 From: Jun Zhu Date: Tue, 10 Oct 2017 01:52:24 +0800 Subject: [PATCH] imx7ulpevk.conf: Create i.MX 7ULP EVK machine configure file Signed-off-by: Jun Zhu Signed-off-by: Otavio Salvador --- conf/machine/imx7ulpevk.conf | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 conf/machine/imx7ulpevk.conf diff --git a/conf/machine/imx7ulpevk.conf b/conf/machine/imx7ulpevk.conf new file mode 100644 index 00000000..1a945e93 --- /dev/null +++ b/conf/machine/imx7ulpevk.conf @@ -0,0 +1,27 @@ +#@TYPE: Machine +#@NAME: NXP i.MX7ULP Evaluation Kit +#@SOC: i.MX7ULP +#@DESCRIPTION: Machine configuration for NXP i.MX7ULP EVK +#@MAINTAINER: Lauren Post + +require conf/machine/include/imx-base.inc +require conf/machine/include/tune-cortexa7.inc + +MACHINE_FEATURES += " pci wifi bluetooth" + +MACHINEOVERRIDES =. "mx7:mx7ulp:" + +KERNEL_DEVICETREE = "imx7ulp-evk.dtb imx7ulp-evk-emmc.dtb imx7ulp-evk-emmc-qspi.dtb imx7ulp-evk-ft5416.dtb imx7ulp-evk-hdmi.dtb" +KERNEL_DEVICETREE += "imx7ulp-evk-lpuart.dtb imx7ulp-evk-qspi.dtb imx7ulp-evk-sd1.dtb imx7ulp-evk-sensors-to-i2c5.dtb" +KERNEL_DEVICETREE += "imx7ulp-evk-wm8960.dtb" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx7ulp_evk_config,sdcard" +UBOOT_CONFIG[emmc] = "mx7ulp_evk_emmc_config,sdcard" +UBOOT_CONFIG[mfgtool] = "mx7ulp_evk_config" + +# Install brcm firmware +MACHINE_FIRMWARE_append = " firmware-imx-brcm" + +# Set Serial console +SERIAL_CONSOLE = "115200 ttyLP0" -- 2.40.1