[meta-freescale] [meta-fsl-arm][ v2 4/4] imx6ulevk: Create i.MX 6 UltraLite EVK machine

Lauren Post lauren.post at freescale.com
Wed Aug 5 07:56:55 PDT 2015


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 <lauren.post at freescale.com>
---
 conf/machine/imx6ulevk.conf |   22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 conf/machine/imx6ulevk.conf

diff --git a/conf/machine/imx6ulevk.conf b/conf/machine/imx6ulevk.conf
new file mode 100644
index 0000000..319d9f0
--- /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 <lauren.post at freescale.com>
+
+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"
-- 
1.7.9.5



More information about the meta-freescale mailing list