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>
17 lines
403 B
HTML
17 lines
403 B
HTML
require conf/machine/include/k3.inc
|
|
SOC_FAMILY_append = ":am62xx"
|
|
|
|
MACHINE_FEATURES += "screen touchscreen"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
|
|
TFA_K3_SYSTEM_SUSPEND = "1"
|
|
|
|
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-am62x"
|
|
OPTEEOUTPUTMACHINE = "k3"
|