david/ipxe
david
/
ipxe
Archived
1
0
Fork 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/config
Michael Brown 81d92c6d34 [efi] Add EFI image format and basic runtime environment
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.
2008-10-13 10:24:14 +01:00
..
defaults [efi] Add EFI image format and basic runtime environment 2008-10-13 10:24:14 +01:00
.gitignore [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
console.h [config] Split console configuration out to config/console.h 2008-10-12 02:30:31 +01:00
defaults.h [ioapi] Formalise the I/O API as used in i386-pcbios 2008-10-12 01:03:17 +01:00
general.h [efi] Add EFI image format and basic runtime environment 2008-10-13 10:24:14 +01:00
ioapi.h [pci] Formalise the PCI I/O API 2008-10-12 12:54:12 +01:00
isa.h [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
nap.h [nap] Formalise the CPU sleeping API 2008-10-12 23:36:53 +01:00
serial.h [makefile] Split config.h out into config/*.h and kill off mkconfig.pl 2008-10-08 02:17:32 +01:00
timer.h [timer] Formalise the timer API 2008-10-12 20:22:02 +01:00
umalloc.h [umalloc] Formalise the user memory allocation API 2008-10-13 05:33:14 +01:00