summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoralexandra-ioana.safta@nxp.com <alexandra-ioana.safta@nxp.com>2017-06-02 19:03:42 +0300
committerOtavio Salvador <otavio@ossystems.com.br>2017-06-17 10:17:32 -0300
commit19abe5e79dddf5d2946d9c11bf02859555e50887 (patch)
tree3ffc403c6a050d31eab841d59dbaf3c044d22436
parent07f9300b231295d1309d1e3935698ecff5f60332 (diff)
downloadmeta-freescale-19abe5e79dddf5d2946d9c11bf02859555e50887.tar.gz
imx6sllevk: Create i.MX 6 SLL EVK machine
Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
-rw-r--r--conf/machine/imx6sllevk.conf32
1 files changed, 32 insertions, 0 deletions
diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
new file mode 100644
index 00000000..f99078d1
--- /dev/null
+++ b/conf/machine/imx6sllevk.conf
@@ -0,0 +1,32 @@
1#@TYPE: Machine
2#@NAME: Freescale i.MX6SLL Evaluation Kit
3#@SOC: i.MX6SLL
4#@DESCRIPTION: Machine configuration for Freescale i.MX6SLL EVK
5#@MAINTAINER: Lauren Post lauren.post@nxp.com
6
7MACHINEOVERRIDES =. "mx6:mx6sll:"
8
9include conf/machine/include/imx-base.inc
10include conf/machine/include/tune-cortexa9.inc
11
12MACHINE_FIRMWARE_append = " firmware-imx-epdc firmware-imx-brcm"
13
14KERNEL_DEVICETREE = "imx6sll-evk.dtb"
15
16UBOOT_CONFIG ??= "sd"
17UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard"
18UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config"
19UBOOT_CONFIG[mfgtool] = "mx6sllevk_config"
20
21SERIAL_CONSOLE = "115200 ttymxc0"
22
23MACHINE_FEATURES += " pci wifi bluetooth"
24
25# MESA DRI library
26XSERVER += "mesa-driver-swrast"
27
28PREFERRED_PROVIDER_u-boot = "u-boot-imx"
29PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
30
31PREFERRED_VERSION_u-boot ??= "2016.03"
32PREFERRED_PROVIDER_linux-imx ??= "4.1.15"