From 8923dceaf7a78b1a5936033501328579a8ef80ce Mon Sep 17 00:00:00 2001 From: Nicolas Kochlowski Date: Thu, 19 Sep 2024 12:16:02 -0300 Subject: 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/84428 Reviewed-by: Felix Held Reviewed-by: Varshit Pandya Tested-by: build bot (Jenkins) --- src/soc/amd/phoenix/memmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/phoenix/memmap.c') diff --git a/src/soc/amd/phoenix/memmap.c b/src/soc/amd/phoenix/memmap.c index 9e740cbb9c..d29dcbee63 100644 --- a/src/soc/amd/phoenix/memmap.c +++ b/src/soc/amd/phoenix/memmap.c @@ -5,7 +5,7 @@ #include #include #include -#include +#include /* * +--------------------------------+ -- cgit v1.2.3