summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp/conf/machine/include/j722s.inc
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/include/j722s.inc
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/include/j722s.inc')
-rw-r--r--meta-ti-bsp/conf/machine/include/j722s.inc19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/j722s.inc b/meta-ti-bsp/conf/machine/include/j722s.inc
new file mode 100644
index 00000000..59f45c93
--- /dev/null
+++ b/meta-ti-bsp/conf/machine/include/j722s.inc
@@ -0,0 +1,19 @@
1require conf/machine/include/k3.inc
2SOC_FAMILY:append = ":j722s"
3
4MACHINE_FEATURES += "screen gpu"
5
6require conf/machine/include/mesa-pvr.inc
7PREFERRED_PROVIDER_virtual/gpudriver ?= ""
8
9# Default tiboot3.bin on J722S is for HS-FS
10IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin"
11
12TFA_BOARD = "lite"
13TFA_K3_SYSTEM_SUSPEND = "1"
14
15OPTEEMACHINE = "k3-am62x"
16
17MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw"
18
19SERIAL_CONSOLES = "115200;ttyS2"