diff options
| author | Chirag Shilwant <c-shilwant@ti.com> | 2023-03-20 11:24:10 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
| commit | 3f47f79afe1c4db945107720288969584f4ca357 (patch) | |
| tree | d6ba875cce83f315e72a5da7a037ed68557ac1e2 /meta-ti-bsp/conf/machine/include | |
| parent | 8d174266e533987556aa1dff92c19fa37ba455da (diff) | |
| download | meta-ti-3f47f79afe1c4db945107720288969584f4ca357.tar.gz | |
machine: Add AM62Q HS-SE evm configuration
Lets add the basic AM62Q HS-SE configuration.
- Add configurations.
- Add ti-sci-firmware overrides.
- Add u-boot overrides.
- Add optee overrides.
- Add ti-rtos-firmware overrides.
Signed-off-by: Chirag Shilwant <c-shilwant@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/am62xx-lp.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx-lp.inc b/meta-ti-bsp/conf/machine/include/am62xx-lp.inc new file mode 100644 index 00000000..df113003 --- /dev/null +++ b/meta-ti-bsp/conf/machine/include/am62xx-lp.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | require conf/machine/include/k3.inc | ||
| 2 | SOC_FAMILY:append = ":am62xx" | ||
| 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 | # Default tiboot3.bin on AM62x LP is for HS-SE | ||
| 12 | BBMULTICONFIG += "k3r5-hs-se" | ||
| 13 | do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy" | ||
| 14 | |||
| 15 | TFA_BOARD = "lite" | ||
| 16 | OPTEEMACHINE = "k3-am62x" | ||
