summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2024-09-02 13:53:44 +0300
committerArd Biesheuvel <ardb@kernel.org>2024-09-02 14:14:22 +0300
commit17c42d6656bf1efcc50a81e8f7e5f32f06505b26 (patch)
tree34e69658afb70a0df6464e5e558ff0885fb997a4
parent4e36179c55f49a73fe4805baa2b5f9fdd0a07a67 (diff)
downloadedk2-non-osi-17c42d6656bf1efcc50a81e8f7e5f32f06505b26.tar.xz
Qemu/Sbsa: update TF-A binaries to get SMC topology calls
EDK2 requires SIP_SVC_GET_CPU_TOPOLOGY call nowadays. Bump binaries to provide it. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> Reviewed-by: Ard Biesheuvel <ardb@kernel.org>
-rw-r--r--Platform/Qemu/Sbsa/Readme.md15
-rwxr-xr-x[-rw-r--r--]Platform/Qemu/Sbsa/bl1.binbin23333 -> 23333 bytes
-rw-r--r--Platform/Qemu/Sbsa/fip.binbin82722 -> 82722 bytes
3 files changed, 10 insertions, 5 deletions
diff --git a/Platform/Qemu/Sbsa/Readme.md b/Platform/Qemu/Sbsa/Readme.md
index ceef51b..04846eb 100644
--- a/Platform/Qemu/Sbsa/Readme.md
+++ b/Platform/Qemu/Sbsa/Readme.md
@@ -4,12 +4,17 @@ Qemu SBSA TF-A binaries
These binaries have been created from the mainline TF-A
code checked out at the following commit ID:
-commit f2735ebccf5173f74c0458736ec526276106097e (tag: v2.11.0, tag: v2.11)
-Merge: 6370f2cbb 669e2b159
-Author: Manish Pandey <manish.pandey2@arm.com>
-Date: Thu May 23 13:51:22 2024 +0200
+commit adc63c99f14ff0584dd8899eb15d8751d7bf4e6e
+Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
+Date: Thu Jun 27 10:11:31 2024 +0200
- Merge "docs(changelog): changelog for v2.11 release" into integration
+ refactor(qemu-sbsa): use fdt_read_uint32_default more
+
+ We have fdt_read_uint32_default() function which allows us to use less
+ temporary variables. Let make use of it where applicable.
+
+ Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
+ Change-Id: I6fc8a87d5aac427703fd3c8b689e153ed58fa8b7
NOTE: No modifications to the source code have been done.
diff --git a/Platform/Qemu/Sbsa/bl1.bin b/Platform/Qemu/Sbsa/bl1.bin
index 9e0136e..bae19d6 100644..100755
--- a/Platform/Qemu/Sbsa/bl1.bin
+++ b/Platform/Qemu/Sbsa/bl1.bin
Binary files differ
diff --git a/Platform/Qemu/Sbsa/fip.bin b/Platform/Qemu/Sbsa/fip.bin
index 96a185a..cce9402 100644
--- a/Platform/Qemu/Sbsa/fip.bin
+++ b/Platform/Qemu/Sbsa/fip.bin
Binary files differ