From fffefb6c5ce3fcbf46a97394a4531af27f2e52df Mon Sep 17 00:00:00 2001 From: Lauren Post Date: Wed, 5 Aug 2015 09:56:55 -0500 Subject: imx6ulevk: Create i.MX 6 UltraLite EVK machine Introducing the i.MX 6 Ultra Lite EVK machine. i.MX 6 UltraLite is a CortexA7 with no GPU or VPU. Signed-off-by: Lauren Post Signed-off-by: Otavio Salvador --- conf/machine/imx6ulevk.conf | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 conf/machine/imx6ulevk.conf (limited to 'conf') diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf new file mode 100644 index 00000000..319d9f08 --- /dev/null +++ b/conf/machine/imx6ulevk.conf @@ -0,0 +1,22 @@ +#@TYPE: Machine +#@NAME: Freescale i.MX6UL Evaluation Kit +#@SOC: i.MX6UL +#@DESCRIPTION: Machine configuration for Freescale i.MX6UL EVK +#@MAINTAINER: Lauren Post + +include conf/machine/include/imx-base.inc +include conf/machine/include/tune-cortexa7.inc + +MACHINE_FEATURES += " pci wifi bluetooth" + +SOC_FAMILY = "mx6:mx6ul" + +KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" + +PREFERRED_PROVIDER_u-boot = "u-boot-imx" +PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" + +UBOOT_CONFIG ??= "sd" +UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" +UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" +UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" -- cgit v1.2.3-54-g00ecf