summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2022-11-04 22:46:35 +0000
committerRyan Eatmon <reatmon@ti.com>2022-11-23 16:08:24 -0600
commitc74ea6f30b97093828e9e34160cc15bde49590bd (patch)
tree114fbfde373bd4ae48935cdfae595c286461f43c /meta-ti-bsp/conf
parente6f1b2edf01b481552b32d052c96014b2e1de6f6 (diff)
downloadmeta-ti-c74ea6f30b97093828e9e34160cc15bde49590bd.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')
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm-k3r5.conf11
-rw-r--r--meta-ti-bsp/conf/machine/j784s4-evm.conf24
2 files changed, 35 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j784s4-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j784s4-evm-k3r5.conf
new file mode 100644
index 00000000..04feebc6
--- /dev/null
+++ b/meta-ti-bsp/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
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "j784s4"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "gp"
10
11UBOOT_MACHINE = "j784s4_evm_r5_defconfig"
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
5require conf/machine/include/j7.inc
6
7MACHINE_FEATURES += "gpu"
8
9SERIAL_CONSOLES = "115200;ttyS10"
10SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"
11TFA_K3_USART = "0x8"
12OPTEE_K3_USART = "0x8"
13
14KERNEL_DEVICETREE = " \
15 ti/k3-j784s4-evm.dtb \
16"
17
18UBOOT_MACHINE = "j784s4_evm_a72_defconfig"
19
20do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
21do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy"
22
23TFA_BOARD = "j784s4"
24