Attention is currently required from: Arthur Heymans, Christian Walter, Johnny Lin, Lean Sheng Tan, Patrick Rudolph, Shuo Liu, Tim Chu.
Jérémy Compostella has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/80301?usp=email )
Change subject: soc/intel/xeon_sp/bootblock: Fix out of order header files ......................................................................
soc/intel/xeon_sp/bootblock: Fix out of order header files
Change-Id: If0397f5cc8d0f4f1872bd37a001fe42e0c37ec96 Signed-off-by: Jeremy Compostella jeremy.compostella@intel.com --- M src/soc/intel/xeon_sp/bootblock.c 1 file changed, 9 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/01/80301/1
diff --git a/src/soc/intel/xeon_sp/bootblock.c b/src/soc/intel/xeon_sp/bootblock.c index cc839ef..62ca48f 100644 --- a/src/soc/intel/xeon_sp/bootblock.c +++ b/src/soc/intel/xeon_sp/bootblock.c @@ -1,18 +1,18 @@ /* SPDX-License-Identifier: GPL-2.0-or-later */
#include <bootblock_common.h> -#include <device/pci.h> -#include <FsptUpd.h> -#include <intelblocks/fast_spi.h> -#include <intelblocks/tco.h> -#include <soc/iomap.h> #include <console/console.h> #include <cpu/x86/mtrr.h> -#include <intelblocks/lpc_lib.h> -#include <security/intel/cbnt/cbnt.h> -#include <soc/pci_devs.h> -#include <soc/bootblock.h> +#include <device/pci.h> #include <fsp/util.h> +#include <FsptUpd.h> +#include <intelblocks/fast_spi.h> +#include <intelblocks/lpc_lib.h> +#include <intelblocks/tco.h> +#include <security/intel/cbnt/cbnt.h> +#include <soc/bootblock.h> +#include <soc/iomap.h> +#include <soc/pci_devs.h>
const FSPT_UPD temp_ram_init_params = { .FspUpdHeader = {