Attention is currently required from: Furquan Shaikh, Aaron Durbin, Karthik Ramasubramanian. Hello build bot (Jenkins), Furquan Shaikh, Aaron Durbin, Patrick Rudolph, Karthik Ramasubramanian,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/52147
to look at the new patch set (#2).
Change subject: soc/intel: Remove SMM HECI disable related options ......................................................................
soc/intel: Remove SMM HECI disable related options
The following config options are being removed:
- HECI_DISABLE_USING_SMM - SOC_INTEL_COMMON_BLOCK_HECI_DISABLE_IN_SMM
Nearly all of the SoCs use both the config option and refer to the device tree to determine if HECI should be disabled. By removing these options we can rely solely on the devicetree configuration to disable HECI.
BUG=b:184219504 TEST=With other changes to enable HECI for the dedede mainboard, build and flash drawcia, verify that Intel Flash Programming Tool can communicate with the Converged Security Engine.
Signed-off-by: Aseda Aboagye aaboagye@google.com Change-Id: Iced84faaab8a0cca8400ccd3ec6e4cd525c30e92 --- M src/soc/intel/alderlake/Kconfig M src/soc/intel/alderlake/smihandler.c M src/soc/intel/cannonlake/fsp_params.c M src/soc/intel/cannonlake/smihandler.c M src/soc/intel/common/block/cse/Kconfig M src/soc/intel/common/block/cse/Makefile.inc M src/soc/intel/common/block/smm/Kconfig M src/soc/intel/icelake/Kconfig M src/soc/intel/icelake/smihandler.c M src/soc/intel/jasperlake/Kconfig M src/soc/intel/jasperlake/smihandler.c M src/soc/intel/tigerlake/Kconfig M src/soc/intel/tigerlake/smihandler.c 13 files changed, 6 insertions(+), 30 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/47/52147/2