Hello Aaron Durbin, Patrick Rudolph, Aamir Bohra, Maulik V Vaghela, Duncan Laurie, Paul Menzel, Shelley Chen, build bot (Jenkins), Hannah Williams, Patrick Georgi, Furquan Shaikh, Krzysztof M Sywula, Martin Roth,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/26138
to look at the new patch set (#37).
Change subject: soc/intel/common/{block, pch}: Move smihandler common functions into common code ......................................................................
soc/intel/common/{block, pch}: Move smihandler common functions into common code
This patch cleans soc/intel/{apl/cnl/skl/icl/tgl} by moving common soc code into common/{block, pch}/smihandler.c
BUG=b:78109109 TEST=Build and boot KBL/CNL/APL/ICL/TGL platform.
Change-Id: Ic082bc5d556dd19617d83ab86f93a53574b5bc03 Signed-off-by: Subrata Banik subrata.banik@intel.com --- M src/soc/intel/cannonlake/smihandler.c M src/soc/intel/common/block/smm/smihandler.c M src/soc/intel/common/pch/Kconfig A src/soc/intel/common/pch/smm/Kconfig A src/soc/intel/common/pch/smm/Makefile.inc R src/soc/intel/common/pch/smm/smihandler.c M src/soc/intel/icelake/smihandler.c M src/soc/intel/skylake/Makefile.inc M src/soc/intel/tigerlake/smihandler.c 9 files changed, 34 insertions(+), 188 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/26138/37