summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLauren Post <lauren.post@freescale.com>2015-07-24 10:40:42 -0500
committerOtavio Salvador <otavio@ossystems.com.br>2016-04-19 15:03:14 -0300
commit84314e19f4d4898e2ab3a51880ee42abc211677b (patch)
treeeeb553b0314a23eedccf96b14cba1f850fdb8000 /conf
parentcbb97617fd5d54d0782a023836010be62db96e58 (diff)
downloadmeta-freescale-84314e19f4d4898e2ab3a51880ee42abc211677b.tar.gz
imx6qpsabreauto: Create i.MX 6 QuadPlus SABRE Auto machine
Create i.MX 6QuadPlus SABRE Auto Machine supporting ecspi, flexcan1 and gpmi-weim device trees. Create U-Boot configurations for sdcard, eimnor, nand, spinor sata and mfgtool. Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/imx6qpsabreauto.conf23
1 files changed, 23 insertions, 0 deletions
diff --git a/conf/machine/imx6qpsabreauto.conf b/conf/machine/imx6qpsabreauto.conf
new file mode 100644
index 00000000..cf826989
--- /dev/null
+++ b/conf/machine/imx6qpsabreauto.conf
@@ -0,0 +1,23 @@
1#@TYPE: Machine
2#@NAME: Freescale i.MX6Q Plus SABRE Automotive
3#@SOC: i.MX6QP
4#@DESCRIPTION: Machine configuration for Freescale i.MX6QP SABRE Automotive
5#@MAINTAINER: Lauren Post <lauren.post@freescale.com>
6
7require conf/machine/include/imx6sabreauto-common.inc
8
9SOC_FAMILY = "mx6:mx6q"
10
11KERNEL_DEVICETREE = "imx6qp-sabreauto.dtb imx6qp-sabreauto-ecspi.dtb imx6qp-sabreauto-flexcan1.dtb \
12 imx6qp-sabreauto-gpmi-weim.dtb"
13
14PREFERRED_PROVIDER_u-boot = "u-boot-imx"
15PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx"
16
17UBOOT_CONFIG ??= "sd"
18UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard"
19UBOOT_CONFIG[eimnor] = "mx6qpsabreauto_eimnor_config"
20UBOOT_CONFIG[nand] = "mx6qpsabreauto_nand_config,ubifs"
21UBOOT_CONFIG[spinor] = "mx6qpsabreauto_spinor_config"
22UBOOT_CONFIG[sata] = "mx6qpsabreauto_sata_config"
23UBOOT_CONFIG[mfgtool] = "mx6qpsabreauto_config"