summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* build: Use customized entry point for each type of build.Kevin O'Connor2014-06-113-20/+17
* build: Refactor layoutrom.py gc() function.Kevin O'Connor2014-06-111-25/+15
* build: Extract section visiting logic in layoutrom.py.Kevin O'Connor2014-06-111-57/+60
* build: Remove unused function getSectionsStart() from layoutrom.py.Kevin O'Connor2014-06-111-5/+0
* Abstract reset call (and possible 16bit mode switch) into reset() function.Kevin O'Connor2014-06-065-8/+13
* Remove the TODO file.Kevin O'Connor2014-06-051-21/+0
* Make sure handle_smi() and handle_smp() are compiled out if not enabled.Kevin O'Connor2014-06-052-0/+5
* vgabios: Use .code16 not .code16gccDavid Woodhouse2014-06-051-1/+1
* romlayout: Use .code16 not .code16gccDavid Woodhouse2014-06-051-9/+9
* build: use -m16 where available instead of asm(".code16gcc")David Woodhouse2014-06-051-1/+3
* build: Avoid absolute paths during "whole-program" compiling.Kevin O'Connor2014-06-051-2/+2
* Move most of the VAR16FIXED() defs to misc.c.Kevin O'Connor2014-06-046-11/+12
* Remove old Bochs bios fixed address string at 0xfff00.Kevin O'Connor2014-06-042-5/+0
* Don't enable thread preemption during S3 resume vga option rom execution.Kevin O'Connor2014-06-041-1/+1
* smp: Replace QEMU SMP init assembler code with C; run only in 32bit mode.Kevin O'Connor2014-06-045-57/+78
* smm: Use a C struct to define the layout of the SMM area.Kevin O'Connor2014-06-043-16/+55
* smm: Replace SMI assembler code with C code.Kevin O'Connor2014-06-043-43/+49
* smm: unify SMM handlersPaolo Bonzini2014-06-041-16/+11
* smm: complete SMM setupPaolo Bonzini2014-06-043-1/+16
* piix: add and use dev-piix.hPaolo Bonzini2014-06-045-26/+44
* Move cdemu call interface and disk_ret helper code to disk.c.Kevin O'Connor2014-06-045-60/+52
* cdemu: store internal cdemu fields in standard "el-torito" spec format.Kevin O'Connor2014-06-046-76/+38
* edd: Separate out ATA and virtio specific parts of fill_edd().Kevin O'Connor2014-06-041-81/+88
* edd: Use sectors==-1 to detect removable media.Kevin O'Connor2014-06-041-3/+2
* edd: Move EDD get drive parameters (int 1348) logic from disk.c to block.c.Kevin O'Connor2014-06-043-179/+184
* Update EFI_COMPATIBILITY16_TABLE to match 0.98 spec updateDavid Woodhouse2014-06-022-0/+26
* vgabios: Return from handle_1011() if handler found.Kevin O'Connor2014-05-281-9/+9
* python3 fixes for vgabios and csm builds.rel-1.7.5Kevin O'Connor2014-05-272-19/+19
* Allow using full io region on q35.Gerd Hoffmann2014-05-202-7/+14
* acpi: remove PORT_ACPI_PM_BASE constantGerd Hoffmann2014-05-206-19/+19
* smm: remove code to handle ACPI disable/enablePaolo Bonzini2014-05-201-25/+0
* vgabios: Add debug message if x86emu leal check triggers.Kevin O'Connor2014-05-131-0/+10
* acpi: Fix acpi dsdt compile warning.rel-1.7.5-rc1Kevin O'Connor2014-05-092-2/+1
* Fix int 1589 calls when CONFIG_ENTRY_EXTRASTACK is enabled.Kevin O'Connor2014-05-083-3/+13
* build: Make sure romlayout.o is recompiled on Kconfig change.Kevin O'Connor2014-05-081-1/+1
* xhci: Use msleep() instead of mdelay() for port status delay.Kevin O'Connor2014-05-081-1/+1
* ld: don't hardcode "-melf_i386"Roger Pau Monne2014-05-081-2/+3
* If an int 1587 call is made from an option rom, stay in bigreal mode.Kevin O'Connor2014-05-065-7/+17
* SMBIOS: Check for aggregate tables & entry point in fw_cfgGabriel L. Somlo2014-05-063-2/+138
* hw/pci: check if pci2pci bridges implement optional limit registersMarcel Apfelbaum2014-04-163-7/+37
* hw/pci: reserve IO and mem for pci-2-pci bridges with no devices attachedMarcel Apfelbaum2014-04-163-0/+23
* vgabios: Define PlatformRunningOn to make compile happy.Kevin O'Connor2014-04-141-0/+3
* Factor out smbios table walking from display_uuid to smbios_next().Kevin O'Connor2014-04-121-62/+46
* Minor - replace some tab characters that slipped into the code.Kevin O'Connor2014-04-116-10/+10
* vgabios: Initial support for coreboot native vga vgabios.Kevin O'Connor2014-04-117-4/+251
* coreboot: Make coreboot table searching available to other code.Kevin O'Connor2014-04-112-23/+38
* vgabios: PMM scan was incorrectly depending on a zero %ds segment.Kevin O'Connor2014-04-111-6/+6
* Set the color attribute when calling vgabios print character.Kevin O'Connor2014-04-111-0/+1
* vgabios: Add support for manipulating framebuffers in high memory.Kevin O'Connor2014-04-112-0/+112
* vgabios: Introduce text_address().Kevin O'Connor2014-04-113-36/+24