summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm/acpi_table.h
Commit message (Expand)AuthorAgeFilesLines
* x86: Add a header guard to asm/acpi_table.hSimon Glass2020-09-251-0/+4
* x86: acpi: Add support for additional Intel tablesSimon Glass2020-09-251-0/+115
* x86: acpi: Add common Intel ACPI tablesSimon Glass2020-09-251-0/+22
* x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+11
* x86: acpi: Support generation of the HPET tableSimon Glass2020-09-251-0/+10
* acpi: Allow creating the GNVS to failSimon Glass2020-07-171-1/+9
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-161-374/+7
* x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko2019-09-101-1/+1
* x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko2019-08-091-0/+1
* x86: acpi: Add CSRT descriptionAndy Shevchenko2019-08-091-0/+31
* x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-051-0/+2
* x86: acpi: Add SPCR table descriptionAndy Shevchenko2018-12-051-0/+49
* x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng2018-07-201-0/+5
* x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-201-28/+0
* 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-0/+9
* x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko2017-07-301-0/+3
* x86: acpi: Name fields in FADT in accordance with specificationAndy Shevchenko2017-07-301-3/+2
* x86: acpi: Refactor acpi_resume()Bin Meng2017-05-171-1/+10
* x86: acpi: Make enter_acpi_mode() publicBin Meng2017-05-171-0/+9
* x86: acpi: Add one API to find OS wakeup vectorBin Meng2017-05-171-0/+10
* x86: Use unsigned long for address in table generationSimon Glass2017-02-061-1/+1
* x86: acpi: Pack global NVS into ACPI tableBin Meng2016-07-121-0/+4
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-231-0/+3
* x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng2016-05-231-1/+1
* x86: acpi: Clean up table header revisionsBin Meng2016-05-231-6/+0
* x86: acpi: Use u32 in table write routinesBin Meng2016-05-231-2/+2
* x86: acpi: Adjust order in acpi_table.cBin Meng2016-05-231-7/+7
* x86: acpi: Change fill_header()Bin Meng2016-05-231-0/+1
* x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng2016-05-231-3/+0
* x86: acpi: Reorder code in acpi_table.hBin Meng2016-05-231-178/+169
* x86: acpi: Various changes to acpi_table.hBin Meng2016-05-231-34/+38
* x86: acpi: Remove unused codesBin Meng2016-05-231-68/+0
* x86: Change write_acpi_tables() signature a little bitBin Meng2016-03-171-1/+1
* x86: Generate a valid ACPI tableSaket Sinha2015-08-261-0/+393