soc/intel/xeon_sp/gnr: Add IIO config utils
commit6258093575d63e3219bd32400e4801263ce92842
authorGang Chen <gang.c.chen@intel.com>
Mon, 26 Sep 2022 12:12:41 +0000 (26 20:12 +0800)
committerLean Sheng Tan <sheng.tan@9elements.com>
Thu, 16 May 2024 20:52:20 +0000 (16 20:52 +0000)
tree0b8656eeb3a967dd4c02d7bfd2280c5083ce1269
parentcc82f746057fc6efc2dcd2e4521c16fcc58e7def
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>
src/soc/intel/xeon_sp/gnr/Makefile.mk
src/soc/intel/xeon_sp/gnr/include/soc/iio.h [new file with mode: 0644]
src/soc/intel/xeon_sp/gnr/soc_iio.c [new file with mode: 0644]