aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/xeon_sp/bootblock.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/xeon_sp/bootblock.c')
-rw-r--r--src/soc/intel/xeon_sp/bootblock.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/bootblock.c b/src/soc/intel/xeon_sp/bootblock.c
index 7f14be6329..72d9742af8 100644
--- a/src/soc/intel/xeon_sp/bootblock.c
+++ b/src/soc/intel/xeon_sp/bootblock.c
@@ -9,6 +9,7 @@
#include <cpu/x86/mtrr.h>
#include <intelblocks/lpc_lib.h>
#include <soc/pci_devs.h>
+#include <soc/bootblock.h>
const FSPT_UPD temp_ram_init_params = {
.FspUpdHeader = {
@@ -53,4 +54,5 @@ void bootblock_soc_init(void)
{
if (CONFIG(BOOTBLOCK_CONSOLE))
printk(BIOS_DEBUG, "FSP TempRamInit successful...\n");
+ bootblock_pch_init();
}