DistroKit Mailinglist
 help / color / mirror / Atom feed
From: Ahmad Fatoum <a.fatoum@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Ahmad Fatoum <a.fatoum@pengutronix.de>
Subject: [DistroKit] [PATCH v2 10/11] v7a: tf-a: update v2.10 -> v2.12
Date: Mon,  9 Dec 2024 20:48:30 +0100	[thread overview]
Message-ID: <20241209194831.2677114-11-a.fatoum@pengutronix.de> (raw)
In-Reply-To: <20241209194831.2677114-1-a.fatoum@pengutronix.de>

Like done for v8a, let's bring TF-A for v7a up to date as well.
This needs a slight adjustment beyond updating the platformconfig:

The build system has been reworked in the new TF-A versions and
specifying our own CC or AS variables now breaks the build[1].

This has been fixed in PTXdist already, but as we have a second TF-A
recipe for the STM32MP13, we must apply the change there as well.

[1]: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/27163
[2]: https://git.pengutronix.de/cgit/ptxdist/commit/rules/tf-a.make?id=341428f78

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 configs/platform-v7a/platformconfig            | 4 ++--
 configs/platform-v7a/rules/tf-a-stm32mp13.make | 2 --
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/configs/platform-v7a/platformconfig b/configs/platform-v7a/platformconfig
index 789cc8978459..c3acafd25fc9 100644
--- a/configs/platform-v7a/platformconfig
+++ b/configs/platform-v7a/platformconfig
@@ -206,8 +206,8 @@ PTXCONF_OPTEE_CFG="CFG_TEE_CORE_LOG_LEVEL=2 CFG_WITH_PAGER=n CFG_GP_SOCKETS=n CF
 PTXCONF_TF_A_STM32MP13=y
 PTXCONF_TF_A=y
 PTXCONF_TF_A_URL="https://github.com/ARM-software/arm-trusted-firmware/archive/refs/tags"
-PTXCONF_TF_A_VERSION="v2.10"
-PTXCONF_TF_A_MD5="641f42080967e05d687ef2fa9f8f3bc3 179042745d57dc03cb44063d43dc5301"
+PTXCONF_TF_A_VERSION="v2.12"
+PTXCONF_TF_A_MD5="dea016f3707117c7935a8a26433a1e46"
 PTXCONF_TF_A_ARCH_STRING="aarch32"
 PTXCONF_TF_A_ARM_ARCH_MAJOR_7=y
 # PTXCONF_TF_A_ARM_ARCH_MAJOR_8_32_BIT is not set
diff --git a/configs/platform-v7a/rules/tf-a-stm32mp13.make b/configs/platform-v7a/rules/tf-a-stm32mp13.make
index c404cde890bb..7bfd70c66553 100644
--- a/configs/platform-v7a/rules/tf-a-stm32mp13.make
+++ b/configs/platform-v7a/rules/tf-a-stm32mp13.make
@@ -61,8 +61,6 @@ TF_A_STM32MP13_CONF_TOOL	:= NO
 # Compile
 # ----------------------------------------------------------------------------
 
-TF_A_STM32MP13_MAKE_ENV	:= $(CROSS_ENV)
-
 $(STATEDIR)/tf-a-stm32mp13.compile:
 	@$(call targetinfo)
 
-- 
2.39.5




  parent reply	other threads:[~2024-12-09 19:49 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-12-09 19:48 [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 01/11] v8a: tf-a: update v2.10 -> v2.12 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 02/11] v8a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 03/11] v8a: kernel: disable some unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 04/11] v8a: kernel: enable usb9pfs Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 05/11] v8a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 06/11] v7a: barebox: am335x-mlo: disable LZO decompress Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 07/11] v7a: barebox: update v2024.07.0 -> v2024.12.0 Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 08/11] v7a: kernel: disable unneeded options Ahmad Fatoum
2024-12-09 19:48 ` [DistroKit] [PATCH v2 09/11] v7a: kernel: update 6.12 -> v6.13-rc2 Ahmad Fatoum
2024-12-09 19:48 ` Ahmad Fatoum [this message]
2024-12-09 19:48 ` [DistroKit] [PATCH v2 11/11] v7a/v8a: barebox: enable some more useful commands Ahmad Fatoum
2024-12-09 21:19 ` [DistroKit] [PATCH v2 00/11] v7a/v8a: update firmware, bootloader and kernel Robert Schwebel

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=20241209194831.2677114-11-a.fatoum@pengutronix.de \
    --to=a.fatoum@pengutronix.de \
    --cc=distrokit@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox