aboutsummaryrefslogtreecommitdiff
path: root/src/util/.gitignore
diff options
context:
space:
mode:
authorMichael Brown <mcb30@etherboot.org>2009-01-07 02:05:51 +0000
committerMichael Brown <mcb30@etherboot.org>2009-01-07 22:59:05 +0000
commit314779eb369db746be5373b398111d5b746d67de (patch)
tree0856694401b250357ad6ece6e2845c4611b58d01 /src/util/.gitignore
parent85e5e25c52834788239eb8b6c94e0d3aeddd2705 (diff)
downloadipxe-314779eb369db746be5373b398111d5b746d67de.zip
ipxe-314779eb369db746be5373b398111d5b746d67de.tar.gz
ipxe-314779eb369db746be5373b398111d5b746d67de.tar.bz2
[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.
Diffstat (limited to 'src/util/.gitignore')
-rw-r--r--src/util/.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util/.gitignore b/src/util/.gitignore
index 7f9d755..07bfc5d 100644
--- a/src/util/.gitignore
+++ b/src/util/.gitignore
@@ -2,4 +2,5 @@ nrv2b
zbin
hijack
prototester
-efilink
+elf2efi32
+elf2efi64