summaryrefslogtreecommitdiff
path: root/include/hw/acpi
AgeCommit message (Expand)AuthorFilesLines
2016-02-06acpi: add function to extract oem_id and oem_table_id from the user's SLICLaszlo Ersek1-0/+7
2016-02-06acpi: expose oem_id and oem_table_id in build_rsdt()Laszlo Ersek1-1/+2
2016-02-06acpi: take oem_id in build_header(), optionallyLaszlo Ersek1-1/+1
2016-01-09pc: acpi: move PIIX4 isa-bridge and pm devices into SSDTIgor Mammedov1-0/+1
2016-01-09pc: acpi: cpuhp: move \_GPE._E02() into SSDTIgor Mammedov2-1/+1
2016-01-09pc: acpi: cpuhp: move PRSC() method into SSDTIgor Mammedov3-0/+4
2016-01-09pc: acpi: cpuhp: move CPST() method into SSDTIgor Mammedov1-0/+1
2016-01-09pc: acpi: cpuhp: move CPMA() method into SSDTIgor Mammedov1-0/+2
2016-01-09pc: acpi: cpuhp: move CPEJ() method to SSDTIgor Mammedov1-0/+5
2016-01-09pc: acpi: memhp: drop not needed stringify(MEMORY_foo) usageIgor Mammedov2-24/+24
2016-01-09pc: acpi: memhp: move \_GPE._E03 into SSDTIgor Mammedov2-2/+5
2016-01-08pc: acpi: memhp: prepare context in SSDT for moving memhp DSDT codeIgor Mammedov1-0/+4
2015-12-22acpi: extend aml_and() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: extend aml_or() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi add aml_dma()Igor Mammedov1-0/+20
2015-12-22acpi: add aml_to_buffer()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_to_hexstring()Igor Mammedov1-0/+1
2015-12-22acpi: extend aml_field() to support LockRuleIgor Mammedov1-1/+7
2015-12-22acpi: add aml_lgreater()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_lor()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_sleep()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_alias()Igor Mammedov1-0/+1
2015-12-22acpi: extend aml_shiftright() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: add aml_to_integer()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_call0() helperIgor Mammedov1-0/+1
2015-12-22acpi: add aml_decrement() and aml_subtract()Igor Mammedov1-0/+2
2015-12-22acpi: extend aml_add() to accept target argumentIgor Mammedov1-1/+1
2015-12-22acpi: add aml_create_qword_field()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_mutex(), aml_acquire(), aml_release()Xiao Guangrong1-0/+3
2015-12-22acpi: add aml_lgreater_equal()Igor Mammedov1-0/+1
2015-12-22acpi: add aml_sizeofXiao Guangrong1-0/+1
2015-12-22acpi: add aml_derefofXiao Guangrong1-0/+1
2015-12-22acpi: support specified oem table id for build_headerXiao Guangrong1-1/+2
2015-12-17ACPI: Add aml_gpio_int() wrapper for GPIO Interrupt ConnectionShannon Zhao1-0/+7
2015-12-17ACPI: Add GPIO Connection DescriptorShannon Zhao1-0/+20
2015-12-17acpi: extend aml_interrupt() to support multiple irqsIgor Mammedov1-1/+1
2015-12-17acpi: support serialized methodXiao Guangrong1-1/+7
2015-09-24hw/arm/virt: Add gic-version option to virt machinePavel Fedin1-0/+9
2015-09-10acpi: Remove unused definition.Richard W.M. Jones1-1/+0
2015-07-07ich9: add TCO interface emulationPaulo Alcantara2-1/+89
2015-07-06ich9: add smm_enabled field and argumentsPaolo Bonzini1-1/+2
2015-06-26hw/arm/virt-acpi-build: Add GICv2m description in ACPI MADT tableShannon Zhao1-0/+12
2015-06-15ACPI: Add definitions for the SPCR tableAndrew Jones1-0/+32
2015-06-05ich9: implement SMI_LOCKGerd Hoffmann1-0/+1
2015-06-04hw/acpi: acpi_pm1_cnt_init(): take "disable_s3" and "disable_s4"Laszlo Ersek1-1/+2
2015-06-03acpi: add acpi_send_gpe_event() to rise sci for hotplugZhu Guihua3-3/+10
2015-06-01acpi: add aml_while() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_increment() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_shiftright() termMarcel Apfelbaum1-0/+1
2015-06-01acpi: add aml_shiftleft() termMarcel Apfelbaum1-0/+1