Felix Held submitted this change.

View Change

Approvals: build bot (Jenkins): Verified Subrata Banik: Looks good to me, approved Shuo Liu: Looks good to me, but someone else must approve
soc/intel/xeon_sp/bootblock: Fix out of order header files

Change-Id: If0397f5cc8d0f4f1872bd37a001fe42e0c37ec96
Signed-off-by: Jeremy Compostella <jeremy.compostella@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/80301
Reviewed-by: Subrata Banik <subratabanik@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shuo Liu <shuo.liu@intel.com>
---
M src/soc/intel/xeon_sp/bootblock.c
1 file changed, 9 insertions(+), 9 deletions(-)

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 = {

To view, visit change 80301. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: main
Gerrit-Change-Id: If0397f5cc8d0f4f1872bd37a001fe42e0c37ec96
Gerrit-Change-Number: 80301
Gerrit-PatchSet: 2
Gerrit-Owner: Jérémy Compostella <jeremy.compostella@intel.com>
Gerrit-Reviewer: Arthur Heymans <arthur@aheymans.xyz>
Gerrit-Reviewer: Christian Walter <christian.walter@9elements.com>
Gerrit-Reviewer: Felix Held <felix-coreboot@felixheld.de>
Gerrit-Reviewer: Johnny Lin <Johnny_Lin@wiwynn.com>
Gerrit-Reviewer: Lean Sheng Tan <sheng.tan@9elements.com>
Gerrit-Reviewer: Patrick Rudolph <patrick.rudolph@9elements.com>
Gerrit-Reviewer: Shuo Liu <shuo.liu@intel.com>
Gerrit-Reviewer: Subrata Banik <subratabanik@google.com>
Gerrit-Reviewer: Tim Chu <Tim.Chu@quantatw.com>
Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org>
Gerrit-MessageType: merged