Subrata Banik has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/45888 )
Change subject: soc/intel/xeon_sp: Make use of ITSS common block [WIP] ......................................................................
soc/intel/xeon_sp: Make use of ITSS common block [WIP]
This patch ensures to have xeon SoC can use common functions from block/itss.
This patch is needed to make use of ITSS common code.
Change-Id: I612fdbc8e2ae993de47656002d87b6c4d4f3affd Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/xeon_sp/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/88/45888/1
diff --git a/src/soc/intel/xeon_sp/Kconfig b/src/soc/intel/xeon_sp/Kconfig index 3b18741..25603b5 100644 --- a/src/soc/intel/xeon_sp/Kconfig +++ b/src/soc/intel/xeon_sp/Kconfig @@ -41,6 +41,7 @@ select INTEL_DESCRIPTOR_MODE_CAPABLE select SOC_INTEL_COMMON_BLOCK select SOC_INTEL_COMMON_BLOCK_CPU + select SOC_INTEL_COMMON_BLOCK_ITSS select SOC_INTEL_COMMON_BLOCK_TIMER select SOC_INTEL_COMMON_BLOCK_LPC select SOC_INTEL_COMMON_BLOCK_RTC