mirror of
https://github.com/nxp-imx/meta-imx.git
synced 2025-10-22 23:32:16 +02:00

meta-bsp --> meta-imx-bsp meta-sdk --> meta-imx-sdk meta-ml --> meta-imx-ml meta-v2x --> meta-imx-v2x meta-cockpit-->meta-imx-cockpit Signed-off-by: Neena Busireddy <neenareddy.busireddy@nxp.com>
27 lines
806 B
Plaintext
27 lines
806 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: NXP i.MX6Q Plus SABRE Smart Device
|
|
#@SOC: i.MX6QP
|
|
#@DESCRIPTION: Machine configuration for NXP i.MX6QP SABRE Smart Device
|
|
#@MAINTAINER: Lauren Post <lauren.post@nxp.com>
|
|
|
|
MACHINEOVERRIDES =. "mx6:mx6q:"
|
|
|
|
include conf/machine/include/imx6sabresd-common.inc
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
nxp/imx/imx6qp-sabresd.dtb \
|
|
nxp/imx/imx6qp-sabresd-btwifi.dtb \
|
|
nxp/imx/imx6qp-sabresd-hdcp.dtb \
|
|
nxp/imx/imx6qp-sabresd-ldo.dtb \
|
|
nxp/imx/imx6qp-sabresd-pcie-ep.dtb \
|
|
"
|
|
|
|
MACHINE_FEATURES:append = " optee"
|
|
|
|
UBOOT_CONFIG ??= "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'sd-optee', 'sd', d)}"
|
|
UBOOT_CONFIG[sd] = "mx6qpsabresd_config,sdcard"
|
|
UBOOT_CONFIG[sata] = "mx6qpsabresd_sata_config"
|
|
UBOOT_CONFIG[sd-optee] = "mx6qpsabresd_optee_config,sdcard"
|
|
|
|
OPTEE_BIN_EXT = "6qpsdb"
|