]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Implement -P for boot loader. It's a bit easier to implement here than
authorimp <imp@FreeBSD.org>
Mon, 8 Feb 2016 19:34:17 +0000 (19:34 +0000)
committerimp <imp@FreeBSD.org>
Mon, 8 Feb 2016 19:34:17 +0000 (19:34 +0000)
commitcee34e38648fd1e400693c209cf61fa32a9974e4
treec986f92c40c8f1159c088f580c0cb7d82174c25a
parent42e09be9c23e730d42b331384d128dbba8719c04
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
sys/boot/efi/loader/main.c