aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-12-01seabios: pci: enable SERR of normal device.Isaku Yamahata1-1/+2
2012-12-01seabios: acpi, fadt: make while fadt initialization chipset specificIsaku Yamahata1-16/+18
2012-12-01seabios: make mttr UC area setup dynamicJason Baron3-6/+6
2012-11-26floppy: Allow floppy code to be used with coreboot.Kevin O'Connor1-1/+6
2012-11-26floppy: Minor cleanup - reduce some cut-and-paste code.Kevin O'Connor2-18/+6
2012-11-26pciinit: Align start of PCI memory on i440 chipset.Kevin O'Connor1-2/+30
2012-11-20Collapse PCI device tables in pci_bios_init_devices().Kevin O'Connor1-41/+27
2012-11-20esp: enable busmasterPaolo Bonzini1-0/+2
2012-11-20lsi: enable busmasterGerd Hoffmann1-0/+2
2012-11-19megasas: Add boot support for LSI MegaRAID SASHannes Reinecke9-2/+429
2012-11-19DSDT: Fix HPET _CRS MethodGabriel L. Somlo1-9/+5