From: Denys Dmytriyenko <denis@denix.org>
To: jm@ti.com
Cc: Ryan Eatmon <reatmon@ti.com>, Denys Dmytriyenko <denys@ti.com>,
meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti] [dunfell v3] trusted-firmware-a: upgrade to v2.8+
Date: Mon, 23 Jan 2023 16:02:01 -0500 [thread overview]
Message-ID: <20230123210201.GT22689@denix.org> (raw)
In-Reply-To: <20230123205356.22718-1-jm@ti.com>
On Mon, Jan 23, 2023 at 02:53:56PM -0600, Mendez, Judith via lists.yoctoproject.org wrote:
> Upgrade arm-trusted-firmare to v2.8-226-g2fcd408bb.
>
> This upgrade picks up K3 L2 cache, snoop delayed, and EA
> handling updates from upstream master.
>
> Do not update to tip of master due to PSCI system off
> support breaking AM62x and AM62q platforms.
>
> Signed-off-by: Judith Mendez <jm@ti.com>
> ---
>
> Changes in v3:
> - v3 is the correct version of v2, v2 was the wrong patch sent with a typo
>
> Changes in v2:
> - added PV_append_k3 = "+git${SRCPV}" since SRCREV does not point exactly to
> release tag
>
> recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> index a5eb9ff8..4163194a 100644
> --- a/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> +++ b/recipes-bsp/trusted-firmware-a/trusted-firmware-a_%.bbappend
> @@ -1,6 +1,6 @@
> -PV_k3 = "2.6"
> +PV_append_k3 = "2.8+git${SRCPV}"
Neither v2 nor v3 are correct. You still need to override the PV...
Either:
PV_k3 = "2.8"
PV_append_k3 = "+git${SRCPV}"
Or:
PV_k3 = "2.8+git${SRCPV}"
> LIC_FILES_CHKSUM_k3 = "file://license.rst;md5=1dd070c98a281d18d9eefd938729b031"
> -SRCREV_tfa_k3 = "1309c6c805190bd376c0561597653f3f8ecd0f58"
> +SRCREV_tfa_k3 = "2fcd408bb3a6756767a43c073c597cef06e7f2d5"
> COMPATIBLE_MACHINE_k3 = "k3"
> TFA_BUILD_TARGET_k3 = "all"
> TFA_INSTALL_TARGET_k3 = "bl31"
> --
> 2.17.1
>
prev parent reply other threads:[~2023-01-23 21:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-23 20:53 [dunfell v3] trusted-firmware-a: upgrade to v2.8+ Judith Mendez
2023-01-23 21:02 ` Denys Dmytriyenko [this message]
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=20230123210201.GT22689@denix.org \
--to=denis@denix.org \
--cc=denys@ti.com \
--cc=jm@ti.com \
--cc=meta-ti@lists.yoctoproject.org \
--cc=reatmon@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.