From 84fe84da84be118b2758081cc6abbb31f8f3409c Mon Sep 17 00:00:00 2001 From: Tim Chu Date: Tue, 13 Dec 2022 12:11:45 +0000 Subject: [PATCH] soc/intel/xeon_sp/Makefile.inc: Build EBG for SPR-SP Intel SPR-SP chipset has EBG instead of LBG. Signed-off-by: Tim Chu Signed-off-by: Johnny Lin Change-Id: I9429fe332bb5f01a41aa205c76ad9f0159f93eee Reviewed-on: https://review.coreboot.org/c/coreboot/+/71959 Reviewed-by: Jian-Ming Wang Reviewed-by: TimLiu-SMCI Reviewed-by: Jonathan Zhang Tested-by: build bot (Jenkins) --- src/soc/intel/xeon_sp/Makefile.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/soc/intel/xeon_sp/Makefile.inc b/src/soc/intel/xeon_sp/Makefile.inc index 4fb9b8e293..69792c486c 100644 --- a/src/soc/intel/xeon_sp/Makefile.inc +++ b/src/soc/intel/xeon_sp/Makefile.inc @@ -4,6 +4,7 @@ ifeq ($(CONFIG_XEON_SP_COMMON_BASE),y) subdirs-$(CONFIG_SOC_INTEL_SKYLAKE_SP) += skx lbg subdirs-$(CONFIG_SOC_INTEL_COOPERLAKE_SP) += cpx lbg +subdirs-$(CONFIG_SOC_INTEL_SAPPHIRERAPIDS_SP) += spr ebg bootblock-y += bootblock.c spi.c lpc.c pch.c romstage-y += romstage.c reset.c util.c spi.c pmutil.c memmap.c