U-Boot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] Dockerfile: Update to a more current TF-A release tag
@ 2025-04-08 20:21 Tom Rini
  2025-04-08 20:21 ` [PATCH 2/2] Dockerfile: Download the Arm FVP and extract it Tom Rini
  2025-04-10 17:33 ` [PATCH 1/2] Dockerfile: Update to a more current TF-A release tag Tom Rini
  0 siblings, 2 replies; 3+ messages in thread
From: Tom Rini @ 2025-04-08 20:21 UTC (permalink / raw)
  To: u-boot

In preparation for using TF-A more in our CI loops, switch to the
current release tag for TF-A.

Signed-off-by: Tom Rini <trini@konsulko.com>
---
 tools/docker/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/docker/Dockerfile b/tools/docker/Dockerfile
index e14d1640f9cd..3b0c403618a8 100644
--- a/tools/docker/Dockerfile
+++ b/tools/docker/Dockerfile
@@ -230,7 +230,7 @@ RUN git clone https://gitlab.com/qemu-project/qemu.git /tmp/qemu && \
 # Build fiptool
 RUN git clone https://git.trustedfirmware.org/TF-A/trusted-firmware-a.git /tmp/tf-a && \
 	cd /tmp/tf-a/ && \
-	git checkout v2.10.0 && \
+	git checkout v2.12.0 && \
 	cd tools/fiptool && \
 	make -j$(nproc) && \
 	mkdir -p /usr/local/bin && \
-- 
2.43.0


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2025-04-10 17:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-08 20:21 [PATCH 1/2] Dockerfile: Update to a more current TF-A release tag Tom Rini
2025-04-08 20:21 ` [PATCH 2/2] Dockerfile: Download the Arm FVP and extract it Tom Rini
2025-04-10 17:33 ` [PATCH 1/2] Dockerfile: Update to a more current TF-A release tag Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox