aboutsummaryrefslogtreecommitdiff
path: root/src/util/.gitignore
AgeCommit message (Collapse)AuthorFilesLines
2021-02-12[build] Remove support for building with the Intel C compilerMichael Brown1-1/+0
Support for building with the Intel C compiler (icc) was added in 2009 in the expectation that UEFI support would eventually involve compiling iPXE to EFI Byte Code. EFI Byte Code has never found any widespread use: no widely available compilers can emit it, Microsoft refuses to sign EFI Byte Code binaries for UEFI Secure Boot, and I have personally never encountered any examples of EFI Byte Code in the wild. The support for using the Intel C compiler has not been tested in over a decade, and would almost certainly require modification to work with current releases of the compiler. Simplify the build process by removing this old legacy code. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2014-09-10[efi] Add efifatbin utilityMichael Brown1-0/+1
Add utility for constructing EFI fat binaries (dual 32/64-bit binaries, usable only on Apple EFI systems). This utility is not part of the standard build process. To use it: make util/efifatbin bin-i386-efi/ipxe.efi bin-x86_64-efi/ipxe.efi and then ./util/efifatbin bin-*-efi/ipxe.efi fat-ipxe.efi Requested-by: Brandon Penglase <bpenglase-ipxe@spaceservices.net> Tested-by: Brandon Penglase <bpenglase-ipxe@spaceservices.net> Signed-off-by: Michael Brown <mcb30@ipxe.org>
2010-05-31[libc] Enable automated extraction of error usage reportsMichael Brown1-0/+1
Add preprocessor magic to the error definitions to enable every error usage to be tracked. Signed-off-by: Michael Brown <mcb30@ipxe.org>
2009-03-26[build] Enable building with the Intel C compiler (icc)Michael Brown1-0/+1
2009-01-08[efi] Add efirom utility and .efirom image formatMichael Brown1-0/+1
2009-01-07[efi] Use elf2efi utility in place of efilinkMichael Brown1-1/+2
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.
2008-10-13[efi] Add EFI image format and basic runtime environmentMichael Brown1-0/+1
We have EFI APIs for CPU I/O, PCI I/O, timers, console I/O, user access and user memory allocation. EFI executables are created using the vanilla GNU toolchain, with the EXE header handcrafted in assembly and relocations generated by a custom efilink utility.
2007-07-16Compressed ROM images now work.Michael Brown1-0/+1
2007-07-15Added nrv2b binary to ignore listMichael Brown1-0/+1
2007-06-09Rename .cvsignore files to .gitignoreMichael Brown1-0/+2