summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2024-01-05 13:28:08 +0530
committerRyan Eatmon <reatmon@ti.com>2024-01-10 08:43:14 -0600
commitaaed80b6950f3b354991e21402d30ef48f6e939e (patch)
treee8ab62677dd47322ce797e9059efffa5d54878c0 /meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
parent0fdb49acb650956b80615296c286df5e1947ccb1 (diff)
downloadmeta-ti-aaed80b6950f3b354991e21402d30ef48f6e939e.tar.gz
meta-ti-bsp: Add Support for j722s-evm
- Add A53 and R5 machine configurations for j722s-evm. - Add firmware overrides. - Add u-boot overrides. - Add cnm-wave support. Signed-off-by: Ryan Eatmon <reatmon@ti.com> Signed-off-by: Jayesh Choudhary <j-choudhary@ti.com> Signed-off-by: Aniket Limaye <a-limaye@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf')
-rw-r--r--meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf b/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
new file mode 100644
index 00000000..2c884ffd
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/j722s-evm-k3r5.conf
@@ -0,0 +1,11 @@
1#@TYPE: Machine
2#@NAME: J722S EVM (R5F)
3#@DESCRIPTION: Machine configuration for the TI J722S EVM (R5F core)
4
5require conf/machine/include/k3r5.inc
6
7SYSFW_SOC = "j722s"
8SYSFW_CONFIG = "evm"
9SYSFW_SUFFIX = "hs-fs"
10
11UBOOT_MACHINE = "j722s_evm_r5_defconfig"