diff options
author | Ryan Eatmon <reatmon@ti.com> | 2022-09-26 12:40:26 -0500 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2022-10-04 08:08:27 -0500 |
commit | 1ba334cc247b1333e7f2261aa19072b5e1505276 (patch) | |
tree | 170309ee3e08ac4597e5b9d77decb528d2a4a59a /conf | |
parent | 165531f3fe8c7c8f5c19048bfc14bd2c62680efe (diff) | |
download | meta-ti-1ba334cc247b1333e7f2261aa19072b5e1505276.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>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/j784s4-evm-k3r5.conf | 11 | ||||
-rw-r--r-- | conf/machine/j784s4-evm.conf | 24 |
2 files changed, 35 insertions, 0 deletions
diff --git a/conf/machine/j784s4-evm-k3r5.conf b/conf/machine/j784s4-evm-k3r5.conf new file mode 100644 index 00000000..04feebc6 --- /dev/null +++ b/conf/machine/j784s4-evm-k3r5.conf | |||
@@ -0,0 +1,11 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: J784S4 EVM (R5F) | ||
3 | #@DESCRIPTION: Machine configuration for the TI J784S4 EVM (R5F core) | ||
4 | |||
5 | require conf/machine/include/k3r5.inc | ||
6 | |||
7 | SYSFW_SOC = "j784s4" | ||
8 | SYSFW_CONFIG = "evm" | ||
9 | SYSFW_SUFFIX = "gp" | ||
10 | |||
11 | UBOOT_MACHINE = "j784s4_evm_r5_defconfig" | ||
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 @@ | |||
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 | |||