34 lines
1014 B
Plaintext
34 lines
1014 B
Plaintext
|
|
#@TYPE: Machine
|
||
|
|
#@NAME: NXP i.MX6SoloX Sabre Automotive
|
||
|
|
#@SOC: i.MX6SX
|
||
|
|
#@DESCRIPTION: Machine configuration for NXP i.MX6SoloX Sabre Automotive
|
||
|
|
#@MAINTAINER: Lauren Post <Lauren.Post@nxp.com>
|
||
|
|
|
||
|
|
MACHINEOVERRIDES =. "mx6sx:"
|
||
|
|
|
||
|
|
require conf/machine/include/imx-base.inc
|
||
|
|
require conf/machine/include/arm/armv7a/tune-cortexa9.inc
|
||
|
|
|
||
|
|
KERNEL_DEVICETREE = "nxp/imx/imx6sx-sabreauto.dtb"
|
||
|
|
KERNEL_DEVICETREE:use-mainline-bsp = "nxp/imx/imx6sx-sabreauto.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] = "mx6sxsabreauto_config,sdcard"
|
||
|
|
UBOOT_CONFIG[sd-optee] = "mx6sxsabreauto_optee_config,sdcard"
|
||
|
|
UBOOT_CONFIG[qspi1] = "mx6sxsabreauto_qspi1_config"
|
||
|
|
UBOOT_CONFIG[nand] = "mx6sxsabreauto_nand_config,ubifs"
|
||
|
|
|
||
|
|
OPTEE_BIN_EXT = "6sxauto"
|
||
|
|
|
||
|
|
SERIAL_CONSOLES = "115200;ttymxc3"
|
||
|
|
|
||
|
|
MACHINE_FIRMWARE:append:mx6 = " linux-firmware-ath6k"
|
||
|
|
|
||
|
|
MACHINE_FEATURES += " pci wifi bluetooth nxp8987-sdio"
|