You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
4061d47f30
Current SBL does not call board ReadyToBoot & EndOfFirmware phases in Stage on normal boot flow. Current open source UEFI payload does not do it either. It caused some security concerns. The patch enforced these notification calls on normal boot flow in SBL for all payloads except for those that can handle board and FSP notification on its own. It fixed #191. Signed-off-by: Maurice Ma <maurice.ma@intel.com>