freebsd-dev/sys/boot/efi/libefi
Peter Wemm a6d81d83a2 Fix self hosted loader building. When you use a self configured gcc, it
detects and uses the gas section merge support.  As a result, a whole bunch
of new sections arrive, including .rodata.str1.8, which was not included
in our custom ldscript.ia64.  The result was a loader binary that EFI
rejected.

While here, collect the loader shell commands linker set and include it
in the data area rather than having its own section.

/boot/loader.efi was the last holdout for having a 100% self built ia64
system.
2002-04-06 03:39:22 +00:00
..
arch/ia64 Fix self hosted loader building. When you use a self configured gcc, it 2002-04-06 03:39:22 +00:00
bootinfo.c
copy.c
delay.c
devicename.c
efi_console.c
efiboot.h
efifpswa.c
efifs.c Don't blindly dereference f->f_devdata as if it's always a pointer to 2002-03-30 01:36:03 +00:00
efinet.c Fix the initialization of the protocol: 2002-03-30 04:50:52 +00:00
elf_freebsd.c Pass the physical address of the bootinfo block to the kernel in 2002-03-30 23:00:05 +00:00
exit.c
libefi.c
Makefile
module.c
time.c