-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent the UEFI watchdog timer from resetting the platform during MD…
…5 processing * UEFI firmwares implement a watchdog timer, set to 5 minutes, that considers a bootloader is stalled if it hasn't reported to the watchdog during that time, as described in: https://uefi.org/specs/UEFI/2.9_A/07_Services_Boot_Services.html#efi-boot-services-setwatchdogtimer * Because our processing can take much longer than 5 minutes, make sure we manifest ourselves to the watchdog for every 128 MB of data we process. * Also update the MD5 buffer size to 64 MB and add a missing File->Close() call in parser.c
- Loading branch information
Showing
4 changed files
with
22 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters