Hello Felix Singer, Nico Huber, Patrick Georgi, Paul Menzel, Kyösti Mälkki, Patrick Rudolph, Felix Held, HAOUAS Elyes,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/39265
to look at the new patch set (#2).
Change subject: soc/intel/common/block/smm: add case intrusion to SMI handler ......................................................................
soc/intel/common/block/smm: add case intrusion to SMI handler
This adds case intrusion detection to the SMI handler. At this point one can add the code to be executed when the INTRUDER signal gets asserted (iow: when the case is opened).
Examples: - issue a warning - trigger an NMI - call poweroff() - ...
Tested on X11SSM-F.
Change-Id: Ifad675bb09215ada760efebdcd915958febf5778 Signed-off-by: Michael Niewöhner foss@mniewoehner.de --- M src/soc/intel/common/block/smm/smihandler.c 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/65/39265/2