freebsd-dev/stand/efi
Toomas Soome a15a23234d loader.efi: efipart should be more careful about constructing block device lists
The cd handles should be collected as list of partitions. Some systems also
provide base name for block device (like PciRoot(0x0)/Pci(0x5,0x0)), we need
to be careful about those.

To make out life a bit easier, we prepare not just an array of handles, but we
allocate pdinfo struct for each handle and devicepath, then we can simplify
our work to sort the devices.

Differential Revision:	https://reviews.freebsd.org/D21187
2019-08-20 19:31:11 +00:00
..
boot1 loader: support com.delphix:removing 2019-08-08 18:08:13 +00:00
fdt stand: refactor overlay loading a little bit 2019-04-11 13:26:28 +00:00
gptboot loader.efi: replace HandleProtocol() with OpenProtocol() 2019-08-06 19:27:27 +00:00
include loader.efi: efilib.h and libefi.c were left out of 350654 2019-08-06 20:13:28 +00:00
libefi loader.efi: efipart should be more careful about constructing block device lists 2019-08-20 19:31:11 +00:00
loader Reduce size of EFI_STAGING_SIZE to 32 on arm 2019-08-17 06:47:43 +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