mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-25 22:19:11 +00:00
Add the new OP-TEE flavour for J784S4 instead of default k3-j721e. The TI-SCI ID for MCU domain sa2ul/sa3ul are not the same for J721E and J784S4. So a new flavour is added in upstream OP-TEE. Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
26 lines
544 B
Plaintext
26 lines
544 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J784S4 EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J784S4 EVM
|
|
|
|
require conf/machine/include/j7.inc
|
|
|
|
MACHINE_FEATURES += "gpu"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS2"
|
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
TFA_K3_USART = "0x8"
|
|
OPTEEMACHINE = "k3-j784s4"
|
|
OPTEE_K3_USART = "0x8"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-j784s4-evm.dtb \
|
|
"
|
|
|
|
UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
|
|
|
|
do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
|
do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
|
|
|
|
TFA_BOARD = "j784s4"
|
|
|