From 24615d1502e2293da0bcbc34ad6042ef35e665d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Stehl=C3=A9?= Date: Mon, 16 Dec 2024 10:04:21 +0100 Subject: [PATCH] boot/arm-trusted-firmware: bump to v2.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For change log, see [1]. Update trusted-firmware-a version to v2.12 and add a hash file accordingly. Compared to v2.11, the license has changed with the additional mention of files from the pydevicetree project under Apache 2.0 license. As we only document the main license of TF-A, BSD-3-Clause, this change has no impact for us. [1] https://git.trustedfirmware.org/plugins/gitiles/TF-A/trusted-firmware-a.git/+/refs/tags/v2.12/docs/change-log.md Signed-off-by: Vincent Stehlé Cc: Dick Olsson Cc: Sergey Matyukevich [Julien: - add link to change log - remove v2.11 hash file ] Signed-off-by: Julien Olivain --- boot/arm-trusted-firmware/Config.in | 4 ++-- boot/arm-trusted-firmware/v2.11/arm-trusted-firmware.hash | 3 --- boot/arm-trusted-firmware/v2.12/arm-trusted-firmware.hash | 3 +++ 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 boot/arm-trusted-firmware/v2.11/arm-trusted-firmware.hash create mode 100644 boot/arm-trusted-firmware/v2.12/arm-trusted-firmware.hash diff --git a/boot/arm-trusted-firmware/Config.in b/boot/arm-trusted-firmware/Config.in index 4a5c7dc89c..c8deede9cd 100644 --- a/boot/arm-trusted-firmware/Config.in +++ b/boot/arm-trusted-firmware/Config.in @@ -14,7 +14,7 @@ choice Select the specific ATF version you want to use config BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION - bool "v2.11" + bool "v2.12" config BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_LTS_2_10_VERSION bool "latest lts-v2.10.x" @@ -52,7 +52,7 @@ config BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_VERSION_VALUE config BR2_TARGET_ARM_TRUSTED_FIRMWARE_VERSION string - default "v2.11" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION + default "v2.12" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_VERSION default "lts-v2.10.5" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_LTS_2_10_VERSION default "lts-v2.8.20" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_LATEST_LTS_2_8_VERSION default "custom" if BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_TARBALL diff --git a/boot/arm-trusted-firmware/v2.11/arm-trusted-firmware.hash b/boot/arm-trusted-firmware/v2.11/arm-trusted-firmware.hash deleted file mode 100644 index 984978dc11..0000000000 --- a/boot/arm-trusted-firmware/v2.11/arm-trusted-firmware.hash +++ /dev/null @@ -1,3 +0,0 @@ -# Locally calculated -sha256 c0f23ccc71c49989e9ad238acf334473c17b7c88f79a20c829c3d443e3794a22 arm-trusted-firmware-v2.11-git4.tar.gz -sha256 03d5088ff4fbfe989f3c807117356191c263cf27d62ee6916bde8532611728ed docs/license.rst diff --git a/boot/arm-trusted-firmware/v2.12/arm-trusted-firmware.hash b/boot/arm-trusted-firmware/v2.12/arm-trusted-firmware.hash new file mode 100644 index 0000000000..55ea515481 --- /dev/null +++ b/boot/arm-trusted-firmware/v2.12/arm-trusted-firmware.hash @@ -0,0 +1,3 @@ +# Locally calculated +sha256 06b35a3596b8417bf66f7bfdd7acd181bcb53fc36dc13216227b5cae154e0219 arm-trusted-firmware-v2.12-git4.tar.gz +sha256 b2c79635797bafcde84c6edadadde290b9d5e05deb3ea16a847210fd2ca83669 docs/license.rst