diff options
| author | Sai Sree Kartheek Adivi <s-adivi@ti.com> | 2023-03-20 11:24:23 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
| commit | c8a96a7299a238cec76ac5c435f929ae966c48a0 (patch) | |
| tree | 2b9b2c251c12bf634b61014a469fc751b69bffb6 /meta-ti-bsp/conf/machine/include | |
| parent | daf2262214b5c6f4033d3e6c68691f734ad014de (diff) | |
| download | meta-ti-c8a96a7299a238cec76ac5c435f929ae966c48a0.tar.gz | |
am62axx-evm: Add AM62A HS-FS evm configuration
Lets add the basic AM62A configuration
- Add machine conf for AM62A.
- The wic images will boot on AM62A HS-FS devices by default.
- The sysfw image for GP and HS-SE will be packaged in the wic image as
tiboot3-am62ax-gp-evm.bin and tiboot3-am62ax-hs-evm.bin respectively.
- Add ti-sci-firmware overrides.
- Sign ATF, OPTEE and RTOS Firmware.
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/am62axx.inc | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62axx.inc b/meta-ti-bsp/conf/machine/include/am62axx.inc index cc477366..d0970948 100644 --- a/meta-ti-bsp/conf/machine/include/am62axx.inc +++ b/meta-ti-bsp/conf/machine/include/am62axx.inc | |||
| @@ -8,8 +8,19 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | |||
| 8 | 8 | ||
| 9 | TFA_K3_SYSTEM_SUSPEND = "1" | 9 | TFA_K3_SYSTEM_SUSPEND = "1" |
| 10 | 10 | ||
| 11 | do_image_wic[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 11 | # Default tiboot3.bin on AM62A is for HS-FS |
| 12 | do_image_tar[mcdepends] = "mc::k3r5:ti-sci-fw:do_deploy" | 12 | BBMULTICONFIG = "k3r5-hs-fs" |
| 13 | do_image_wic[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy" | ||
| 14 | |||
| 15 | # Since default tiboot3.bin on AM62A is for HS-FS, add a version for GP | ||
| 16 | BBMULTICONFIG += "k3r5-gp" | ||
| 17 | IMAGE_BOOT_FILES += "tiboot3-am62ax-gp-evm.bin" | ||
| 18 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
| 19 | |||
| 20 | # Since default tiboot3.bin on AM62A is for HS-FS, add a version for HS-SE | ||
| 21 | BBMULTICONFIG += "k3r5-hs-se" | ||
| 22 | IMAGE_BOOT_FILES += "tiboot3-am62ax-hs-evm.bin" | ||
| 23 | do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy" | ||
| 13 | 24 | ||
| 14 | TFA_BOARD = "lite" | 25 | TFA_BOARD = "lite" |
| 15 | OPTEEMACHINE = "k3-am62x" | 26 | OPTEEMACHINE = "k3-am62x" |
