diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-24 10:40:42 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | 84314e19f4d4898e2ab3a51880ee42abc211677b (patch) | |
tree | eeb553b0314a23eedccf96b14cba1f850fdb8000 | |
parent | cbb97617fd5d54d0782a023836010be62db96e58 (diff) | |
download | meta-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>
-rw-r--r-- | conf/machine/imx6qpsabreauto.conf | 23 |
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 | |||
7 | require conf/machine/include/imx6sabreauto-common.inc | ||
8 | |||
9 | SOC_FAMILY = "mx6:mx6q" | ||
10 | |||
11 | KERNEL_DEVICETREE = "imx6qp-sabreauto.dtb imx6qp-sabreauto-ecspi.dtb imx6qp-sabreauto-flexcan1.dtb \ | ||
12 | imx6qp-sabreauto-gpmi-weim.dtb" | ||
13 | |||
14 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
15 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
16 | |||
17 | UBOOT_CONFIG ??= "sd" | ||
18 | UBOOT_CONFIG[sd] = "mx6qpsabreauto_config,sdcard" | ||
19 | UBOOT_CONFIG[eimnor] = "mx6qpsabreauto_eimnor_config" | ||
20 | UBOOT_CONFIG[nand] = "mx6qpsabreauto_nand_config,ubifs" | ||
21 | UBOOT_CONFIG[spinor] = "mx6qpsabreauto_spinor_config" | ||
22 | UBOOT_CONFIG[sata] = "mx6qpsabreauto_sata_config" | ||
23 | UBOOT_CONFIG[mfgtool] = "mx6qpsabreauto_config" | ||