summaryrefslogtreecommitdiff
path: root/src/fw/csm.c
Commit message (Expand)AuthorAgeFilesLines
* pci: Split low-level pci code from higher-level 'struct pci_device' codeKevin O'Connor2016-02-031-1/+2
* post: Always set HaveRunPost prior to setting any other global variableKevin O'Connor2016-01-121-0/+1
* malloc: Rename csm_malloc_preinit() to malloc_csm_preinit()Kevin O'Connor2015-10-151-2/+2
* memmap: Introduce SYMBOL() macro to access linker script symbolsKevin O'Connor2015-10-151-2/+2
* e820: Rename memmap.c to e820map.c and use consistent "e820_" prefixKevin O'Connor2015-10-151-7/+7
* Don't enable interrupts prior to IVT and PIC setupKevin O'Connor2015-07-141-0/+1
* Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec updateDavid Woodhouse2014-06-021-0/+6
* Remove the pmm handle argument from _malloc().Kevin O'Connor2013-12-271-2/+2
* Add qemu detection to csmGerd Hoffmann2013-09-191-0/+3
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-181-2/+0
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-181-1/+2
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-181-1/+1
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-181-1/+0
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-181-1/+5
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-1/+1
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-181-8/+9
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-181-2/+3
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-181-0/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-181-1/+1
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-021-0/+330