aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-09-19usb: add usb_update_pipe()Gerd Hoffmann1-5/+17
2013-09-19uas: add (temporary) superspeed stopgapGerd Hoffmann2-0/+5
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-18Sort the sections of util.h.Kevin O'Connor1-119/+119
2013-09-18Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor25-99/+57
2013-09-18Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor8-162/+188
2013-09-18Split disk.h into block.h and std/disk.h.Kevin O'Connor25-352/+381
2013-09-18Move pmm definitions to new file std/pmm.h.Kevin O'Connor2-13/+20
2013-09-18Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor4-19/+26
2013-09-18Move fw/acpi.h to std/acpi.h.Kevin O'Connor12-19/+17
2013-09-18Move fw/mptable.h to std/mptable.h.Kevin O'Connor5-6/+5
2013-09-18Move fw/smbios.h to std/smbios.h.Kevin O'Connor8-11/+8
2013-09-18Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor5-21/+11
2013-09-18Move vbe.h to std/vbe.h.Kevin O'Connor2-1/+1
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor5-6/+7
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor6-42/+42
2013-09-18Move definition of struct segoff_s from farptr.h to types.h.Kevin O'Connor7-16/+11
2013-09-18Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor66-339/+393
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor43-604/+657
2013-09-18Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor16-13/+33
2013-09-18Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor29-29/+62
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor55-44/+98
2013-09-18Move keyboard calling code from util.c to boot.c.Kevin O'Connor3-43/+43
2013-09-18Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor21-178/+211
2013-09-16ahci: add missing check for allocation failureGerd Hoffmann1-9/+16
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor43-22/+22
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor78-72/+72
2013-08-14Minor - simplify rom_reserve().Kevin O'Connor1-10/+7
2013-08-10Minor - no need to declare MaxCountCPUs as VARFSEG.Kevin O'Connor1-1/+1
2013-08-10Add config option to support memory allocations in 9-segment.Kevin O'Connor5-14/+125
2013-08-10Minor cleanups to smm assembler.Kevin O'Connor1-18/+19
2013-08-08apm: fix shutdownGerd Hoffmann4-0/+14
2013-08-02Support custom boot menu prompt and custom boot menu key.Kevin O'Connor1-3/+5
2013-08-02Fix bug in CBFS file walking with compressed files.Kevin O'Connor1-1/+1
2013-07-21Add missing mathcp_setup() call to CSM code.Kevin O'Connor1-0/+1
2013-07-21Default unused UMB areas to be read-only.Kevin O'Connor2-3/+17
2013-07-21Unify pmtimer_read() and pittimer_read() code.Kevin O'Connor1-48/+28
2013-07-21Separate out timer setup code.Kevin O'Connor1-35/+49
2013-07-21Rename check_tsc() (and similar) to timer_check() and use u32.Kevin O'Connor13-94/+89
2013-07-21Rename check_timer() function (and similar) to irqtimer_check().Kevin O'Connor5-17/+17
2013-07-21Shift CPU TSC down to reduce need for 64bit variables.Kevin O'Connor2-27/+31
2013-07-20Rename cpu_khz to TimerKHz.Kevin O'Connor1-12/+12
2013-07-20Improve accuracy of internal timers.Kevin O'Connor4-25/+25
2013-07-20Add helper functions to convert timer irqs to milliseconds.Kevin O'Connor6-11/+22
2013-07-20Don't pass khz to pmtimer_setup - it's always PM_TIMER_FREQUENCY.Kevin O'Connor5-8/+9
2013-07-20Move internal timer code from clock.c to a new file timer.c.Kevin O'Connor9-244/+272
2013-07-18acpi: sync FADT flags from PIIX4 to Q35Michael S. Tsirkin1-3/+3
2013-07-14PIC code cleanups.Kevin O'Connor10-106/+90