freebsd-skq/sys/boot/efi
Toomas Soome 694dab3ecb loader.efi: efi_devpath_is_prefix should return bool
efi_devpath_is_prefix() is currently returning values 0 or 1, which means
it really should return bool.

Additionally, use unsigned len, because we only get unsigned values from
DevicePathNodeLength().
2017-11-10 12:07:56 +00:00
..
boot1 Move machine and other link creation to defs.mk 2017-11-06 15:22:04 +00:00
fdt Move machine and other link creation to defs.mk 2017-11-06 15:22:04 +00:00
include loader.efi: efi_devpath_is_prefix should return bool 2017-11-10 12:07:56 +00:00
libefi loader.efi: efi_devpath_is_prefix should return bool 2017-11-10 12:07:56 +00:00
loader loader: set options before including bsd.init.mk 2017-11-08 14:44:45 +00:00
Makefile Prefer bsd.init.mk to src.opts.mk 2017-11-06 15:22:17 +00:00
Makefile.inc Move BINDIR definition to defs.mk, and override where it isn't /boot 2017-10-25 15:27:58 +00:00