freebsd-skq/sys/boot/efi/loader
ian ae16c5888f Don't check the return value from self_reloc(), it can't fail and doesn't
return a value.

Despite what I said in my prior commit, it turns out this one platform
was checking the return value from the old self-reloc code (which returned
a hard-coded 0).
2015-05-10 13:30:21 +00:00
..
arch Don't check the return value from self_reloc(), it can't fail and doesn't 2015-05-10 13:30:21 +00:00
autoload.c
bootinfo.c Limit EFI framebuffer metadata to amd64 for now 2015-04-10 18:08:09 +00:00
conf.c Only enable comconsole and nullconsole on x86. 2015-04-03 12:08:08 +00:00
copy.c Add support for arm64 to loader.efi and boot1.efi 2015-04-14 13:55:01 +00:00
devicename.c
loader_efi.h
main.c Add FDT to the list of known GUIDs. 2015-05-05 11:07:43 +00:00
Makefile The self-relocation code is not efi-specific, move it to boot/common. 2015-05-10 13:24:26 +00:00
version