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