From 6258093575d63e3219bd32400e4801263ce92842 Mon Sep 17 00:00:00 2001 From: Gang Chen Date: Mon, 26 Sep 2022 20:12:41 +0800 Subject: soc/intel/xeon_sp/gnr: Add IIO config utils Add IIO configuration utils shared in GNR boards to handle the complex IIO configuration settings. Change-Id: If7146761db6f73a0c4b0d31b010c0d30a42bf690 Signed-off-by: Gang Chen Co-authored-by: Shuo Liu Reviewed-on: https://review.coreboot.org/c/coreboot/+/81318 Tested-by: build bot (Jenkins) Reviewed-by: Lean Sheng Tan --- src/soc/intel/xeon_sp/gnr/Makefile.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src/soc/intel/xeon_sp/gnr/Makefile.mk') diff --git a/src/soc/intel/xeon_sp/gnr/Makefile.mk b/src/soc/intel/xeon_sp/gnr/Makefile.mk index 019684b629..7fcb323f80 100644 --- a/src/soc/intel/xeon_sp/gnr/Makefile.mk +++ b/src/soc/intel/xeon_sp/gnr/Makefile.mk @@ -11,6 +11,7 @@ subdirs-y += ../../../../cpu/intel/microcode romstage-y += romstage.c romstage-y += soc_util.c +romstage-y += soc_iio.c romstage-$(CONFIG_DISPLAY_UPD_DATA) += upd_display.c ramstage-y += chip.c -- cgit v1.2.3