summaryrefslogtreecommitdiff
path: root/src/fw
Commit message (Expand)AuthorAgeFilesLines
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-285-4/+12
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-282-10/+10
* Add qemu detection to csmGerd Hoffmann2013-09-191-0/+3
* Drop coreboot qemu detectionGerd Hoffmann2013-09-191-4/+0
* Add generic qemu detectionGerd Hoffmann2013-09-191-5/+41
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-182-3/+0
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-181-1/+2
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-181-1/+1
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-188-289/+5
* Move fw/mptable.h to std/mptable.h.Kevin O'Connor2013-09-184-83/+2
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-186-174/+2
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-183-984/+5
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-181-1/+1
* Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2013-09-182-2/+2
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-1814-59/+71
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-1810-2/+12
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-186-0/+6
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-183-0/+3
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-1812-4/+15
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-189-1/+10
* Move code cenetered around firmware initialization to src/fw/Kevin O'Connor2013-09-0234-0/+8121