summaryrefslogtreecommitdiffstats
path: root/src/mainboard/ocp/deltalake/ramstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/ocp/deltalake/ramstage.c')
-rw-r--r--src/mainboard/ocp/deltalake/ramstage.c18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/mainboard/ocp/deltalake/ramstage.c b/src/mainboard/ocp/deltalake/ramstage.c
index 8d762dc98f08..fb81e1096230 100644
--- a/src/mainboard/ocp/deltalake/ramstage.c
+++ b/src/mainboard/ocp/deltalake/ramstage.c
@@ -1,22 +1,26 @@
/* SPDX-License-Identifier: GPL-2.0-only */
#include <assert.h>
+#include <commonlib/bsd/helpers.h>
#include <console/console.h>
+#include <cpu/cpu.h>
+#include <cpxsp_dl_gpio.h>
+#include <device/device.h>
+#include <device/pci_def.h>
+#include <device/pci_ops.h>
#include <drivers/ipmi/ipmi_ops.h>
#include <drivers/ocp/dmi/ocp_dmi.h>
#include <drivers/vpd/vpd.h>
+#include <hob_iiouds.h>
+#include <hob_memmap.h>
#include <security/intel/txt/txt.h>
+#include <smbios.h>
#include <soc/ramstage.h>
#include <soc/soc_util.h>
+#include <soc/util.h>
#include <stdio.h>
#include <string.h>
-#include <smbios.h>
-#include <device/pci_def.h>
-#include <device/pci_ops.h>
-#include <soc/util.h>
-#include <hob_iiouds.h>
-#include <hob_memmap.h>
-#include <cpxsp_dl_gpio.h>
+#include <types.h>
#include "ipmi.h"
#include "vpd.h"