diff options
author | Gang Chen <gang.c.chen@intel.com> | 2022-09-26 20:12:41 +0800 |
---|---|---|
committer | Lean Sheng Tan <sheng.tan@9elements.com> | 2024-05-16 20:52:20 +0000 |
commit | 6258093575d63e3219bd32400e4801263ce92842 (patch) | |
tree | 0b8656eeb3a967dd4c02d7bfd2280c5083ce1269 /src/soc/intel/xeon_sp/gnr/Makefile.mk | |
parent | cc82f746057fc6efc2dcd2e4521c16fcc58e7def (diff) |
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 <gang.c.chen@intel.com>
Co-authored-by: Shuo Liu <shuo.liu@intel.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81318
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Lean Sheng Tan <sheng.tan@9elements.com>
Diffstat (limited to 'src/soc/intel/xeon_sp/gnr/Makefile.mk')
-rw-r--r-- | src/soc/intel/xeon_sp/gnr/Makefile.mk | 1 |
1 files changed, 1 insertions, 0 deletions
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 |