summaryrefslogtreecommitdiffstats
path: root/src/interface/efi/efi_entry.c
Commit message (Collapse)AuthorAgeFilesLines
* [efi] Add EFI image format and basic runtime environmentMichael Brown2008-10-131-0/+83
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.