Skip to content

Commit 57d5287

Browse files
Tony W Wang-ocrafaeljw
authored andcommitted
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>
1 parent b584bfb commit 57d5287

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/acpi/apei/ghes.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1897,6 +1897,8 @@ void __init acpi_ghes_init(void)
18971897
*/
18981898
static struct acpi_platform_list plat_list[] = {
18991899
{"HPE ", "Server ", 0, ACPI_SIG_FADT, all_versions},
1900+
{"__ZX__", "EDK2 ", 3, ACPI_SIG_FADT, greater_than_or_equal},
1901+
{"_BYO_ ", "BYOSOFT ", 3, ACPI_SIG_FADT, greater_than_or_equal},
19001902
{ } /* End */
19011903
};
19021904

0 commit comments

Comments
 (0)