freebsd-dev/sys/boot/efi
Toomas Soome c641105f8b loader: simplify efi_zfs_probe and avoid double probing for zfs.
The current efi_zfs_probe() is overcomplicated and can be made
simpler. Still we need to pick up the device handle for our boot
disk first, because the ESP does not have to be the first partition on the
disk.

Once we do have the handle for boot disk, we probe that disk with
pointer for pool GUID.

Reviewed by:	allanjude
Approved by:	allanjude (mentor)
Differential Revision:	https://reviews.freebsd.org/D10198
2017-03-30 16:31:35 +00:00
..
boot1 self_reloc.c: Pass -Wno-error=maybe-uninitialized to gcc versions greater than 4.2.1 2017-03-28 23:56:02 +00:00
fdt Add more .NOMETA missed in r291320 2016-03-11 23:45:51 +00:00
include Share UCS2/UTF8 routines between boot loader and userland. 2017-03-09 00:24:01 +00:00
libefi loader: efipart should check disk size from partition table 2017-03-30 16:23:31 +00:00
loader loader: simplify efi_zfs_probe and avoid double probing for zfs. 2017-03-30 16:31:35 +00:00
Makefile Fix typo in the COMPILER_VERSION check 2016-10-22 20:00:39 +00:00
Makefile.inc [efi] Build EFI bits with -fPIC on ARM 2017-01-10 20:15:24 +00:00