diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2023-03-20 04:12:03 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 16:45:07 -0500 |
commit | 12bb9e20cafbab6ef835313c380116090684601e (patch) | |
tree | 56bed443ef6d36e6d17caa72f88c69679e9ea310 /meta-ti-bsp/recipes-bsp | |
parent | 55febdf04f102dfbfc5fee665e14395bcd5fde75 (diff) | |
download | meta-ti-12bb9e20cafbab6ef835313c380116090684601e.tar.gz |
machine: Add AM62x HS-SE evm configuration
Lets add the basic AM62x HS-SE configuration.
- Add machine conf for AM62x HS-SE.
- The wic images will boot on AM62x GP devices by default.
- To boot on AM62x HS-SE, simply switch out the SYSFW image:
$ cd /mnt/sd-card/boot
$ mv tiboot3-am62x-hs-evm.bin tiboot3.bin
- Add ti-sci-firmware overrides.
- Add support to sign ATF and OPTEE.
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/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb index 77709689..798131d4 100644 --- a/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb +++ b/meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | |||
@@ -37,7 +37,8 @@ SYSFW_PREFIX:j721s2-evm-k3r5 = "fs" | |||
37 | SYSFW_PREFIX:j721s2-hs-evm-k3r5 = "fs" | 37 | SYSFW_PREFIX:j721s2-hs-evm-k3r5 = "fs" |
38 | SYSFW_PREFIX:j784s4-evm-k3r5 = "fs" | 38 | SYSFW_PREFIX:j784s4-evm-k3r5 = "fs" |
39 | SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs" | 39 | SYSFW_PREFIX:j784s4-hs-evm-k3r5 = "fs" |
40 | SYSFW_PREFIX:am62xx-evm-k3r5 = "fs" | 40 | SYSFW_PREFIX:am62xx-evm-k3r5-gp = "fs" |
41 | SYSFW_PREFIX:am62xx-evm-k3r5-hs-se = "fs" | ||
41 | SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" | 42 | SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" |
42 | SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs" | 43 | SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs" |
43 | SYSFW_PREFIX:am62axx-evm-k3r5 = "fs" | 44 | SYSFW_PREFIX:am62axx-evm-k3r5 = "fs" |