mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
Enable the GPU for am62xx and j721s2 and use IMG DDK 1.15 Migrate Imagination DDK 1.13 to DDK 1.15 for J721e Signed-off-by: Darren Etheridge <detheridge@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
25 lines
619 B
Plaintext
25 lines
619 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: J721S2 EVM
|
|
#@DESCRIPTION: Machine configuration for the TI J721S2 EVM
|
|
|
|
require conf/machine/include/j7.inc
|
|
|
|
MACHINE_FEATURES += "gpu"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS10"
|
|
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
|
|
TFA_K3_USART = "0x8"
|
|
OPTEE_K3_USART = "0x8"
|
|
|
|
KERNEL_DEVICETREE = " \
|
|
ti/k3-j721s2-common-proc-board.dtb \
|
|
"
|
|
|
|
UBOOT_MACHINE = "j721s2_evm_a72_defconfig"
|
|
|
|
# J721S2 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"
|