diff options
| author | Lauren Post <lauren.post@freescale.com> | 2015-08-05 09:56:55 -0500 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
| commit | fffefb6c5ce3fcbf46a97394a4531af27f2e52df (patch) | |
| tree | d998d07ccf63df499fde48fb40d617aa8c22481a | |
| parent | a21443a22d8177dc901129438c88e17104014fd9 (diff) | |
| download | meta-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>
| -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 000000000..319d9f087 --- /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" | ||
