diff --git a/drivers/acpi/apei/ghes.c b/drivers/acpi/apei/ghes.c index 465e8dff71d6b5b04dc3daa674aa4c59529a441b..669a5012fc9611ae151c6b5c285a4474ce9cd938 100644 --- a/drivers/acpi/apei/ghes.c +++ b/drivers/acpi/apei/ghes.c @@ -1625,6 +1625,8 @@ void __init acpi_ghes_init(void) */ static struct acpi_platform_list plat_list[] = { {"HPE ", "Server ", 0, ACPI_SIG_FADT, all_versions}, + {"__ZX__", "EDK2 ", 3, ACPI_SIG_FADT, greater_than_or_equal}, + {"_BYO_ ", "BYOSOFT ", 3, ACPI_SIG_FADT, greater_than_or_equal}, { } /* End */ };