summaryrefslogtreecommitdiffstats
path: root/sys/boot/efi/libefi/arch
Commit message (Collapse)AuthorAgeFilesLines
* Add the two sections used for PLT entries to the text and sdata sectionsdfr2001-10-251-0/+2
| | | | | respectively. This makes IPLTLSB relocations work properly (these are generated for weak symbols, particularly for _longjmp).
* Try to get the self-relocator to work with IPLTLSB relocations. Doesn'tdfr2001-10-242-6/+40
| | | | work right though - I can't figure out why.
* Merge linker set relocations with the rest.dfr2001-09-051-0/+1
|
* Move the first section up one page. The firmware bogusly uses the firstdfr2001-06-101-0/+1
| | | | | | page of the image to load section headers and if we let the text section start at zero, it corrupts the section table when its loaded. With this change, the loader gets as far as the 'ok' prompt.
* Remove a 'return' statement which I put in while I was trying to debugdfr2001-06-101-1/+0
| | | | the startup code.
* First approximation of an ia64 EFI loader. Not functional.dfr2001-06-092-0/+417
OpenPOWER on IntegriCloud