From 8aba24d3e12e5e65368c7c9c4bb6a37f6e7ec3c0 Mon Sep 17 00:00:00 2001 From: Lijian Zhao Date: Thu, 26 Oct 2017 12:16:53 -0700 Subject: soc/intel/apollolake: Switch to common p2sb Using common p2sb driver instead of private one. TEST=Boot up into OS, and read back registers through PCR by iotools, return is not 0xffffffff. Change-Id: I30f3ef7bc37a8cb268af6fe2e4da3ec835c17633 Signed-off-by: Lijian Zhao Reviewed-on: https://review.coreboot.org/22191 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin --- src/soc/intel/apollolake/chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/soc/intel/apollolake/chip.c') diff --git a/src/soc/intel/apollolake/chip.c b/src/soc/intel/apollolake/chip.c index 405a45c8e2..74e21907f0 100644 --- a/src/soc/intel/apollolake/chip.c +++ b/src/soc/intel/apollolake/chip.c @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include @@ -43,7 +44,6 @@ #include #include #include -#include #include #include "chip.h" -- cgit v1.2.3