Skip to content

Commit

Permalink
soc/intel/common/block/smm/smihandler.c: shutdown on case intrusion
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <michal@nozomi.space>
  • Loading branch information
mkopec committed Jan 22, 2024
1 parent bed94b5 commit 6fec2e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/soc/intel/common/block/smm/smihandler.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include <device/pci_def.h>
#include <device/pci_ops.h>
#include <elog.h>
#include <halt.h>
#include <intelblocks/fast_spi.h>
#include <intelblocks/oc_wdt.h>
#include <intelblocks/pmclib.h>
Expand Down Expand Up @@ -468,6 +469,7 @@ void smihandler_southbridge_tco(
* If we ever get here, probably the case has been opened.
*/
printk(BIOS_CRIT, "Case intrusion detected.\n");
poweroff();
}
}

Expand Down

0 comments on commit 6fec2e5

Please sign in to comment.