pkg/uefi: upgrade EDK2 to edk2-stable202508.01#5822
Conversation
0991277 to
f8a6354
Compare
f8a6354 to
fdf59b0
Compare
|
@rucoder , LGTM, by any chance have you tried this version on arm64? It would be really nice if we could unify them and use the same on both archs.... |
Upgrade EDK2 from edk2-stable202408.01 to edk2-stable202508.01 (commit 3d244c3b364bd4e21261380662186d064659161c). Regenerate edk2 patches for the new EDK2 base. All four existing patches still apply cleanly: 0000: Xen hypervisor spoofing in XenPlatformPei 0001: EveBootOrderLib addition 0002: EVE OS logo replacement 0003: EveBootOrderLib fw_cfg boot order support Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
- update UEFI package hashes in consumers Signed-off-by: Mikhail Malyshev <mike.malyshev@gmail.com>
6726f34 to
27f8489
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #5822 +/- ##
==========================================
+ Coverage 19.52% 25.68% +6.15%
==========================================
Files 19 24 +5
Lines 3021 4213 +1192
==========================================
+ Hits 590 1082 +492
- Misses 2310 2911 +601
- Partials 121 220 +99 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Yes. |
Description
This PR is a preparation for iGPU work integration.
Upgrade EDK2 from edk2-stable202408.01 to edk2-stable202508.01 (commit 3d244c3b364bd4e21261380662186d064659161c).
Regenerate edk2 patches for the new EDK2 base. All four existing
patches still apply cleanly:
How to test and validate this PR
Build the
pkg/uefipackage for amd64 and arm64:Verify the resulting OVMF firmware images boot correctly in QEMU and all EVE features work
Changelog notes
Upgrade UEFI firmware (EDK2/OVMF) from edk2-stable202408.01 to edk2-stable202508.01.
PR Backports
Checklist
I've provided a proper description
I've added the proper documentation
I've tested my PR on amd64 device
I've tested my PR on arm64 device
I've written the test verification instructions
I've set the proper labels to this PR
I've checked the boxes above, or I've provided a good reason why I didn't
check them.