diff options
author | Chirag Shilwant <c-shilwant@ti.com> | 2023-03-20 04:11:58 +0000 |
---|---|---|
committer | Ryan Eatmon <reatmon@ti.com> | 2023-03-20 16:45:07 -0500 |
commit | 5f9be228390bc55b7e26b3e1ede7378ac689decb (patch) | |
tree | 4f2ea7beca378dc9603e9a0bf3a20dbd4cb21eec /meta-ti-bsp/recipes-bsp | |
parent | 1ec9f095a2977d6fd69d8605c43801e982c0dace (diff) | |
download | meta-ti-5f9be228390bc55b7e26b3e1ede7378ac689decb.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/recipes-bsp')
-rw-r--r-- | meta-ti-bsp/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb | 1 |
1 files changed, 1 insertions, 0 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 37d022e9..77709689 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 | |||
@@ -39,6 +39,7 @@ 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 = "fs" |
41 | SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" | 41 | SYSFW_PREFIX:am62xx-lp-evm-k3r5 = "fs" |
42 | SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs" | ||
42 | SYSFW_PREFIX:am62axx-evm-k3r5 = "fs" | 43 | SYSFW_PREFIX:am62axx-evm-k3r5 = "fs" |
43 | 44 | ||
44 | SYSFW_TISCI = "${S}/ti-sysfw/ti-${SYSFW_PREFIX}-firmware-${SYSFW_SOC}-*.bin" | 45 | SYSFW_TISCI = "${S}/ti-sysfw/ti-${SYSFW_PREFIX}-firmware-${SYSFW_SOC}-*.bin" |