mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Remove deprecated support for compiling Keystone1/2 RTOS components and Linux firmwares using PDK, CSL, etc. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
25 lines
648 B
PHP
25 lines
648 B
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-nand.dtbo \
|
|
"
|
|
|
|
# AM64 supports multi-certificate images, use the same
|
|
IMAGE_BOOT_FILES = "${IMAGE_BOOT_FILES_MULTI_CERT}"
|
|
|
|
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
|
|
|
TFA_BOARD = "lite"
|
|
OPTEEMACHINE = "k3-am65x"
|
|
OPTEEOUTPUTMACHINE = "k3"
|