aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-12-22coreboot: Make sure to print the SeaBIOS version in cbmem debug output.rel-1.7.4Kevin O'Connor1-1/+1
2013-12-22Fix CBMEM console overflowKyösti Mälkki1-3/+3
2013-12-12floppy: Implement cylinder seeking when accessing a different cylinder.Kevin O'Connor1-38/+48
2013-12-12On disk format request, verify cylinders and pass to driver.Kevin O'Connor2-8/+9
2013-12-12floppy: Encode command and flags into single value in floppy pio code.Kevin O'Connor1-112/+93
2013-12-12change boot order load log levelGerd Hoffmann1-2/+2
2013-12-12run qemu_cfg_e820 only for CONFIG_QEMU=yGerd Hoffmann1-0/+3
2013-12-09Small improvements to irqentry_extrastack assembler.Kevin O'Connor2-8/+3
2013-12-09vgabios: Avoid memory references via %esp register in vgabios.Kevin O'Connor1-5/+2
2013-12-07floppy: Fix accesses to DOR register.Kevin O'Connor1-7/+20
2013-12-07floppy: Fix incorrect LBA to CHS translation.Kevin O'Connor1-3/+2
2013-12-07Separate out sec32init sections even when not doing code relocation.Kevin O'Connor2-22/+36
2013-12-05Minor - move sgdt/lgdt macros from stacks.c to x86.h.Kevin O'Connor2-7/+6
2013-12-05add hw/serialio.c to SRC32SEGGerd Hoffmann1-1/+1
2013-12-04floppy: Minor - add warnings if timeouts occur.Kevin O'Connor1-0/+3
2013-12-04vgabios: Move initialization code to new file vgainit.c.Kevin O'Connor5-155/+177
2013-12-04vgabios: Support allocating an extra stack for vgabios calls and default on.Kevin O'Connor4-1/+111
2013-12-04Minor - update file comment on bootsplash.c.Kevin O'Connor1-1/+1
2013-12-04vgabios: Work around lack of support for "calll" in x86emu emulation.Kevin O'Connor2-3/+22
2013-12-04vgabios: Avoid possible divide by zero in bochsvga_set_displaystart.Kevin O'Connor1-0/+2
2013-12-04vgabios: Add bochsvga "HDTV" resolutions.Kevin O'Connor1-0/+9
2013-12-04vgabios: Support custom fonts in vga framebuffer text writing.Kevin O'Connor1-54/+67
2013-12-04vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.Kevin O'Connor4-7/+16
2013-12-04Move low-level hardware writing from output.c to new file hw/serialio.c.Kevin O'Connor13-83/+139
2013-12-04ahci: alloc structs in high memoryGerd Hoffmann1-3/+3
2013-12-04ahci: remote some parenthesesGerd Hoffmann1-3/+3
2013-12-04ahci: zap real mode macrosGerd Hoffmann1-37/+37
2013-11-29pci: map 64-bit BARs at location provided by emulatorGerd Hoffmann1-1/+5
2013-11-29pci: log pci windowsGerd Hoffmann1-0/+2
2013-11-29pci: tweak + comment minimum allocationsGerd Hoffmann1-3/+3
2013-11-29pci: align 64bit pci regions to 1GGerd Hoffmann1-2/+7
2013-11-29pci: don't map usb host adapters above 4GGerd Hoffmann1-0/+2
2013-11-29pci: don't reorder entries when moving to 64bit listGerd Hoffmann1-0/+1
2013-11-19acpi: strip compiler info in built-in DSDT if anyMichael S. Tsirkin1-1/+4
2013-11-06Add support for etc/e820 fw_cfg fileGerd Hoffmann1-0/+41
2013-11-06Add qemu_cfg_e820 function.Gerd Hoffmann1-25/+32
2013-11-06acpi: load and link tables through romfile loaderMichael S. Tsirkin2-0/+32
2013-11-06romfile_loader: utility to patch in-memory ROM filesMichael S. Tsirkin3-1/+250
2013-11-06biostables: support looking up RSDPMichael S. Tsirkin2-7/+35
2013-10-26Minor - eliminate the SET_GLOBAL macro.Kevin O'Connor2-15/+10
2013-10-26megasas: Don't attempt to access 'struct pci_device' at runtime.Kevin O'Connor1-3/+3
2013-10-26Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.Kevin O'Connor17-431/+429
2013-10-26hw/usb-xhci.c: Code refactoring to not override initializers in `speed_from_x...Paul Menzel1-1/+2
2013-10-26ACPI DSDT: Make control method `IQCR` serializedPaul Menzel2-2/+2
2013-10-26vgahooks: add SM720 VGA BIOS hooks for WIN Enterprises MB-60470Jonathan A. Kollasch3-1/+67
2013-10-26Add pvscsi boot supportEvgeny Budilovsky9-1/+394
2013-10-16Build different final files for QEMU, coreboot, and CSM.Kevin O'Connor3-10/+28
2013-10-14Run ahci code entirely in 32bit mode.Kevin O'Connor4-18/+19
2013-10-14Support call16() calls after entering 32bit mode from call32().Kevin O'Connor2-7/+29
2013-10-14Update _farcall16() to pass segment of callregs explicitly.Kevin O'Connor2-36/+36