opnsense-src/stand/efi
Toomas Soome c796ba5824 loader.efi: fix panic() after BS off
panic() is using multiple services - attempting to read
keyboard, accessing time functions and finally, exiting the loader.

Protect all the accessed listed above. Note, when BS are off,
we really can not just exit the loader, we only can reboot.

(cherry-picked from commit a2e02d9d8e)
2022-06-26 08:18:13 +03:00
..
boot1 stand/efi: Pass --no-dynamic-linker to ld.bfd >= 2.34. 2022-05-10 17:06:26 -07:00
fdt stand: refactor overlay loading a little bit 2019-04-11 13:26:28 +00:00
gptboot Only set WARNS if not defined 2020-09-11 13:28:37 +00:00
include loader.efi: fix panic() after BS off 2022-06-26 08:18:13 +03:00
libefi loader.efi: fix panic() after BS off 2022-06-26 08:18:13 +03:00
loader loader.efi: fix panic() after BS off 2022-06-26 08:18:13 +03:00
loader_4th Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
loader_lua Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
loader_simp Create a loader for each interpreter for x86 BIOS and all EFI 2018-08-14 18:44:41 +00:00
Makefile stand: properly declare subdir deps or .WAIT, do parallel build 2020-12-31 11:15:45 -06:00
Makefile.inc Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.inc 2018-07-20 05:18:03 +00:00