summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/xeon_sp/cpx/Makefile.inc
diff options
context:
space:
mode:
authorJohnny Lin <johnny_lin@wiwynn.com>2022-11-02 16:10:46 +0800
committerFelix Held <felix-coreboot@felixheld.de>2022-11-04 13:21:43 +0000
commit3bc9fbb496c7e1ae346c8d7e98d2bcabbbbe8673 (patch)
tree94b41ff46e41dca0f64ccc1b71cd566428406be6 /src/soc/intel/xeon_sp/cpx/Makefile.inc
parent491f66ee5984201a2b0face10ce2373f2c7f8ace (diff)
downloadcoreboot-3bc9fbb496c7e1ae346c8d7e98d2bcabbbbe8673.tar.gz
coreboot-3bc9fbb496c7e1ae346c8d7e98d2bcabbbbe8673.tar.bz2
coreboot-3bc9fbb496c7e1ae346c8d7e98d2bcabbbbe8673.zip
soc/intel/xeon_sp/cpx: Add get_ewl_hob() utility function
Change-Id: I8f949e9c881099c3723fca056e2c4732ca8b64cf Signed-off-by: Johnny Lin <johnny_lin@wiwynn.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/69144 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Marc Jones <marc@marcjonesconsulting.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/cpx/Makefile.inc')
-rw-r--r--src/soc/intel/xeon_sp/cpx/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/xeon_sp/cpx/Makefile.inc b/src/soc/intel/xeon_sp/cpx/Makefile.inc
index 0cd267b71259..7e18b923c047 100644
--- a/src/soc/intel/xeon_sp/cpx/Makefile.inc
+++ b/src/soc/intel/xeon_sp/cpx/Makefile.inc
@@ -5,7 +5,7 @@ ifeq ($(CONFIG_SOC_INTEL_COOPERLAKE_SP),y)
subdirs-y += ../../../../cpu/intel/turbo
subdirs-y += ../../../../cpu/intel/microcode
-romstage-y += romstage.c ddr.c
+romstage-y += romstage.c ddr.c soc_util.c
romstage-$(CONFIG_DISPLAY_UPD_DATA) += upd_display.c
romstage-$(CONFIG_DISPLAY_HOBS) += hob_display.c