summaryrefslogtreecommitdiff
path: root/arch/x86/include/asm/acpi_table.h
AgeCommit message (Expand)Author
2024-10-27acpi: Move function prototypePatrick Rudolph
2024-10-27acpi: x86: Move MADT to common codePatrick Rudolph
2024-10-27acpi: x86: Write FADT in common codeMaximilian Brune
2024-10-27acpi: x86: Move SPCR and DBG2 into common codeMaximilian Brune
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt
2023-09-22Reland "x86: Move FACP table into separate functions""Simon Glass
2022-03-31Revert "x86: Move FACP table into separate functions"Andy Shevchenko
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass
2022-02-09acpi: Move MCFG implementation to common libMoritz Fischer
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass
2022-01-25x86: Move FACP table into separate functionsSimon Glass
2022-01-25acpi: Move acpi_fill_header() to the generic headerSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-09-25x86: Add a header guard to asm/acpi_table.hSimon Glass
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass
2020-09-25x86: acpi: Add common Intel ACPI tablesSimon Glass
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass
2020-09-25x86: acpi: Support generation of the HPET tableSimon Glass
2020-07-17acpi: Allow creating the GNVS to failSimon Glass
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass
2019-09-10x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko
2019-08-09x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko
2019-08-09x86: acpi: Add CSRT descriptionAndy Shevchenko
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko
2018-12-05x86: acpi: Add SPCR table descriptionAndy Shevchenko
2018-07-20x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko
2017-07-30x86: acpi: Name fields in FADT in accordance with specificationAndy Shevchenko
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng
2017-02-06x86: Use unsigned long for address in table generationSimon Glass
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng
2016-05-23x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng
2016-05-23x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng
2016-05-23x86: acpi: Clean up table header revisionsBin Meng
2016-05-23x86: acpi: Use u32 in table write routinesBin Meng
2016-05-23x86: acpi: Adjust order in acpi_table.cBin Meng
2016-05-23x86: acpi: Change fill_header()Bin Meng
2016-05-23x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng
2016-05-23x86: acpi: Reorder code in acpi_table.hBin Meng
2016-05-23x86: acpi: Various changes to acpi_table.hBin Meng
2016-05-23x86: acpi: Remove unused codesBin Meng
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng
2015-08-26x86: Generate a valid ACPI tableSaket Sinha