]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6sllevk: Create i.MX 6 SLL EVK machine
authoralexandra-ioana.safta@nxp.com <alexandra-ioana.safta@nxp.com>
Fri, 2 Jun 2017 16:03:42 +0000 (19:03 +0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Sat, 17 Jun 2017 13:17:32 +0000 (10:17 -0300)
Signed-off-by: Alexandra Safta <alexandra-ioana.safta@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
conf/machine/imx6sllevk.conf [new file with mode: 0644]

diff --git a/conf/machine/imx6sllevk.conf b/conf/machine/imx6sllevk.conf
new file mode 100644 (file)
index 0000000..f99078d
--- /dev/null
@@ -0,0 +1,32 @@
+#@TYPE: Machine
+#@NAME: Freescale i.MX6SLL Evaluation Kit
+#@SOC: i.MX6SLL
+#@DESCRIPTION: Machine configuration for Freescale i.MX6SLL EVK
+#@MAINTAINER: Lauren Post lauren.post@nxp.com
+
+MACHINEOVERRIDES =. "mx6:mx6sll:"
+
+include conf/machine/include/imx-base.inc
+include conf/machine/include/tune-cortexa9.inc
+
+MACHINE_FIRMWARE_append = " firmware-imx-epdc firmware-imx-brcm"
+
+KERNEL_DEVICETREE = "imx6sll-evk.dtb"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6sllevk_config,sdcard"
+UBOOT_CONFIG[epdc] = "mx6sllevk_epdc_config"
+UBOOT_CONFIG[mfgtool] = "mx6sllevk_config"
+
+SERIAL_CONSOLE = "115200 ttymxc0"
+
+MACHINE_FEATURES += " pci wifi bluetooth"
+
+# MESA DRI library
+XSERVER += "mesa-driver-swrast"
+
+PREFERRED_PROVIDER_u-boot = "u-boot-imx"
+PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
+
+PREFERRED_VERSION_u-boot ??= "2016.03"
+PREFERRED_PROVIDER_linux-imx ??= "4.1.15"