freebsd-dev/sys/boot/efi
Ian Lepore 16bf8dd6dc 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
..
boot1 The self-relocation code is not efi-specific, move it to boot/common. 2015-05-10 13:24:26 +00:00
fdt Fix the arm64 MACHINE_CPUARCH value in the efi fdt glue code. 2015-04-14 10:41:57 +00:00
include Add support for arm64 to loader.efi and boot1.efi 2015-04-14 13:55:01 +00:00
libefi Disable the use of floating-point and vector registers in the loader. They 2015-05-05 11:00:50 +00:00
loader Don't check the return value from self_reloc(), it can't fail and doesn't 2015-05-10 13:30:21 +00:00
Makefile Add support for arm64 to loader.efi and boot1.efi 2015-04-14 13:55:01 +00:00
Makefile.inc Clean up more x86 only options in the efi code. 2015-04-03 15:25:59 +00:00