From 3a988ccebfadf16671f460484794cc573b993e8b Mon Sep 17 00:00:00 2001 From: Felix Held Date: Fri, 19 Apr 2024 17:08:08 +0200 Subject: soc/amd/phoenix/acpi: call acpi_add_opensil_tables in openSIL case Signed-off-by: Felix Held Change-Id: Ifdfdbf193bd96a6dda72a2f23d51925fd369aa01 Reviewed-on: https://review.coreboot.org/c/coreboot/+/82013 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/soc/amd/phoenix/acpi.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/soc/amd') diff --git a/src/soc/amd/phoenix/acpi.c b/src/soc/amd/phoenix/acpi.c index 606a45ff62..c96d80c5fb 100644 --- a/src/soc/amd/phoenix/acpi.c +++ b/src/soc/amd/phoenix/acpi.c @@ -72,6 +72,8 @@ unsigned long soc_acpi_write_tables(const struct device *device, unsigned long c if (CONFIG(PLATFORM_USES_FSP2_0)) current = acpi_add_fsp_tables(current, rsdp); + else + current = acpi_add_opensil_tables(current, rsdp); return current; } -- cgit v1.2.3