arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines
authorDarren Hart <darren@os.amperecomputing.com>
Thu, 9 Feb 2023 00:28:21 +0000 (16:28 -0800)
committerArd Biesheuvel <ardb@kernel.org>
Thu, 9 Feb 2023 11:38:35 +0000 (12:38 +0100)
commit190233164cd77115f8dea718cbac561f557092c6
treea6019d65ac9bcfc3cd96a7e3f4e43f1c461cd3b7
parent966d47e1f27c45507c5df82b2a2157e5a4fd3909
arm64: efi: Force the use of SetVirtualAddressMap() on eMAG and Altra Max machines

Commit 550b33cfd445 ("arm64: efi: Force the use of SetVirtualAddressMap()
on Altra machines") identifies the Altra family via the family field in
the type#1 SMBIOS record. eMAG and Altra Max machines are similarly
affected but not detected with the strict strcmp test.

The type1_family smbios string is not an entirely reliable means of
identifying systems with this issue as OEMs can, and do, use their own
strings for these fields. However, until we have a better solution,
capture the bulk of these systems by adding strcmp matching for "eMAG"
and "Altra Max".

Fixes: 550b33cfd445 ("arm64: efi: Force the use of SetVirtualAddressMap() on Altra machines")
Cc: <stable@vger.kernel.org> # 6.1.x
Cc: Alexandru Elisei <alexandru.elisei@gmail.com>
Signed-off-by: Darren Hart <darren@os.amperecomputing.com>
Tested-by: Justin He <justin.he@arm.com>
Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/libstub/arm64.c