From 1ba334cc247b1333e7f2261aa19072b5e1505276 Mon Sep 17 00:00:00 2001 From: Ryan Eatmon Date: Mon, 26 Sep 2022 12:40:26 -0500 Subject: machine: Add j784s4-evm configuration. Adding support for j784s4-evm: - Add configurations. - Add firmware. - Add u-boot. - Add gpu support. Signed-off-by: Ryan Eatmon Signed-off-by: Hari Nagalla Signed-off-by: Randolph Sapp Signed-off-by: Ryan Eatmon --- conf/machine/j784s4-evm.conf | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 conf/machine/j784s4-evm.conf (limited to 'conf/machine/j784s4-evm.conf') diff --git a/conf/machine/j784s4-evm.conf b/conf/machine/j784s4-evm.conf new file mode 100644 index 00000000..a8ad25f6 --- /dev/null +++ b/conf/machine/j784s4-evm.conf @@ -0,0 +1,24 @@ +#@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;ttyS10" +SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" +TFA_K3_USART = "0x8" +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" + -- cgit v1.2.3-54-g00ecf