freebsd-dev/sys/boot/efi
Marcel Moolenaar 1701be6ed4 o Support the REL32LSB relocation. It's in the ELF file from which
we construct the EFI image. It doesn't seem to actually end up
   in the EFI image, AFAICT.
o  Replace .quad, .long and .short with data8, data4 and data2 resp.
   The former are gnuisms.
o  Redefine _start_plabel as a data16 with @iplt(_start) as its
   value. This is the preferred way to create user PLT entries.
2004-07-20 07:11:14 +00:00
..
include
libefi o Support the REL32LSB relocation. It's in the ELF file from which 2004-07-20 07:11:14 +00:00
loader Fix the creation of EFI images that got broken by the import of 2004-07-20 07:01:02 +00:00
Makefile
Makefile.inc