diff options
author | Lauren Post <lauren.post@freescale.com> | 2015-07-24 10:40:41 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2016-04-19 15:03:14 -0300 |
commit | cbb97617fd5d54d0782a023836010be62db96e58 (patch) | |
tree | 0e7162e94dafe87118885232b3a55f917538bdcd /conf/machine/imx7dsabresd.conf | |
parent | b9fd2a72b8703def084ce655b436e93330aedbc4 (diff) | |
download | meta-freescale-cbb97617fd5d54d0782a023836010be62db96e58.tar.gz |
imx7dsabresd: Create i.MX 7Dual SABRE Smart Device machine
Create i.MX 7Dual SABRE Smart Device with device tree support for
enet, epdc, gpmi-weim, hdmi-audio, m4, qspi and wm8960 configurations.
Create U-Boot support for sdcard, qspi, nand and mfgtool configurations.
Signed-off-by: Lauren Post <lauren.post@freescale.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/imx7dsabresd.conf')
-rw-r--r-- | conf/machine/imx7dsabresd.conf | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/conf/machine/imx7dsabresd.conf b/conf/machine/imx7dsabresd.conf new file mode 100644 index 00000000..1a8f27ba --- /dev/null +++ b/conf/machine/imx7dsabresd.conf | |||
@@ -0,0 +1,25 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: Freescale i.MX7D SABRE Smart Device | ||
3 | #@SOC: i.MX7D | ||
4 | #@DESCRIPTION: Machine configuration for Freescale i.MX7D SABRE Smart Device | ||
5 | #@MAINTAINER: Lauren Post <Lauren.Post@freescale.com> | ||
6 | |||
7 | require conf/machine/include/imx-base.inc | ||
8 | require conf/machine/include/tune-cortexa7.inc | ||
9 | |||
10 | MACHINE_FEATURES += " pci wifi bluetooth" | ||
11 | |||
12 | SOC_FAMILY = "mx7:mx7d" | ||
13 | |||
14 | KERNEL_DEVICETREE = "imx7d-sdb.dtb imx7d-sdb-enet.dtb imx7d-sdb-epdc.dtb \ | ||
15 | imx7d-sdb-gpmi-weim.dtb imx7d-sdb-hdmi-audio.dtb imx7d-sdb-m4.dtb \ | ||
16 | imx7d-sdb-qspi.dtb imx7d-sdb-wm8960.dtb" | ||
17 | |||
18 | PREFERRED_PROVIDER_u-boot = "u-boot-imx" | ||
19 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot-imx" | ||
20 | |||
21 | UBOOT_CONFIG ??= "sd" | ||
22 | UBOOT_CONFIG[sd] = "mx7dsabresd_config,sdcard" | ||
23 | UBOOT_CONFIG[qspi1] = "mx7dsabresd_qspi1_config" | ||
24 | UBOOT_CONFIG[nand] = "mx7dsabresd_nand_config,ubifs" | ||
25 | UBOOT_CONFIG[mfgtool] = "mx7dsabresd_config_config" | ||