aboutsummaryrefslogtreecommitdiff
path: root/src/fw
AgeCommit message (Expand)AuthorFilesLines
2013-09-19Add qemu detection to csmGerd Hoffmann1-0/+3
2013-09-19Drop coreboot qemu detectionGerd Hoffmann1-4/+0
2013-09-19Add generic qemu detectionGerd Hoffmann1-5/+41
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2-3/+0
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor1-1/+2
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor1-1/+1
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor8-289/+5
2013-09-18Move fw/mptable.h to std/mptable.h.Kevin O'Connor4-83/+2
2013-09-18Move fw/smbios.h to std/smbios.h.Kevin O'Connor6-174/+2
2013-09-18Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor3-984/+5
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor1-1/+1
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2-2/+2
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor14-59/+71
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor10-2/+12
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor6-0/+6
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor3-0/+3
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor12-4/+15
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor9-1/+10
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor34-0/+8121