mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Only the first two K3 devices do not support multi-cert boot so lets make multi-cert the default and only add back sysfw.itb for these two devices. Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: lines be preserved? Signed-off-by: Ryan Eatmon <reatmon@ti.com>
41 lines
1.2 KiB
PHP
41 lines
1.2 KiB
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY_append = ":am65xx"
|
|
|
|
MACHINE_FEATURES += "screen touchscreen gpu"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
|
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am654-base-board.dtb \
|
|
ti/k3-am654-base-board-sr1.dtbo \
|
|
ti/k3-am654-gp.dtbo \
|
|
ti/k3-am654-idk.dtbo \
|
|
ti/k3-am654-idk-sr1.dtbo \
|
|
ti/k3-am654-sr1.dtbo \
|
|
ti/k3-am654-pcie-usb2.dtbo \
|
|
ti/k3-am654-pcie-usb3.dtbo \
|
|
ti/k3-am654-evm-tc358876.dtbo \
|
|
ti/k3-am654-evm-oldi-lcd1evm.dtbo \
|
|
ti/k3-am654-evm-ov5640.dtbo \
|
|
"
|
|
|
|
BBMULTICONFIG += "k3r5-sr2"
|
|
|
|
# Since J721e does not support multi-cert tiboot3.bin add standalone sysfw.itb
|
|
IMAGE_BOOT_FILES += "sysfw.itb"
|
|
|
|
# Since default sysfw.itb on AM65x is for SR2.0, add a version for SR1.0
|
|
IMAGE_BOOT_FILES += "sysfw-am65x-evm.itb"
|
|
|
|
do_image_wic[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] += "mc::k3r5-sr2:ti-sci-fw:do_deploy"
|
|
|
|
OPTEEMACHINE = "k3-am65x"
|
|
OPTEEOUTPUTMACHINE = "k3"
|
|
|
|
# Set the list of device targets for ti-pdk class recipes
|
|
TI_PDK_LIMIT_SOCS = "am65xx"
|
|
TI_PDK_LIMIT_BOARDS = "am65xx_evm am65xx_idk"
|
|
TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0"
|