summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cache boot-fail-wait to avoid romfile access after POST.rel-1.7.2.21.7.2-stableKevin O'Connor2013-05-151-6/+9
* virtio-scsi: Set _DRIVER_OK flag before scsi target scanningAsias He2013-05-151-2/+3
* virtio-scsi: Pack struct virtio_scsi_{req_cmd,resp_cmd}Asias He2013-05-151-2/+2
* seabios: Add a dummy PCI slot to irq mapping functionrel-1.7.2.1Alex Williamson2013-02-241-1/+9
* seabios q35: Add new PCI slot to irq routing functionAlex Williamson2013-02-241-1/+32
* seabios q35: Enable all PIRQn IRQs at startupAlex Williamson2013-02-241-4/+2
* Verify CC is valid during build tests.Kevin O'Connor2013-02-241-1/+8
* build: Don't require $(OUT) to be a sub-directory of the main directory.Kevin O'Connor2013-02-243-10/+10
* Fix Makefile - don't reference "out/" directly, instead use "$(OUT)".Kevin O'Connor2013-02-241-3/+3
* USB-EHCI: Fix null pointer assignmentAvik Sil2013-02-241-1/+1
* Update tools/acpi_extract.py to handle iasl 20130117 release.Kevin O'Connor2013-02-241-2/+2
* vgabios: implement AX=1120H..1124H functionsrel-1.7.2Paolo Bonzini2013-01-121-0/+60
* boot: Support "halt" in the boot order to prevent default boot attempts.Kevin O'Connor2013-01-121-0/+8
* megasas: Invert PCI device selectionHannes Reinecke2013-01-081-13/+12
* Minor: Separate UUID display from F12 boot prompt.Kevin O'Connor2012-12-212-2/+2
* display_uuid(): fix incomplete check after the loopLaszlo Ersek2012-12-211-2/+2
* acpi: Use prt_slot() macro to describe irq pins of first PCI device.Kevin O'Connor2012-12-151-4/+1
* acpi: reintroduce LNKSPaolo Bonzini2012-12-151-1/+17
* maininit(): print machine UUID under seabios version messageLaszlo Ersek2012-12-153-0/+72
* Add compile checking phase to build.Kevin O'Connor2012-12-111-4/+8
* Don't use gcc's -combine option.Kevin O'Connor2012-12-112-61/+6
* Don't recursively evaluate CFLAGS variables.Kevin O'Connor2012-12-111-6/+6
* vga: Minor comment spelling fix.Kevin O'Connor2012-12-071-1/+1
* floppy: Minor - reduce handle_0e code size when CONFIG_FLOPPY is disabled.Kevin O'Connor2012-12-071-3/+2
* acpi: drop irq 8 from hpet ressourcesGerd Hoffmann2012-12-061-0/+2
* acpi: Minor - merge the two dsdt ISA areas into one ISA area.Kevin O'Connor2012-12-051-28/+20
* acpi: fix COM2._UIDGerd Hoffmann2012-12-041-1/+1
* acpi: reorder PX13 + ISAGerd Hoffmann2012-12-041-12/+12
* acpi: PCI routing DSDT simplifications.Kevin O'Connor2012-12-022-125/+98
* ACPI: Delineate q35 ACSP DSL code into sections.Kevin O'Connor2012-12-021-2/+27
* ACPI: Move q35 PCI irq definitions together.Kevin O'Connor2012-12-021-66/+67
* ACPI: Move PCI0 hotplug and irq definitions to there respective areas.Kevin O'Connor2012-12-021-65/+68
* ACPI: Remove unnecessary Return(One) calls from q35 DSDT.Kevin O'Connor2012-12-021-15/+0
* acpi: Reindent DSDT code.Kevin O'Connor2012-12-0210-760/+690
* acpi: move isa devices to separate file [q35]Gerd Hoffmann2012-12-011-183/+11
* acpi: add mcfg table for mmconfigGerd Hoffmann2012-12-012-0/+40
* q35: fix default vga addressGerd Hoffmann2012-12-011-1/+1
* acpi: move isa devices to separate fileGerd Hoffmann2012-12-012-174/+136
* acpi: rework enable bitsGerd Hoffmann2012-12-011-21/+28
* acpi: move cpu hotplug to separate file [q35]Gerd Hoffmann2012-12-011-72/+2
* acpi: move cpu hotplug to separate fileGerd Hoffmann2012-12-012-76/+78
* acpi: move \_SB.PCI0._CRS to separate file [q35]Gerd Hoffmann2012-12-011-105/+1
* acpi: move \_SB.PCI0._CRS to separate fileGerd Hoffmann2012-12-012-105/+109
* acpi: move \_SB.HPET to separate file [q35]Gerd Hoffmann2012-12-011-19/+2
* acpi: move \_SB.HPET to separate fileGerd Hoffmann2012-12-012-36/+37
* acpi: move DBUG() to separate file [q35]Gerd Hoffmann2012-12-011-24/+1
* acpi: move DBUG() to separate fileGerd Hoffmann2012-12-012-30/+31
* seabios: q35: Register PCI IRQs as active high in APIC modeJan Kiszka2012-12-011-13/+33
* seabios: q35: add dsdtIsaku Yamahata2012-12-012-1/+831
* seabios: add q35 initialization functions.Isaku Yamahata2012-12-015-5/+207