slimbootloader/BootloaderCorePkg/Library/FirmwareResiliencyLib
Sean McGinn f816438ef1 Halt boot retries when SG02 is failing on both partitions
When SG02 is failing on both partitions, a shutdown is supposed
to occur after trying to boot from each partition 3 times. However,
it was noticed that this was not occurring as the shutdown function
was left empty. This caused dead loops and further ACM active timer
expirations.

This change resolves this issue by moving the TCO timer check and start
until after the ACM active timer has been stopped. This change also converts
the shutdown to a CPU halt for further clarity.

Signed-off-by: Sean McGinn <sean.mcginn@intel.com>
2023-01-04 10:21:47 -07:00
..
FirmwareResiliencyLib.c Halt boot retries when SG02 is failing on both partitions 2023-01-04 10:21:47 -07:00
FirmwareResiliencyLib.inf Create FirmwareUpdateStatus header and FirmwareResiliencyLib 2022-09-06 09:38:52 -07:00