From 53490444f72605f53c81e3bdbf479d1013a2d617 Mon Sep 17 00:00:00 2001 From: Aamir Bohra Date: Mon, 16 Dec 2019 17:49:13 +0530 Subject: soc/intel/tigerlake: Add required header files in pch.c Add header files to fix build issues due to missing declaration for get_pch_series and die_with_post_code functions. Change-Id: Ie8ba4970ec1b73c1e481f54bcfbf95be87d9c442 Signed-off-by: Aamir Bohra Reviewed-on: https://review.coreboot.org/c/coreboot/+/37765 Tested-by: build bot (Jenkins) Reviewed-by: Maulik V Vaghela Reviewed-by: Karthik Ramasubramanian --- src/soc/intel/tigerlake/bootblock/pch.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/soc/intel/tigerlake/bootblock') diff --git a/src/soc/intel/tigerlake/bootblock/pch.c b/src/soc/intel/tigerlake/bootblock/pch.c index 8599423f91..7a93182661 100644 --- a/src/soc/intel/tigerlake/bootblock/pch.c +++ b/src/soc/intel/tigerlake/bootblock/pch.c @@ -19,6 +19,8 @@ * Chapter number: 2, 3, 4, 27, 28 */ +#include +#include #include #include #include @@ -30,6 +32,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3