summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf
diff options
context:
space:
mode:
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