aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-19fix buildversion.shGerd Hoffmann1-1/+1
2013-09-19usb: add xhci supportGerd Hoffmann7-8/+1302
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'Connor5-4/+4
2013-09-18Move optionroms.h to std/optionrom.h and util.h.Kevin O'Connor6-7/+8
2013-09-18Move pirtable definitions from hw/pci.h to std/pirtable.h and util.h.Kevin O'Connor6-42/+42
2013-09-18build: Fix import of gcc dependency files.Kevin O'Connor1-1/+1
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'Connor73-370/+425
2013-09-18Move malloc code from pmm.c to new files malloc.c and malloc.h.Kevin O'Connor44-605/+658
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-18build: Perform compile checking on vgasrc code.Kevin O'Connor1-1/+1
2013-09-18Rename util.c to string.c and introduce string.h.Kevin O'Connor63-52/+111
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'Connor22-179/+212
2013-09-18readme: Minor - fix typo in readme.Kevin O'Connor1-1/+1
2013-09-18vgabios: Limit the range of the VBE number of "pages" parameter.Kevin O'Connor1-0/+4
2013-09-18vgabios: Rename stdvga_bpp_factor to stdvga_vram_ratio.Kevin O'Connor4-19/+18
2013-09-16bochsvga: fallback to stdvga if dispi interface isn't presentGerd Hoffmann1-19/+48
2013-09-16ahci: add missing check for allocation failureGerd Hoffmann1-9/+16
2013-09-13README: Update readme to note scripts/ directory rename and vgasrc/ directory.Kevin O'Connor1-1/+6
2013-09-02build: Reorder makefile source list to group like files together.Kevin O'Connor1-11/+16
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor44-30/+30
2013-09-02Move code centered around specific hardware devices to src/hw/Kevin O'Connor83-91/+91
2013-09-02build: Don't use vpath makefile directive.Kevin O'Connor1-14/+12
2013-08-24Update kconfig to latest version.Kevin O'Connor39-1170/+5304
2013-08-17Rename tools/ directory to scripts/ directory.Kevin O'Connor56-34/+34
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'Connor7-21/+156
2013-08-10Minor cleanups to smm assembler.Kevin O'Connor1-18/+19
2013-08-08apm: fix shutdownGerd Hoffmann4-0/+14
2013-08-02acpi_extract.py: document DEVICE directivesMichael S. Tsirkin1-0/+3
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