]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx6sxsabreauto: Create for 3.10.53-1.1.0 Release
authorLauren Post <lauren.post@freescale.com>
Wed, 21 Jan 2015 14:44:40 +0000 (08:44 -0600)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 27 Jan 2015 11:10:44 +0000 (09:10 -0200)
Add machine configuration file for i.MX 6SoloX SABRE-AI board

Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta-fsl-arm/conf/machine/imx6sxsabreauto.conf [new file with mode: 0644]

diff --git a/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf b/meta-fsl-arm/conf/machine/imx6sxsabreauto.conf
new file mode 100644 (file)
index 0000000..ec880dd
--- /dev/null
@@ -0,0 +1,19 @@
+#@TYPE: Machine
+#@NAME: Freescale i.MX6SoloX Sabre Automotive
+#@SOC: i.MX6SX
+#@DESCRIPTION: Machine configuration for Freescale i.MX6SoloX Sabre Automotive
+#@MAINTAINER: Lauren Post <Lauren.Post@freescale.com>
+
+require conf/machine/include/imx6sabreauto-common.inc
+
+SOC_FAMILY = "mx6:mx6sx"
+
+KERNEL_DEVICETREE = "imx6sx-sabreauto.dtb imx6sx-sabreauto-m4.dtb"
+
+UBOOT_ENTRYPOINT = "0x80008000"
+
+UBOOT_CONFIG ??= "sd"
+UBOOT_CONFIG[sd] = "mx6sxsabreauto_config,sdcard"
+UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config"
+UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config"
+UBOOT_CONFIG[mfgtool] = "mx6sxsabreauto_config"