~funderscore blog cgit wiki get in touch
aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Revert "x86: Move FACP table into separate functions"Andy Shevchenko2022-03-31
* acpi: Move acpi_write_tables() to a generic headerSimon Glass2022-02-11
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-09
* x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass2022-01-25
* x86: Move FACP table into separate functionsSimon Glass2022-01-25
* acpi: Move acpi_fill_header() to the generic headerSimon Glass2022-01-25
* doc: replace @return by Return:Heinrich Schuchardt2022-01-19
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-02
* x86: Add a header guard to asm/acpi_table.hSimon Glass2020-09-25
* x86: acpi: Add support for additional Intel tablesSimon Glass2020-09-25
* x86: acpi: Add common Intel ACPI tablesSimon Glass2020-09-25
* x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-25
* x86: acpi: Support generation of the HPET tableSimon Glass2020-09-25
* acpi: Allow creating the GNVS to failSimon Glass2020-07-17
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-16
* x86: acpi: Annotate struct acpi_table_header with __packedAndy Shevchenko2019-09-10
* x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko2019-08-09
* x86: acpi: Add CSRT descriptionAndy Shevchenko2019-08-09
* x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-05
* x86: acpi: Add SPCR table descriptionAndy Shevchenko2018-12-05
* x86: acpi: Prevent acpi_table.h from being included more than onceBin Meng2018-07-20
* x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-20
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-07
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-30
* x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko2017-07-30
* x86: acpi: Name fields in FADT in accordance with specificationAndy Shevchenko2017-07-30
* x86: acpi: Refactor acpi_resume()Bin Meng2017-05-17
* x86: acpi: Make enter_acpi_mode() publicBin Meng2017-05-17
* x86: acpi: Add one API to find OS wakeup vectorBin Meng2017-05-17
* x86: Use unsigned long for address in table generationSimon Glass2017-02-06
* x86: acpi: Pack global NVS into ACPI tableBin Meng2016-07-12
* x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng2016-05-23
* x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng2016-05-23
* x86: acpi: Clean up table header revisionsBin Meng2016-05-23
* x86: acpi: Use u32 in table write routinesBin Meng2016-05-23
* x86: acpi: Adjust order in acpi_table.cBin Meng2016-05-23
* x86: acpi: Change fill_header()Bin Meng2016-05-23
* x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng2016-05-23
* x86: acpi: Reorder code in acpi_table.hBin Meng2016-05-23
* x86: acpi: Various changes to acpi_table.hBin Meng2016-05-23
* x86: acpi: Remove unused codesBin Meng2016-05-23
* x86: Change write_acpi_tables() signature a little bitBin Meng2016-03-17
* x86: Generate a valid ACPI tableSaket Sinha2015-08-26