mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-07 19:32:58 +00:00
j784s4-hs: changes to support new hs platform
Changes to support new j784s4-hs platform in:
1) ti-sci-fw_git: Update firmware prefix for j784s4-hs
2) atf: sign the image
4) optee: sign the image
Signed-off-by: Manorit Chawdhry <m-chawdhry@ti.com>
Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
ed8e95cbd5
commit
95d1f6503c
@@ -36,6 +36,7 @@ SYSFW_PREFIX_j7200-hs-evm-k3r5 = "fs"
|
||||
SYSFW_PREFIX_j721s2-evm-k3r5 = "fs"
|
||||
SYSFW_PREFIX_j721s2-hs-evm-k3r5 = "fs"
|
||||
SYSFW_PREFIX_j784s4-evm-k3r5 = "fs"
|
||||
SYSFW_PREFIX_j784s4-hs-evm-k3r5 = "fs"
|
||||
SYSFW_PREFIX_am62xx-evm-k3r5 = "fs"
|
||||
SYSFW_PREFIX_am62xx-lp-evm-k3r5 = "fs"
|
||||
|
||||
|
||||
@@ -42,3 +42,7 @@ do_compile_append_j7200-hs-evm() {
|
||||
do_compile_append_j721s2-hs-evm() {
|
||||
tfa_sign_k3hs
|
||||
}
|
||||
|
||||
do_compile_append_j784s4-hs-evm() {
|
||||
tfa_sign_k3hs
|
||||
}
|
||||
|
||||
@@ -81,6 +81,10 @@ do_compile_append_j721s2-hs-evm() {
|
||||
optee_sign_k3hs
|
||||
}
|
||||
|
||||
do_compile_append_j784s4-hs-evm() {
|
||||
optee_sign_k3hs
|
||||
}
|
||||
|
||||
do_install_append_ti-soc() {
|
||||
install -m 644 ${B}/*.optee ${D}${nonarch_base_libdir}/firmware/ || true
|
||||
install -m 644 ${B}/bl32.bin ${D}${nonarch_base_libdir}/firmware/ || true
|
||||
|
||||
Reference in New Issue
Block a user