From 5a6620277d6232a0d222047cbd7db414fb8585bc Mon Sep 17 00:00:00 2001 From: Michał Żygowski Date: Mon, 2 Dec 2019 17:02:00 +0100 Subject: amdblocks/acpimmio: add common functions for AP entry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Move the stoneyridge implementation of get/set AP entry to the common block. Signed-off-by: Michał Żygowski Change-Id: I9c73940ffe5f735dcd844911361355c384f617b1 Reviewed-on: https://review.coreboot.org/c/coreboot/+/37416 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Angel Pons Reviewed-by: Richard Spiegel --- src/soc/amd/stoneyridge/bootblock/bootblock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/amd/stoneyridge/bootblock/bootblock.c') diff --git a/src/soc/amd/stoneyridge/bootblock/bootblock.c b/src/soc/amd/stoneyridge/bootblock/bootblock.c index a079ec2561..d92535ac31 100644 --- a/src/soc/amd/stoneyridge/bootblock/bootblock.c +++ b/src/soc/amd/stoneyridge/bootblock/bootblock.c @@ -24,9 +24,9 @@ #include #include #include +#include #include #include -#include #include #include #include -- cgit v1.2.3