diff options
| author | Chirag Shilwant <c-shilwant@ti.com> | 2023-09-11 14:20:48 +0530 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-10-27 13:43:48 -0500 |
| commit | 9e3727d4b2fcbe771b0a3567d17e914d3fd1a66b (patch) | |
| tree | c76d6494ac1b230a7b7d8c42de6a3b42930fe20b /meta-ti-bsp/conf/machine/include | |
| parent | 73022e544ea69782d1a3bc94838289488c7f51d6 (diff) | |
| download | meta-ti-9e3727d4b2fcbe771b0a3567d17e914d3fd1a66b.tar.gz | |
meta-ti-bsp: Add Support for am62pxx-evm
- Add A53 and R5 machine configurations for am62pxx-evm.
- Add firmware overrides.
- Add u-boot overrides.
- Add cnm-wave support.
Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Brandon Brnich <b-brnich@ti.com>
Diffstat (limited to 'meta-ti-bsp/conf/machine/include')
| -rw-r--r-- | meta-ti-bsp/conf/machine/include/am62pxx.inc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62pxx.inc b/meta-ti-bsp/conf/machine/include/am62pxx.inc new file mode 100644 index 00000000..d61ad62b --- /dev/null +++ b/meta-ti-bsp/conf/machine/include/am62pxx.inc | |||
| @@ -0,0 +1,19 @@ | |||
| 1 | require conf/machine/include/k3.inc | ||
| 2 | SOC_FAMILY:append = ":am62pxx" | ||
| 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 AM62Px is for HS-FS | ||
| 10 | IMAGE_BOOT_FILES += "tiboot3-am62px-hs-fs-evm.bin" | ||
| 11 | |||
| 12 | TFA_BOARD = "lite" | ||
| 13 | TFA_K3_SYSTEM_SUSPEND = "1" | ||
| 14 | |||
| 15 | OPTEEMACHINE = "k3-am62px" | ||
| 16 | |||
| 17 | MACHINE_ESSENTIAL_EXTRA_RRECOMMENDS += "cnm-wave-fw" | ||
| 18 | |||
| 19 | SERIAL_CONSOLES = "115200;ttyS2" | ||
