diff mbox series

[meta-ti,dunfell,v2,2/2] am62xx-evm: Add support for AM62xx HS-SE evm

Message ID 20230124051717.1201571-1-c-shilwant@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,dunfell,v2,1/2] conf: machine: am62xx-evm: Add Support for AM62xx HS-SE | expand

Commit Message

Chirag Shilwant Jan. 24, 2023, 5:17 a.m. UTC
- Add ti-sci-firmware overrides.
- Add support to sign ATF and OPTEE.

Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
---
 recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb                       | 3 ++-
 recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++++
 recipes-security/optee/optee-os_%.bbappend                   | 4 ++++
 3 files changed, 10 insertions(+), 1 deletion(-)

Comments

Andrew Davis Jan. 24, 2023, 5:22 p.m. UTC | #1
On 1/23/23 11:17 PM, Chirag Shilwant via lists.yoctoproject.org wrote:
> - Add ti-sci-firmware overrides.
> - Add support to sign ATF and OPTEE.

What about DM firmware.. (ti-rtos-firmware.bb)

Andrew

> 
> Signed-off-by: Chirag Shilwant <c-shilwant@ti.com>
> ---
>   recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb                       | 3 ++-
>   recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++++
>   recipes-security/optee/optee-os_%.bbappend                   | 4 ++++
>   3 files changed, 10 insertions(+), 1 deletion(-)
> 
> diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> index 0fb3a832..7896c366 100644
> --- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> +++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
> @@ -37,7 +37,8 @@ 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-evm-k3r5-gp = "fs"
> +SYSFW_PREFIX_am62xx-evm-k3r5-hs-se = "fs"
>   SYSFW_PREFIX_am62xx-lp-evm-k3r5 = "fs"
>   SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs"
>   SYSFW_PREFIX_am62axx-evm-k3r5 = "fs"
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index a5eb9ff8..920cb737 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -31,6 +31,10 @@ do_compile_append_am64xx-evm() {
>   	tfa_sign_k3hs
>   }
>   
> +do_compile_append_am62xx-evm() {
> +        tfa_sign_k3hs
> +}
> +
>   do_compile_append_am62xx-lp-evm() {
>           tfa_sign_k3hs
>   }
> diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
> index 83eb9c6a..91abbcee 100644
> --- a/recipes-security/optee/optee-os_%.bbappend
> +++ b/recipes-security/optee/optee-os_%.bbappend
> @@ -72,6 +72,10 @@ do_compile_append_am64xx-evm() {
>       optee_sign_k3hs
>   }
>   
> +do_compile_append_am62xx-evm() {
> +    optee_sign_k3hs
> +}
> +
>   do_compile_append_am62xx-lp-evm() {
>       optee_sign_k3hs
>   }
> 
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#15639): https://lists.yoctoproject.org/g/meta-ti/message/15639
> Mute This Topic: https://lists.yoctoproject.org/mt/96491909/3619733
> Group Owner: meta-ti+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [afd@ti.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
Chirag Shilwant Jan. 25, 2023, 5:12 a.m. UTC | #2
What about DM firmware.. (ti-rtos-firmware.bb)

> This is already up-streamed in last RC cycle for both AM62X and AM62Q - https://git.ti.com/cgit/arago-project/meta-ti/commit/?h=dunfell-wip&id=739306a769e799f8840df9113bdb0b3a2804ba98
diff mbox series

Patch

diff --git a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
index 0fb3a832..7896c366 100644
--- a/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
+++ b/recipes-bsp/ti-sci-fw/ti-sci-fw_git.bb
@@ -37,7 +37,8 @@  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-evm-k3r5-gp = "fs"
+SYSFW_PREFIX_am62xx-evm-k3r5-hs-se = "fs"
 SYSFW_PREFIX_am62xx-lp-evm-k3r5 = "fs"
 SYSFW_PREFIX_am62xx-lp-evm-k3r5-hs-se = "fs"
 SYSFW_PREFIX_am62axx-evm-k3r5 = "fs"
diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
index a5eb9ff8..920cb737 100644
--- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
+++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
@@ -31,6 +31,10 @@  do_compile_append_am64xx-evm() {
 	tfa_sign_k3hs
 }
 
+do_compile_append_am62xx-evm() {
+        tfa_sign_k3hs
+}
+
 do_compile_append_am62xx-lp-evm() {
         tfa_sign_k3hs
 }
diff --git a/recipes-security/optee/optee-os_%.bbappend b/recipes-security/optee/optee-os_%.bbappend
index 83eb9c6a..91abbcee 100644
--- a/recipes-security/optee/optee-os_%.bbappend
+++ b/recipes-security/optee/optee-os_%.bbappend
@@ -72,6 +72,10 @@  do_compile_append_am64xx-evm() {
     optee_sign_k3hs
 }
 
+do_compile_append_am62xx-evm() {
+    optee_sign_k3hs
+}
+
 do_compile_append_am62xx-lp-evm() {
     optee_sign_k3hs
 }