From: Denys Dmytriyenko <denis@denix.org>
To: Chirag Shilwant <c-shilwant@ti.com>
Cc: Praneeth Bajjuri <praneeth@ti.com>, Ryan Eatmon <reatmon@ti.com>,
meta-ti@lists.yoctoproject.org,
Sai Sree Kartheek Adivi <s-adivi@ti.com>,
Paresh Bhagat <p-bhagat@ti.com>, Gyan Gupta <g-gupta@ti.com>
Subject: Re: [meta-ti][dunfell][PATCH] am62xx: Add support for AM62xx HS-SE evm
Date: Mon, 23 Jan 2023 16:26:20 -0500 [thread overview]
Message-ID: <20230123212620.GV22689@denix.org> (raw)
In-Reply-To: <20230123103242.563286-1-c-shilwant@ti.com>
I think this should have been either a single patch or a patch series properly
ordered with the other patch here:
https://patchwork.yoctoproject.org/project/ti/patch/20230123102459.562886-1-c-shilwant@ti.com/
On Mon, Jan 23, 2023 at 04:02:42PM +0530, Chirag Shilwant wrote:
> - 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(-)
>
> 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
> }
> --
> 2.34.1
next prev parent reply other threads:[~2023-01-23 21:26 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 10:32 [meta-ti][dunfell][PATCH] am62xx: Add support for AM62xx HS-SE evm Chirag Shilwant
2023-01-23 21:26 ` Denys Dmytriyenko [this message]
2023-01-23 23:34 ` Ryan Eatmon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230123212620.GV22689@denix.org \
--to=denis@denix.org \
--cc=c-shilwant@ti.com \
--cc=g-gupta@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=p-bhagat@ti.com \
--cc=praneeth@ti.com \
--cc=reatmon@ti.com \
--cc=s-adivi@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.