summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin.juszkiewicz@linaro.org>2023-07-14 16:03:21 +0300
committerArd Biesheuvel <ardb@kernel.org>2023-07-27 17:26:25 +0300
commit648aa9ee26926f33f0e1171963ebf8c3449d012b (patch)
tree44e5ac13a7497de55214268285a32550fe3652eb
parentf0bb00937ad6bfdf92d9c7fea9f7277c160d82e9 (diff)
downloadedk2-non-osi-648aa9ee26926f33f0e1171963ebf8c3449d012b.tar.xz
Qemu/Sbsa: Update TF-A binaries for Neoverse-V1 support
Update the TF-A binaries to have Neoverse-V1 cpu support. This support was merged into TF-A: https://review.trustedfirmware.org/c/TF-A/trusted-firmware-a/+/21813 This allows SBSA Reference Platform to boot Linux on "neoverse-v1" cpu. Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-rw-r--r--Platform/Qemu/Sbsa/Readme.md23
-rwxr-xr-xPlatform/Qemu/Sbsa/bl1.binbin19413 -> 19557 bytes
-rw-r--r--Platform/Qemu/Sbsa/fip.binbin58098 -> 66338 bytes
3 files changed, 11 insertions, 12 deletions
diff --git a/Platform/Qemu/Sbsa/Readme.md b/Platform/Qemu/Sbsa/Readme.md
index 4229556..20a4714 100644
--- a/Platform/Qemu/Sbsa/Readme.md
+++ b/Platform/Qemu/Sbsa/Readme.md
@@ -4,29 +4,28 @@ Qemu SBSA TF-A binaries
These binaries have been created from the mainline TF-A
code checked out at the following commit ID:
-commit dcf430656ca8ef964fa55ad9eb81cf838c7837f2 (tag: v2.9-rc0)
-Merge: 3011e1afe b1af2676f
-Author: Manish Pandey <manish.pandey2@arm.com>
-Date: Thu May 11 13:41:35 2023 +0200
+commit 2503c8f3204c60013de8caa2e165b2875ad735e5 (HEAD -> master, origin/master, origin/HEAD)
+Merge: 9b81d117b bd596a101
+Author: Bipin Ravi <bipin.ravi@arm.com>
+Date: Thu Jul 13 16:45:54 2023 +0200
- Merge "docs(psci): expound runtime instrumentation docs" into integration
+ Merge "build(fpga): remove a710 from fpga build" into integration
This ensures that the following feature for qemu_sbsa platform is
merged upstream and is included in the build:
-commit c598692d0c6a79dd10c34d5a4a740c90261cfc65
+commit 214de62c92b2fc4b7edda9d9d637b7a4c0ba1fa5
Author: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
-Date: Tue Feb 14 09:27:59 2023 +0100
+Date: Tue Jul 4 15:41:40 2023 +0200
- fix(qemu-sbsa): enable FGT
+ feat(qemu): add "neoverse-v1" cpu support
- QEMU 7.2+ has FEAT_FGT support added to 'max' cpu.
-
- So let's enable it to make Debian 'bookworm' kernel boot on sbsa-ref/max setup.
+ Add support to qemu "neoverse-v1" cpu for "qemu_sbsa" ('sbsa-ref')
+ platform.
+ Change-Id: Id710e2b960e7938d2dbe7a88d9e158a7009fc3d1
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
- Change-Id: I49fb3e742b69ce7be5666e0144525dde21a68238
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 4a5bd92..3cdd749 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 d68bb1f..e1cba08 100644
--- a/Platform/Qemu/Sbsa/fip.bin
+++ b/Platform/Qemu/Sbsa/fip.bin
Binary files differ