summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-01pci: Give a few helpers internal linkageMarkus Armbruster2-14/+7
2015-03-01acpi: make build_*() routines static to aml-build.cIgor Mammedov2-26/+10
2015-03-01pc: acpi: remove not used anymore ssdt-[misc|pcihp].hex.generated blobsIgor Mammedov2-390/+0
2015-03-01pc: acpi-build: drop template patching and create PCI bus tree dynamicallyIgor Mammedov3-256/+80
2015-03-01tests: ACPI: update pc/SSDT.bridge due to new alg of PCI tree creationIgor Mammedov1-0/+0
2015-03-01pc: acpi-build: simplify PCI bus tree generationIgor Mammedov1-189/+85
2015-03-01tests: add ACPI blobs for qemu with bridge casesIgor Mammedov2-0/+0
2015-03-01tests: bios-tables-test: add support for testing bridgesIgor Mammedov1-5/+40
2015-03-01tests: ACPI test blobs update due to PCI0._CRS changesIgor Mammedov4-0/+0
2015-03-01pc: acpi-build: drop template patching and create Device(SMC) dynamicallyIgor Mammedov4-20/+22
2015-03-01pc: export applesmc IO port/lenIgor Mammedov3-6/+12
2015-03-01acpi: add acpi_irq_no_flags() termIgor Mammedov2-0/+22
2015-03-01pc: acpi-build: drop remaining ssdt_misc templateIgor Mammedov3-27/+2
2015-03-01pc: acpi: drop manual hole punching for GPE0 resourcesIgor Mammedov1-15/+17
2015-03-01pc: acpi: drop manual hole punching for CPU hotplug resourcesIgor Mammedov1-5/+1
2015-03-01pc: acpi: drop manual hole punching for PCI hotplug resourcesIgor Mammedov1-5/+1
2015-03-01pc: acpi-build: create PCI0._CRS dynamicallyIgor Mammedov5-210/+52
2015-03-01tpm: Support for capability flags of TIS 1.3Stefan Berger1-1/+8
2015-03-01tpm: Support for TIS selftest done flagStefan Berger4-19/+79
2015-03-01tpm: Support for XFIFO registerStefan Berger1-0/+4
2015-03-01tpm: Allow 32 & 16 bit accesses to the registersStefan Berger1-13/+47
2015-03-01tpm: Extend sts register to 32 bitStefan Berger1-1/+1
2015-03-01balloon: call qdev_alias_all_properties for proxy dev in balloon class initDenis V. Lunev2-6/+4
2015-02-26acpi-test: update expected filesMichael S. Tsirkin4-0/+0
2015-02-26acpi: drop unused generated filesMichael S. Tsirkin2-347/+0
2015-02-26acpi: update generated hex filesMichael S. Tsirkin3-697/+25
2015-02-26pc: acpi-build: reserve PCIHP MMIO resourcesIgor Mammedov1-0/+27
2015-02-26pc: pcihp: expose MMIO base and len as propertiesIgor Mammedov3-8/+19
2015-02-26acpi: add aml_word_bus_number(), aml_word_io(), aml_dword_memory(), aml_qword...Igor Mammedov2-0/+233
2015-02-26pc: acpi-build: create memory hotplug IO region dynamicallyIgor Mammedov3-31/+64
2015-02-26pc: acpi-build: drop template patching and memory hotplug objects dynamicallyIgor Mammedov3-144/+46
2015-02-26acpi: add aml_reserved_field() termIgor Mammedov2-0/+16
2015-02-26pc: acpi-build: create CPU hotplug IO region dynamicallyIgor Mammedov3-16/+29
2015-02-26pc: acpi-build: drop template patching and CPU hotplug objects dynamicallyIgor Mammedov3-113/+45
2015-02-26acpi: add aml_eisaid() termIgor Mammedov2-0/+30
2015-02-26acpi: add aml_processor() termIgor Mammedov2-0/+17
2015-02-26acpi: add aml_equal() termIgor Mammedov2-0/+11
2015-02-26acpi: add aml_varpackage() termIgor Mammedov2-0/+9
2015-02-26pc: acpi-build: generate pvpanic device description dynamicallyIgor Mammedov2-51/+32
2015-02-26acpi: add aml_string() termIgor Mammedov2-0/+26
2015-02-26acpi: add aml_local() termIgor Mammedov2-0/+12
2015-02-26acpi: add aml_field() & aml_named_field() termsIgor Mammedov2-0/+34
2015-02-26acpi: add aml_operation_region() termIgor Mammedov2-0/+21
2015-02-26acpi: include PkgLength size only when requestedIgor Mammedov2-6/+17
2015-02-26acpi: add aml_io() helperIgor Mammedov2-0/+23
2015-02-26acpi: add aml_resource_template() helperIgor Mammedov2-0/+9
2015-02-26acpi: add aml_buffer() termIgor Mammedov2-0/+8
2015-02-26pc: acpi-build: generate _S[345] packages dynamicallyIgor Mammedov2-43/+30
2015-02-26acpi: add aml_package() termIgor Mammedov2-0/+9
2015-02-26acpi: add aml_call1(), aml_call2(), aml_call3(), aml_call4() helpersIgor Mammedov2-0/+46