freebsd-dev/sys/boot/ia64/efi
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
..
conf.c Boot from efifs first. 2002-03-19 10:50:41 +00:00
ldscript.ia64 Fix self hosted loader building. When you use a self configured gcc, it 2002-04-06 03:39:22 +00:00
main.c Add a quick and dirty way to determine where we're loaded from. We 2002-03-30 07:32:08 +00:00
Makefile Fix self hosted loader building. When you use a self configured gcc, it 2002-04-06 03:39:22 +00:00
start.S o Don't include sys/cdefs.h 2002-03-28 07:07:45 +00:00
version Pass the physical address of the bootinfo block to the kernel in 2002-03-30 23:00:05 +00:00