diff options
| author | Chirag Shilwant <c-shilwant@ti.com> | 2023-03-20 11:24:19 +0000 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-21 13:03:29 -0500 |
| commit | ee7ac55504ff41e8946cc4a964e9f11f642aad0f (patch) | |
| tree | baa1f89659cedc56b4fe05e381ae4075bc125a68 /meta-ti-bsp/conf/machine/include | |
| parent | e619334e9c1af8d4770a2905b9e22abebb4275a2 (diff) | |
| download | meta-ti-ee7ac55504ff41e8946cc4a964e9f11f642aad0f.tar.gz | |
am62xx-evm: Add AM62x HS-FS evm configuration
Lets add the basic AM62x HS-FS configuration
- Add machine conf for AM62x HS-FS.
- The wic images will boot on AM62x HS-FS devices by default.
- The sysfw image for GP and HS-SE will be packaged in the wic image as
tiboot3-am62x-gp-evm.bin and tiboot3-am62x-hs-evm.bin respectively.
- Add ti-sci-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.inc | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/meta-ti-bsp/conf/machine/include/am62xx.inc b/meta-ti-bsp/conf/machine/include/am62xx.inc index 53e48610..af6a6db4 100644 --- a/meta-ti-bsp/conf/machine/include/am62xx.inc +++ b/meta-ti-bsp/conf/machine/include/am62xx.inc | |||
| @@ -8,10 +8,16 @@ SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}" | |||
| 8 | 8 | ||
| 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" | 9 | PREFERRED_PROVIDER_virtual/gpudriver ?= "ti-img-rogue-driver" |
| 10 | 10 | ||
| 11 | BBMULTICONFIG = "k3r5-gp" | 11 | # Default tiboot3.bin on AM62x is for HS-FS |
| 12 | do_image_wic[mcdepends] = "mc::k3r5-gp:ti-sci-fw:do_deploy" | 12 | BBMULTICONFIG = "k3r5-hs-fs" |
| 13 | do_image_wic[mcdepends] = "mc::k3r5-hs-fs:ti-sci-fw:do_deploy" | ||
| 13 | 14 | ||
| 14 | # Since default tiboot3.bin on AM62x is for GP, add a version for HS-SE | 15 | # Since default tiboot3.bin on AM62x is for HS-FS, add a version for GP |
| 16 | BBMULTICONFIG += "k3r5-gp" | ||
| 17 | IMAGE_BOOT_FILES += "tiboot3-am62x-gp-evm.bin" | ||
| 18 | do_image_wic[mcdepends] += "mc::k3r5-gp:ti-sci-fw:do_deploy" | ||
| 19 | |||
| 20 | # Since default tiboot3.bin on AM62x is for HS-FS, add a version for HS-SE | ||
| 15 | BBMULTICONFIG += "k3r5-hs-se" | 21 | BBMULTICONFIG += "k3r5-hs-se" |
| 16 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" | 22 | IMAGE_BOOT_FILES += "tiboot3-am62x-hs-evm.bin" |
| 17 | do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy" | 23 | do_image_wic[mcdepends] += "mc::k3r5-hs-se:ti-sci-fw:do_deploy" |
