| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [legal] Add a selection of FILE_LICENCE declarations | Michael Brown | 2009-05-18 | 1 | -0/+2 | |
| | | | | | | Add FILE_LICENCE declarations to almost all files that make up the various standard builds of gPXE. | |||||
| * | [efi] Use EFI-native mechanism for accessing SMBIOS table | Michael Brown | 2008-12-05 | 2 | -0/+2 | |
| | | | | | | | EFI provides a copy of the SMBIOS table accessible via the EFI system table, which we should use instead of manually scanning through the F000:0000 segment. | |||||
| * | [efi] Add EFI image format and basic runtime environment | Michael Brown | 2008-10-13 | 1 | -0/+20 | |
| | | | | | | | | | | 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. | |||||
| * | [sanboot] Quick and dirty hack to make SAN boot protocols selectable | Michael Brown | 2008-10-13 | 1 | -0/+3 | |
| | | ||||||
| * | [config] Make the default image type selection platform-dependent | Michael Brown | 2008-10-13 | 1 | -0/+7 | |
| | | ||||||
| * | [umalloc] Formalise the user memory allocation API | Michael Brown | 2008-10-13 | 1 | -0/+1 | |
| | | ||||||
| * | [uaccess] Formalise the uaccess API | Michael Brown | 2008-10-13 | 1 | -0/+1 | |
| | | | | | | | The userptr_t is now the fundamental type that gets used for conversions. For example, virt_to_phys() is implemented in terms of virt_to_user() and user_to_phys(). | |||||
| * | [nap] Formalise the CPU sleeping API | Michael Brown | 2008-10-13 | 1 | -0/+1 | |
| | | ||||||
| * | [timer] Formalise the timer API | Michael Brown | 2008-10-12 | 1 | -0/+1 | |
| | | | | | | | We now have two implementations for the timer API: one using the time-of-day counter at 40:70 and one using RDTSC. Both make use of timer2_udelay(). | |||||
| * | [pci] Formalise the PCI I/O API | Michael Brown | 2008-10-12 | 1 | -1/+1 | |
| | | ||||||
| * | [config] Split console configuration out to config/console.h | Michael Brown | 2008-10-12 | 1 | -0/+2 | |
| | | ||||||
| * | [ioapi] Formalise the I/O API as used in i386-pcbios | Michael Brown | 2008-10-12 | 1 | -0/+12 | |
