freebsd-dev/sys/boot/efi
Warner Losh 1e97830083 Implement -P for boot loader. It's a bit easier to implement here than
in boot1, like is normally done. When a keyboard appears in the UEFI
device tree, assume -D -h, just like on a BIOS boot.

# It is unclear if an ACPI keyboard appearing in the tree means there's
# a real keyboard or not. A USB keyboard doesn't seem to appear unless
# it is really there.

Differential Revision: https://reviews.freebsd.org/D5223
2016-02-08 19:34:17 +00:00
..
boot1 Fix EFI platform build failures 2016-02-06 22:01:25 +00:00
fdt Revert r293903 2016-01-14 18:46:57 +00:00
include Fix EFI multi device boot support 2016-02-05 15:35:33 +00:00
libefi Still open the network interface when EFI_OPEN_PROTOCOL_EXCLUSIVE failed. 2016-02-03 14:34:25 +00:00
loader Implement -P for boot loader. It's a bit easier to implement here than 2016-02-08 19:34:17 +00:00
Makefile Only build EFI components on supported compilers 2016-01-14 18:53:54 +00:00
Makefile.inc