mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Setting or removing the gpu MACHINE_FEATURE does not actually change
if the GPU driver is built or not. That is done based on the setting
of the BSP_{SGX,ROGUE}_{DRIVER,UMLIBS}_{PROVIDER,VERSION} vars. These
are default empty for BSP versions without supported GPU drivers, which
will correctly cause a fallback to SW rendering when the GPU driver is
not available.
As the "gpu" MACHINE_FEATURE now has no uses, remove it from all the
machine config include files.
Signed-off-by: Andrew Davis <afd@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
44 lines
1.2 KiB
PHP
44 lines
1.2 KiB
PHP
require conf/machine/include/k3.inc
|
|
require conf/machine/include/mc_k3r5.inc
|
|
|
|
SOC_FAMILY:append = ":am65xx"
|
|
|
|
MACHINE_FEATURES += "screen touchscreen"
|
|
|
|
require conf/machine/include/mesa-pvr.inc
|
|
PREFERRED_PROVIDER_virtual/gpudriver ?= "${BSP_SGX_DRIVER_PROVIDER}"
|
|
|
|
KERNEL_DEVICETREE_PREFIX = "ti/k3-am654"
|
|
|
|
KERNEL_DEVICETREE_DTBMERGE = " \
|
|
ti/k3-am654-gp-evm.dtb \
|
|
ti/k3-am654-evm.dtb \
|
|
ti/k3-am654-idk.dtb \
|
|
ti/k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtb \
|
|
ti/k3-am6548-iot2050-advanced-m2-bkey-usb3.dtb \
|
|
"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am654-base-board-rocktech-rk101-panel.dtbo \
|
|
ti/k3-am654-base-board.dtb \
|
|
ti/k3-am654-icssg2.dtbo \
|
|
ti/k3-am654-idk.dtbo \
|
|
ti/k3-am654-pcie-usb2.dtbo \
|
|
ti/k3-am654-pcie-usb3.dtbo \
|
|
ti/k3-am6548-iot2050-advanced-m2-bkey-ekey-pcie.dtbo \
|
|
ti/k3-am6548-iot2050-advanced-m2-bkey-usb3.dtbo \
|
|
ti/k3-am6548-iot2050-advanced-m2.dtb \
|
|
ti/k3-am6548-iot2050-advanced-pg2.dtb \
|
|
ti/k3-am6548-iot2050-advanced-sm.dtb \
|
|
ti/k3-am6548-iot2050-advanced.dtb \
|
|
"
|
|
|
|
# Deploy SYSFW and any variants
|
|
IMAGE_BOOT_FILES += "sysfw.itb sysfw-*-evm.itb"
|
|
|
|
TFA_BOARD = "generic"
|
|
|
|
OPTEEMACHINE = "k3-am65x"
|
|
|
|
MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "prueth-fw"
|