summaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpi_table.c
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-301-2/+6
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2018-01-301-0/+5
* x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko2018-01-301-2/+1
* x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko2017-07-301-0/+4
* x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko2017-07-301-3/+3
* x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko2017-07-301-0/+29
* x86: acpi: Fill OEM revisionAndy Shevchenko2017-07-301-0/+2
* x86: acpi: Refactor acpi_resume()Bin Meng2017-05-171-5/+11
* x86: acpi: Make enter_acpi_mode() publicBin Meng2017-05-171-1/+1
* x86: apci: Change PM1_CNT register access to RMWBin Meng2017-05-171-1/+3
* x86: acpi: Add one API to find OS wakeup vectorBin Meng2017-05-171-0/+72
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-2/+2
* x86: acpi: Pack global NVS into ACPI tableBin Meng2016-07-121-0/+22
* x86: acpi: Fix madt lapic generationGeorge McCollister2016-06-121-6/+6
* x86: acpi: Remove header length check when writing tablesBin Meng2016-05-231-16/+10
* x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng2016-05-231-6/+0
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-231-0/+26
* x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini2016-05-231-1/+1
* x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng2016-05-231-3/+5
* x86: acpi: Clean up table header revisionsBin Meng2016-05-231-12/+4
* x86: acpi: Align FACS table to a 64 byte boundaryBin Meng2016-05-231-1/+5
* x86: acpi: Use u32 in table write routinesBin Meng2016-05-231-7/+7
* x86: acpi: Adjust order in acpi_table.cBin Meng2016-05-231-117/+119
* x86: acpi: Change fill_header()Bin Meng2016-05-231-14/+8
* x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng2016-05-231-33/+0
* x86: acpi: Various changes to acpi_table.hBin Meng2016-05-231-34/+37
* x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng2016-05-231-4/+4
* x86: Change write_acpi_tables() signature a little bitBin Meng2016-03-171-2/+2
* x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan2016-01-281-0/+4
* x86: Generate a valid ACPI tableSaket Sinha2015-08-261-0/+436