aboutsummaryrefslogtreecommitdiff
path: root/src/acpi-dsdt.dsl
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Move code cenetered around firmware initialization to src/fw/Kevin O'Connor1-343/+0
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-05acpi: Minor - merge the two dsdt ISA areas into one ISA area.Kevin O'Connor1-28/+20
2012-12-04acpi: reorder PX13 + ISAGerd Hoffmann1-12/+12
2012-12-02acpi: PCI routing DSDT simplifications.Kevin O'Connor1-60/+29
2012-12-02ACPI: Move PCI0 hotplug and irq definitions to there respective areas.Kevin O'Connor1-65/+68
2012-12-02acpi: Reindent DSDT code.Kevin O'Connor1-136/+134
2012-12-01acpi: move isa devices to separate fileGerd Hoffmann1-174/+2
2012-12-01acpi: rework enable bitsGerd Hoffmann1-21/+28
2012-12-01acpi: move cpu hotplug to separate fileGerd Hoffmann1-76/+1
2012-12-01acpi: move \_SB.PCI0._CRS to separate fileGerd Hoffmann1-105/+1
2012-12-01acpi: move \_SB.HPET to separate fileGerd Hoffmann1-36/+1
2012-12-01acpi: move DBUG() to separate fileGerd Hoffmann1-30/+1
2012-11-19DSDT: Fix HPET _CRS MethodGabriel L. Somlo1-9/+5
2012-10-27ACPI: Remove unnecessary Return(One) calls from DSDT.Kevin O'Connor1-18/+2
2012-09-02acpi: LNKS is not neededPaolo Bonzini1-12/+4
2012-08-01allow CPUs to have non-contiguous Local APIC IDs (v2)Eduardo Habkost1-1/+3
2012-06-21Get system state configuration from QEMU and patch DSDT with it.Gleb Natapov1-32/+0
2012-06-07update dsdt ressources at runtimeGerd Hoffmann1-2/+62
2012-05-12Revert "Fix 64bit PCI issues on Windows"Kevin O'Connor1-7/+0
2012-04-26Fix 64bit PCI issues on WindowsAlexey Korolev1-0/+7
2012-04-05Replace level gpe event with edge gpe event for hot-plug handlersIgor Mammedov1-2/+2
2012-03-16if HPET is not present do not report it in DSDTGleb Natapov1-1/+15
2011-12-17Fix broken _DIS and _SRS methods in ACPI AML irq routing.Kevin O'Connor1-18/+16
2011-11-22acpi: remove _RMVMichael S. Tsirkin1-15/+0
2011-11-22acpi: add ssdt for pci hotplugMichael S. Tsirkin1-114/+3
2011-10-30acpi: extract aml from .lstMichael S. Tsirkin1-0/+3
2011-10-12Consolidate DSDT copy-and-paste PCI IRQ code into method calls.Kevin O'Connor1-227/+93
2011-10-12Move code from PCI hotplug DSDT macros to methods.Kevin O'Connor1-24/+40
2011-10-12Simplify PCI hotplug acpi macros.Kevin O'Connor1-101/+100
2011-10-12Consolidate PCI hotplug definitions together in DSL file.Kevin O'Connor1-85/+89
2011-10-12Delineate ACSP DSL code into sections.Kevin O'Connor1-7/+73
2011-05-24fix resume from S3 with QXL deviceKevin O'Connor1-1/+9
2011-01-05seabios: acpi: add _RMV control method for PCI devicesKevin O'Connor1-0/+52
2010-10-20mark irq9 active high in DSDTKevin O'Connor1-1/+41
2010-09-25Add a debug method to AML code.Kevin O'Connor1-4/+18
2010-08-03Add ACPI SSDT/DSDT support for CPU hotplug.Kevin O'Connor1-1/+74
2009-12-30Commit compiled dsdt file; misc comment updates.Kevin O'Connor1-0/+1
2009-12-30prevent acpi from rerouting SCI interruptGleb Natapov1-1/+4
2009-10-08Add 26 pci slots, bringing the total to 32.Kevin O'Connor1-0/+26
2009-10-08HPET support.Kevin O'Connor1-0/+19
2009-10-08Pci hotplug support.Kevin O'Connor1-1/+98
2009-10-08Provide gpe _L0x methods.Kevin O'Connor1-0/+55
2009-10-08Remove irq 9 from the pci interrupt link resources.Kevin O'Connor1-4/+4
2009-10-08Use extended interrupt descriptor for pci irqs.Kevin O'Connor1-32/+24
2009-10-08Restrict pci interrupts to irq 5/9/10/11Kevin O'Connor1-4/+4
2009-10-08Advertise pci irqs as active high in DSDTKevin O'Connor1-8/+8
2009-10-08Use preprocessor for pci link routing.Kevin O'Connor1-35/+15
2008-12-18Add initial S3 resume support.Kevin O'Connor1-6/+39