summaryrefslogtreecommitdiff
path: root/src/soc/amd/phoenix/chip.c
diff options
context:
space:
mode:
authorNicolas Kochlowski <nickkochlowski@gmail.com>2024-09-19 12:16:02 -0300
committerMarshall Dawson <marshalldawson3rd@gmail.com>2024-09-25 15:03:33 +0000
commit8923dceaf7a78b1a5936033501328579a8ef80ce (patch)
treebbd0f81ab85dc8d8b0bd910e398f74a2e24ec1ba /src/soc/amd/phoenix/chip.c
parent42a6c0c24d4cd6a57479cdedd78cdd85312573e7 (diff)
vc/amd/opensil: Move openSIL interface declarations to common header
The declarations describing interface functions between SoCs and openSIL glue code are common for the stub and Genoa POC, and likely with future SoC openSIL implementations. Therefore, move these out of SoC-specific header files and into vc/amd/opensil/opensil.h. This change facilitates swapping out the stub for the actual openSIL glue code. Change-Id: Icc8783ddb868f9f0c4cd357245604313eadfe531 Signed-off-by: Nicolas Kochlowski <nickkochlowski@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/84428 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Reviewed-by: Varshit Pandya <pandyavarshit@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/soc/amd/phoenix/chip.c')
-rw-r--r--src/soc/amd/phoenix/chip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/chip.c b/src/soc/amd/phoenix/chip.c
index a88468b28d..68bc408d2b 100644
--- a/src/soc/amd/phoenix/chip.c
+++ b/src/soc/amd/phoenix/chip.c
@@ -14,7 +14,7 @@
#include <soc/pci_devs.h>
#include <soc/southbridge.h>
#include <types.h>
-#include <vendorcode/amd/opensil/stub/opensil.h>
+#include <vendorcode/amd/opensil/opensil.h>
#include "chip.h"
static const char *soc_acpi_name(const struct device *dev)