diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2024-01-05 13:28:08 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2024-01-10 08:43:14 -0600 |
| commit | aaed80b6950f3b354991e21402d30ef48f6e939e (patch) | |
| tree | e8ab62677dd47322ce797e9059efffa5d54878c0 /meta-ti-bsp/conf/machine/include | |
| parent | 0fdb49acb650956b80615296c286df5e1947ccb1 (diff) | |
| download | meta-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')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/j722s.inc | 19 |
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 @@ | |||
| 1 | require conf/machine/include/k3.inc | ||
| 2 | SOC_FAMILY:append = ":j722s" | ||
| 3 | |||
| 4 | MACHINE_FEATURES += "screen gpu" | ||
| 5 | |||
| 6 | require conf/machine/include/mesa-pvr.inc | ||
| 7 | PREFERRED_PROVIDER_virtual/gpudriver ?= "" | ||
| 8 | |||
| 9 | # Default tiboot3.bin on J722S is for HS-FS | ||
| 10 | IMAGE_BOOT_FILES += "tiboot3-j722s-hs-fs-evm.bin" | ||
| 11 | |||
| 12 | TFA_BOARD = "lite" | ||
| 13 | TFA_K3_SYSTEM_SUSPEND = "1" | ||
| 14 | |||
| 15 | OPTEEMACHINE = "k3-am62x" | ||
| 16 | |||
| 17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" | ||
| 18 | |||
| 19 | SERIAL_CONSOLES = "115200;ttyS2" | ||
