david/ipxe
Archived
1
0
This repository has been archived on 2020-12-06. You can view files and clone it, but cannot push or open issues or pull requests.
ipxe/src/interface/efi
Michael Brown 314779eb36 [efi] Use elf2efi utility in place of efilink
elf2efi converts a suitable ELF executable (containing relocation
information, and with appropriate virtual addresses) into an EFI
executable.  It is less tightly coupled with the gPXE build process
and, in particular, does not require the use of a hand-crafted PE
image header in efiprefix.S.

elf2efi correctly handles .bss sections, which significantly reduces
the size of the gPXE EFI executable.
2009-01-07 22:59:05 +00:00
..
efi_console.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_init.c [efi] Use elf2efi utility in place of efilink 2009-01-07 22:59:05 +00:00
efi_io.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_pci.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_smbios.c [efi] Use EFI-native mechanism for accessing SMBIOS table 2008-12-04 23:19:12 +00:00
efi_snp.c [x86_64] Fix assorted 64-bit compilation errors and warnings 2008-11-19 19:33:05 +00:00
efi_strerror.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_timer.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00
efi_uaccess.c [efi] Add EFI image format and basic runtime environment 2008-10-13 10:24:14 +01:00
efi_umalloc.c [efi] Add efi_strerror() 2008-11-19 19:22:49 +00:00