freebsd-dev/sys/boot/i386/efi
Marcel Moolenaar e7babf043f Build a 32-bit EFI loader on amd64. This to match the rest of the
code that is used to construct a loader (e.g. libstand, ficl, etc).

There is such a thing as a 64-bit EFI application, but it's not
as standard as 32-bit is. Let's make the 32-bit functional (as in
we can load and actualy boot a kernel) before solving the 64-bit
loader problem.
2012-04-20 15:01:23 +00:00
..
autoload.c
bootinfo.c
conf.c
devicename.c
efimd.c
elf32_freebsd.c
exec.c
i386_copy.c
ldscript.amd64 Use new output format 'elf64-x86-64-freebsd' instead of 'elf64-x86-64', 2010-11-01 20:20:31 +00:00
ldscript.i386
main.c
Makefile Build a 32-bit EFI loader on amd64. This to match the rest of the 2012-04-20 15:01:23 +00:00
reloc.c
start.S
version