diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-08-05 09:56:55 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2015-08-05 17:35:51 -0300 |
commit | ca8a434b11659e86ae00a35bac5152f666cced5b (patch) | |
tree | e71b279d66fd4ea8729b7378bbccbc328b537df7 | |
parent | a735e0695499980b6068c80f877b5a6bb87ba8b5 (diff) | |
download | meta-fsl-arm-ca8a434b11659e86ae00a35bac5152f666cced5b.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>
-rw-r--r-- | conf/machine/imx6ulevk.conf | 22 |
1 files changed, 22 insertions, 0 deletions
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 @@ | |||
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 | |||
7 | include conf/machine/include/imx-base.inc | ||
8 | include conf/machine/include/tune-cortexa7.inc | ||
9 | |||
10 | MACHINE_FEATURES += " pci wifi bluetooth" | ||
11 | |||
12 | SOC_FAMILY = "mx6:mx6ul" | ||
13 | |||
14 | KERNEL_DEVICETREE = "imx6ul-14x14-evk.dtb imx6ul-14x14-evk-csi.dtb" | ||
15 | |||
16 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
17 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
18 | |||
19 | UBOOT_CONFIG ??= "sd" | ||
20 | UBOOT_CONFIG[sd] = "mx6ul_14x14_evk_config,sdcard" | ||
21 | UBOOT_CONFIG[qspi1] = "mx6ul_14x14_evk_qspi1_config" | ||
22 | UBOOT_CONFIG[mfgtool] = "mx6ul_14x14_evk_config" | ||