Skip to content

Revert "efi/arm64: libstub: avoid SetVirtualAddressMap() when possible" and dependencies

Paolo Bonzini requested to merge bonzini/linux-centos-9:RHEL-23382 into main

Merge Request Required Information

Summary of Changes

Revert commit 987ca8fc and its dependencies. It looks like there are other systems that fail if SetVirtualAddressMap() is not called, so just revert the patch that made it optional.

For upstream/RHEL10, the plan is to either check against the SMBIOS type0 entry, or request Intel to fix the firmware.

Approved Development Ticket

All submissions to CentOS Stream must reference an approved ticket in Red Hat Jira. Please follow the CentOS Stream contribution documentation for how to file this ticket and have it approved.

JIRA: https://issues.redhat.com/browse/RHEL-23382

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Edited by Paolo Bonzini

Merge request reports