ACPI: APEI: GHES: Add ghes_edac support for __ZX__ and _BYO_ systems

Let ghes_edac be the preferred driver to load on  __ZX__ and _BYO_
systems by extending the platform detection list in ghes.c

Signed-off-by: Tony W Wang-oc <TonyWWang-oc@zhaoxin.com>
Tested-by: Lyle Li <LyleLi@zhaoxin.com>
Acked-by: Borislav Petkov (AMD) <bp@alien8.de>
[ rjw: Subject and changelog edits ]
Link: https://patch.msgid.link/20260128025216.12564-1-TonyWWang-oc@zhaoxin.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
Tony W Wang-oc 2026-01-28 10:52:16 +08:00 committed by Rafael J. Wysocki
parent b584bfbd7e
commit 57d5287b7e

View file

@ -1897,6 +1897,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 */
};