freebsd-skq/stand/efi
imp cb7ac8974d Check the return value from utf8_to_ucs2 instead of whether or not uv
is NULL. That's more correct and doesn't depend on the error behavior
of utf8_to_ucs2. In practice, we'll never see this though since we
pass utf8_to_ucs2 a well formed string.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D13918
2018-01-15 22:17:34 +00:00
..
boot1 Check the return value from utf8_to_ucs2 instead of whether or not uv 2018-01-15 22:17:34 +00:00
fdt stand/fdt: Consistently apply fdt_overlays 2017-12-29 18:08:30 +00:00
include Add GUID for UEFI boot manager variables. 2018-01-12 15:30:52 +00:00
libefi When returning an error and freeing allocated memory from ucs2_to_utf8 2018-01-15 22:17:15 +00:00
loader Interact is always called with NULL. Simplify code a little by 2017-12-19 04:05:55 +00:00
Makefile
Makefile.inc