mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
The supported device types depends on the SoC, not on any specific board or EVM. Any board can be populated with any of the 3 supported AM64x types. Move these into the AM64x common include. Signed-off-by: Andrew Davis <afd@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
42 lines
1.4 KiB
PHP
42 lines
1.4 KiB
PHP
require conf/machine/include/k3.inc
|
|
SOC_FAMILY_append = ":am64xx"
|
|
|
|
MACHINE_FEATURES += "screen touchscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2 115200;ttyS1"
|
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-am642-evm.dtb \
|
|
ti/k3-am642-sk.dtb \
|
|
ti/k3-am642-evm-icssg1-dualemac.dtbo \
|
|
ti/k3-am642-evm-icssg1-dualemac-mii.dtbo \
|
|
ti/k3-am642-evm-nand.dtbo \
|
|
"
|
|
|
|
# Default tiboot3.bin on AM64x is for SR2.0 HS-FS
|
|
BBMULTICONFIG = "k3r5-sr2-hs-fs"
|
|
do_image_wic[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] = "mc::k3r5-sr2-hs-fs:ti-sci-fw:do_deploy"
|
|
|
|
# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for GP
|
|
BBMULTICONFIG += "k3r5-gp"
|
|
IMAGE_BOOT_FILES += " tiboot3-am64x-gp-evm.bin"
|
|
do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy"
|
|
|
|
# Since default tiboot3.bin on AM64x is for SR2.0 HS-FS, add a version for SR2.0 HS-SE
|
|
BBMULTICONFIG += "k3r5-sr2-hs-se"
|
|
IMAGE_BOOT_FILES += " tiboot3-am64x_sr2-hs-evm.bin"
|
|
do_image_wic[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] += "mc::k3r5-sr2-hs-se:ti-sci-fw:do_deploy"
|
|
|
|
TFA_BOARD = "lite"
|
|
OPTEEMACHINE = "k3-am64x"
|
|
OPTEEOUTPUTMACHINE = "k3"
|
|
|
|
# Set the list of device targets for ti-pdk class recipes
|
|
TI_PDK_LIMIT_SOCS = "am64x"
|
|
TI_PDK_LIMIT_BOARDS = "am64x_evm"
|
|
TI_PDK_LIMIT_CORES = "mcu1_0 mpu1_0 mcu1_1 mcu2_0 mcu2_1"
|