diff options
| author | Paresh Bhagat <p-bhagat@ti.com> | 2023-03-20 11:24:05 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
| commit | 129b52b0fdd374c62a40899843a6433d44705775 (patch) | |
| tree | 9d6fa15d2e48a4c760a84c3ff79abf49e59104e5 /meta-ti-bsp/conf/machine/include | |
| parent | 0288443726ba9969e2732d8e47e68cf30e99d75e (diff) | |
| download | meta-ti-129b52b0fdd374c62a40899843a6433d44705775.tar.gz | |
machine: Add am62axx evm configuration
Lets add the basic AM62Axx-evm configuration.
- Add configurations.
- Add firmware overrides.
- Add u-boot overrides.
- Add tifs-lpm-stub.
- Add cnm-wave-fw.
Signed-off-by: Sai Sree Kartheek Adivi <s-adivi@ti.com>
Signed-off-by: Paresh Bhagat <p-bhagat@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
Signed-off-by: Denys Dmytriyenko <denys@konsulko.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/am62axx.inc | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc new file mode 100644 index 00000000..cc477366 --- /dev/null +++ b/meta-ti-bsp/conf/machine/include/am62axx.inc | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | require conf/machine/include/k3.inc | ||
| 2 | SOC_FAMILY:append = ":am62axx" | ||
| 3 | |||
| 4 | MACHINE_FEATURES += "screen touchscreen" | ||
| 5 | |||
| 6 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS2" | ||
| 7 | SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | ||
| 8 | |||
| 9 | TFA_K3_SYSTEM_SUSPEND = "1" | ||
| 10 | |||
| 11 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
| 12 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | ||
| 13 | |||
| 14 | TFA_BOARD = "lite" | ||
| 15 | OPTEEMACHINE = "k3-am62x" | ||
