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