freebsd-skq/stand/efi
bcran 2d82ac4856 Re-enable loader efi http boot and fix dv_open bug if dv_init failed
The code in efihttp.c was assuming that dv_open wouldn't be called if
dv_init failed. But the dv_init return value is currently ignored.

Add a new variable, `efihttp_init_done` and only proceed in dv_open if
it's true. This fixes the loader on systems without efi http support.
2019-06-26 03:06:57 +00:00
..
boot1 Fix gcc build by removing redeclaration 2019-06-13 03:48:36 +00:00
fdt stand: refactor overlay loading a little bit 2019-04-11 13:26:28 +00:00
gptboot Create gptboot.efi 2019-06-08 19:02:17 +00:00
include loader: add HTTP support using UEFI 2019-06-24 23:18:42 +00:00
libefi Re-enable loader efi http boot and fix dv_open bug if dv_init failed 2019-06-26 03:06:57 +00:00
loader Re-enable loader efi http boot and fix dv_open bug if dv_init failed 2019-06-26 03:06:57 +00: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 Create gptboot.efi 2019-06-08 19:02:17 +00:00
Makefile.inc Hoist EFI_TARGET and SOURCE_DATE_EPOCH up into efi/Makefile.inc 2018-07-20 05:18:03 +00:00