summaryrefslogtreecommitdiff
path: root/include/dm/acpi.h
AgeCommit message (Expand)Author
2022-01-25acpi: Collect tables in the acpi_item listSimon Glass
2022-01-25x86: Move DSDT table to a writer functionSimon Glass
2022-01-25x86: Move FACS table to a writer functionSimon Glass
2022-01-25x86: Move base tables to a writer functionSimon Glass
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass
2022-01-25acpi: Add a linker list for ACPI tablesSimon Glass
2022-01-25acpi: Add a table startSimon Glass
2022-01-19doc: replace @return by Return:Heinrich Schuchardt
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass
2020-07-17dm: acpi: Add support for the NHLT tableSimon Glass
2020-07-17dm: core: Add a way of overriding the ACPI device pathSimon Glass
2020-07-17acpi: Add an acpi command to list/dump generated ACPI itemsSimon Glass
2020-07-17acpi: Add support for DSDT generationSimon Glass
2020-07-17acpi: Add support for SSDT generationSimon Glass
2020-07-17acpigen: Support writing a lengthSimon Glass
2020-07-17acpi: Support generation of ACPI codeSimon Glass
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass
2020-04-16dm: core: Add basic ACPI supportSimon Glass