From 6bfe01e507e1f9184297b7efdafb72308d8fa88f Mon Sep 17 00:00:00 2001 From: Shuo Liu Date: Thu, 14 Mar 2024 19:49:01 +0800 Subject: soc/intel/xeon_sp: Include soc_util.h in Xeon-SP common codes Different SoC generations might have different FSP header files. It is recommended to put these uncommon header files in soc_util.h so that Xeon-SP codes refer to soc_util.h to include them in a clean way. TEST=intel/archercity CRB Change-Id: Icfc20921efe00bc69b0c16c665f65f5baae4c309 Signed-off-by: Shuo Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/81229 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/soc/intel/xeon_sp/include/soc/chip_common.h | 2 +- src/soc/intel/xeon_sp/include/soc/util.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/soc/intel/xeon_sp/include/soc/chip_common.h b/src/soc/intel/xeon_sp/include/soc/chip_common.h index 2b2d5de4be..68dc4f980c 100644 --- a/src/soc/intel/xeon_sp/include/soc/chip_common.h +++ b/src/soc/intel/xeon_sp/include/soc/chip_common.h @@ -5,7 +5,7 @@ #include #include -#include +#include union xeon_domain_path { unsigned int domain_path; diff --git a/src/soc/intel/xeon_sp/include/soc/util.h b/src/soc/intel/xeon_sp/include/soc/util.h index db66fcb07f..eff8c081fc 100644 --- a/src/soc/intel/xeon_sp/include/soc/util.h +++ b/src/soc/intel/xeon_sp/include/soc/util.h @@ -4,7 +4,7 @@ #define _XEON_SP_SOC_UTIL_H_ #include -#include +#include #define MEM_ADDR_64MB_SHIFT_BITS 26 -- cgit v1.2.3