aboutsummaryrefslogtreecommitdiffstats
path: root/conf/machine/imx7dsabresd.conf
blob: e848f294395f345f53da9cbb8a247daccca446d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
#@TYPE: Machine
#@NAME: NXP i.MX7D SABRE Smart Device
#@SOC: i.MX7D
#@DESCRIPTION: Machine configuration for NXP i.MX7D SABRE Smart Device
#@MAINTAINER: Lauren Post <Lauren.Post@nxp.com>

MACHINEOVERRIDES =. "mx7:mx7d:"

require conf/machine/include/imx-base.inc
require conf/machine/include/tune-cortexa7.inc

MACHINE_FEATURES += "pci wifi bluetooth bcm4339 bcm43455"

KERNEL_DEVICETREE = "imx7d-sdb.dtb"
KERNEL_DEVICETREE_append_use-nxp-bsp = " \
	imx7d-sdb-epdc.dtb \
	imx7d-sdb-gpmi-weim.dtb \
	imx7d-sdb-m4.dtb \
	imx7d-sdb-mipi-dsi.dtb \
	imx7d-sdb-pcie-ep.dtb \
	imx7d-sdb-qspi.dtb \
	imx7d-sdb-reva.dtb \
	imx7d-sdb-sht11.dtb \
	imx7d-sdb-usd-wifi.dtb \
"

UBOOT_MAKE_TARGET = "u-boot.imx"
UBOOT_SUFFIX = "imx"

UBOOT_CONFIG ??= " \
    sd \
    ${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', '', d)} \
"
UBOOT_CONFIG[sd]       = "mx7dsabresd_config,sdcard"
UBOOT_CONFIG[sd-optee] = "mx7dsabresd_optee_config,sdcard"
UBOOT_CONFIG[nonsec]   = "mx7dsabresd_nonsec_config,sdcard"
UBOOT_CONFIG[qspi1]    = "mx7dsabresd_qspi1_config"
UBOOT_CONFIG[nand]     = "mx7dsabresd_nand_config,ubifs"
UBOOT_CONFIG[epdc]     = "mx7dsabresd_epdc_config"
UBOOT_CONFIG[mfgtool]  = "mx7dsabresd_config"

OPTEE_BIN_EXT = "7dsdb"

XSERVER += "mesa-driver-swrast"