diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-11-04 22:46:35 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-11-10 08:21:37 -0600 |
commit | 72009bf22ea2065ff27fcbc24954c51844777cd7 (patch) | |
tree | 7269e100cb87ad212b643b3f228416f0810f63e5 /meta-ti-bsp/conf/machine/j784s4-evm.conf | |
parent | df577a397c611aa046b81c24b85f2f557c4f3659 (diff) | |
download | meta-ti-72009bf22ea2065ff27fcbc24954c51844777cd7.tar.gz |
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 <reatmon@ti.com>
Signed-off-by: Hari Nagalla <hnagalla@ti.com>
Signed-off-by: Randolph Sapp <rs@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j784s4-evm.conf')
-rw-r--r-- | meta-ti-bsp/conf/machine/j784s4-evm.conf | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm.conf b/meta-ti-bsp/conf/machine/j784s4-evm.conf new file mode 100644 index 00000000..a8ad25f6 --- /dev/null +++ b/meta-ti-bsp/conf/machine/j784s4-evm.conf | |||
@@ -0,0 +1,24 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: J784S4 EVM | ||
3 | #@DESCRIPTION: Machine configuration for the TI J784S4 EVM | ||
4 | |||
5 | require conf/machine/include/j7.inc | ||
6 | |||
7 | MACHINE_FEATURES += "gpu" | ||
8 | |||
9 | SERIAL_CONSOLES = "115200;ttyS10" | ||
10 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
11 | TFA_K3_USART = "0x8" | ||
12 | OPTEE_K3_USART = "0x8" | ||
13 | |||
14 | KERNEL_DEVICETREE = " \ | ||
15 | ti/k3-j784s4-evm.dtb \ | ||
16 | " | ||
17 | |||
18 | UBOOT_MACHINE = "j784s4_evm_a72_defconfig" | ||
19 | |||
20 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
21 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
22 | |||
23 | TFA_BOARD = "j784s4" | ||
24 | |||