summaryrefslogtreecommitdiffstats
path: root/conf/machine/imx6ulevk.conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-08-05 09:56:55 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commitfffefb6c5ce3fcbf46a97394a4531af27f2e52df (patch)
treed998d07ccf63df499fde48fb40d617aa8c22481a /conf/machine/imx6ulevk.conf
parenta21443a22d8177dc901129438c88e17104014fd9 (diff)
downloadmeta-freescale-fffefb6c5ce3fcbf46a97394a4531af27f2e52df.tar.gz
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 <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx6ulevk.conf')
-rw-r--r--conf/machine/imx6ulevk.conf22
1 files changed, 22 insertions, 0 deletions
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 @@
1#@TYPE: Machine
2#@NAME: Freescale i.MX6UL Evaluation Kit
3#@SOC: i.MX6UL
4#@DESCRIPTION: Machine configuration for Freescale i.MX6UL EVK
5#@MAINTAINER: Lauren Post <lauren.post@freescale.com>
6
7include conf/machine/include/imx-base.inc
8include conf/machine/include/tune-cortexa7.inc
9
10MACHINE_FEATURES += " pci wifi bluetooth"
11
12SOC_FAMILY = "mx6:mx6ul"
13
14KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb"
15
16PREFERRED_PROVIDER_u-boot = "u-boot-imx"
17PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
18
19UBOOT_CONFIG ??= "sd"
20UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard"
21UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config"
22UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config"