aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Build different final files for QEMU, coreboot, and CSM.Kevin O'Connor2013-10-163-10/+28
* Run ahci code entirely in 32bit mode.Kevin O'Connor2013-10-144-18/+19
* Support call16() calls after entering 32bit mode from call32().Kevin O'Connor2013-10-142-7/+29
* Update _farcall16() to pass segment of callregs explicitly.Kevin O'Connor2013-10-142-36/+36
* Make __call16 use C calling convention and support two passed parameters.Kevin O'Connor2013-10-142-21/+19
* Minor - move call16 assembler in romlayout.S.Kevin O'Connor2013-10-141-24/+29
* Rearrange stack_hop_back() call in wait_irq, check_irqs, and _farcall16.Kevin O'Connor2013-10-141-3/+20
* Rename fields of 'struct chs_s' and use in floppy lba2chs().Kevin O'Connor2013-10-149-104/+104
* build: explicitly set ROM sizeGerd Hoffmann2013-09-303-7/+28
* build: create output dirs in do-kconfigGerd Hoffmann2013-09-301-4/+2
* Minor - update file comments in src/malloc.c.Kevin O'Connor2013-09-281-2/+2
* Remove ioport.h; disperse its contents to other header files.Kevin O'Connor2013-09-2836-179/+179
* Move dma code to new file hw/dma.c.Kevin O'Connor2013-09-285-49/+67
* Rename hw/cmos.h to hw/rtc.h and copy RTC code from clock.c to hw/rtc.c.Kevin O'Connor2013-09-2815-166/+177
* Move PIT setup from clock.c to hw/timer.c.Kevin O'Connor2013-09-284-68/+67
* build: simplify cross buildsGerd Hoffmann2013-09-251-13/+18
* fix buildversion.shGerd Hoffmann2013-09-191-1/+1
* usb: add xhci supportGerd Hoffmann2013-09-197-8/+1302
* usb: add usb_update_pipe()Gerd Hoffmann2013-09-191-5/+17
* uas: add (temporary) superspeed stopgapGerd Hoffmann2013-09-192-0/+5
* 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
* Sort the sections of util.h.Kevin O'Connor2013-09-181-119/+119
* Merge bmp.h, boot.h, jpeg.h, and post.h into util.h.Kevin O'Connor2013-09-1825-99/+57
* Move standard bda type info from biosvar.h to std/bda.h.Kevin O'Connor2013-09-188-162/+188
* Split disk.h into block.h and std/disk.h.Kevin O'Connor2013-09-1825-352/+381
* Move pmm definitions to new file std/pmm.h.Kevin O'Connor2013-09-182-13/+20
* Move pnpbios definition to new file std/pnpbios.h.Kevin O'Connor2013-09-184-19/+26
* Move fw/acpi.h to std/acpi.h.Kevin O'Connor2013-09-1812-19/+17
* Move fw/mptable.h to std/mptable.h.Kevin O'Connor2013-09-185-6/+5
* Move fw/smbios.h to std/smbios.h.Kevin O'Connor2013-09-188-11/+8
* Move fw/LegacyBios.h to std/LegacyBios.h and remove csm.h.Kevin O'Connor2013-09-185-21/+11
* Move vbe.h to std/vbe.h.Kevin O'Connor2013-09-185-4/+4
* Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor2013-09-186-7/+8
* Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor2013-09-186-42/+42
* build: Fix import of gcc dependency files.Kevin O'Connor2013-09-181-1/+1
* Move definition of struct segoff_s from farptr.h to types.h.Kevin O'Connor2013-09-187-16/+11
* Move function definitions for output.c from util.h to new file output.h.Kevin O'Connor2013-09-1873-370/+425
* Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor2013-09-1844-605/+658
* Move romfile definitions from util.h to new file romfile.h.Kevin O'Connor2013-09-1816-13/+33
* Move stacks.c definitions from util.h to new file stacks.h.Kevin O'Connor2013-09-1829-29/+62
* build: Perform compile checking on vgasrc code.Kevin O'Connor2013-09-181-1/+1
* Rename util.c to string.c and introduce string.h.Kevin O'Connor2013-09-1863-52/+111
* Move keyboard calling code from util.c to boot.c.Kevin O'Connor2013-09-183-43/+43
* Split x86 specific functions out of util.c/h to new files x86.c/h.Kevin O'Connor2013-09-1822-179/+212
* readme: Minor - fix typo in readme.Kevin O'Connor2013-09-181-1/+1
* vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor2013-09-181-0/+4
* vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor2013-09-184-19/+18
* bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann2013-09-161-19/+48