From: Roland Hieber <rhi@pengutronix.de>
To: distrokit@pengutronix.de
Cc: Roland Hieber <rhi@pengutronix.de>
Subject: [DistroKit] [PATCH] squash! v7a: tf-a: version bump v2.12 -> v2.14
Date: Wed, 18 Mar 2026 15:00:48 +0100 [thread overview]
Message-ID: <20260318140125.1023235-1-rhi@pengutronix.de> (raw)
In-Reply-To: <20260318105609.821637-2-rhi@pengutronix.de>
host-tf-a now tries to detect an aarch32 toolchain early in the Makefile
before trying to build fiptool, and errors out strangely if it cannot
find one, so copy the relevant variables from TF_A_MAKE_OPT into
HOST_TF_A_MAKE_OPT to make it work. Additionally AARCH32_SP needs to be
set (it is usually set in TF_A_EXTRA_ARGS in the platformconfig, based
on the specific board); set it to one of the available PSCI providers to
prevent an error, even though it has no effect on the resulting fiptool
binary.
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
Robert,
sorry, it's clearly one of those "not enough coffee" days. This is an
incremental fixup on top of the already applied fixup on 'next'.
I've amended the commit message, would be nice if you could merge them
while squashing this patch into the original commit.
- Roland
---
configs/platform-v7a/rules/host-tf-a.arch.make | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/configs/platform-v7a/rules/host-tf-a.arch.make b/configs/platform-v7a/rules/host-tf-a.arch.make
index 612190d51812..b32edc82a9ce 100644
--- a/configs/platform-v7a/rules/host-tf-a.arch.make
+++ b/configs/platform-v7a/rules/host-tf-a.arch.make
@@ -1,7 +1,8 @@
-HOST_TF_A_MAKE_OPT := \
+HOST_TF_A_MAKE_OPT = \
CROSS_COMPILE=$(BOOTLOADER_CROSS_COMPILE) \
HOSTCC=$(HOSTCC) \
ARCH=$(PTXCONF_TF_A_ARCH_STRING) \
ARM_ARCH_MAJOR=$(PTXCONF_TF_A_ARM_ARCH_MAJOR) \
BUILD_STRING=$(PTXCONF_TF_A_VERSION) \
+ AARCH32_SP=sp_min \
fiptool
--
2.47.3
prev parent reply other threads:[~2026-03-18 14:01 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-11 15:19 [DistroKit] [PATCH v2 1/5] " Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 2/5] v7a: tf-a: enable support for LXA FairyTux 2 Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 3/5] v7a: barebox: " Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 4/5] v7a: add and enable image generation for the " Roland Hieber
2026-03-11 15:19 ` [DistroKit] [PATCH v2 5/5] doc: add FairyTux 2 documentation Roland Hieber
2026-03-16 14:00 ` [DistroKit] [PATCH v2 1/5] v7a: tf-a: version bump v2.12 -> v2.14 Robert Schwebel
2026-03-18 9:32 ` [DistroKit] [PATCH] fixup! " Roland Hieber
2026-03-18 9:52 ` Robert Schwebel
2026-03-18 10:55 ` Roland Hieber
2026-03-18 10:56 ` [DistroKit] [PATCH v2] " Roland Hieber
2026-03-18 14:00 ` Roland Hieber [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=20260318140125.1023235-1-rhi@pengutronix.de \
--to=rhi@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