aboutsummaryrefslogtreecommitdiff
path: root/include/acpi/acpi_table.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-27acpi: remove duplicate declaration of acpi_fill_header()Heinrich Schuchardt1-10/+0
2024-03-27acpi: document HETP tableHeinrich Schuchardt1-23/+58
2024-03-27acpi: rename aslc_id, aslc_revisionHeinrich Schuchardt1-3/+3
2024-01-07acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt1-4/+2
2023-12-13acpi: fix struct acpi_xsdtHeinrich Schuchardt1-1/+1
2023-12-13acpi: move acpi_get_rsdp_addr() to acpi/acpi_table.hHeinrich Schuchardt1-0/+9
2023-09-22x86: Prevent from missing the FADT chainingAndy Shevchenko1-0/+7
2023-05-11acpi: Move the table-finding functions into the libarySimon Glass1-0/+8
2022-02-11acpi: Move acpi_write_tables() to a generic headerSimon Glass1-0/+10
2022-01-25acpi: Add some tables needed by ARM devicesSimon Glass1-0/+205
2022-01-25x86: acpi: Update acpi_fill_csrt() to use acpi_ctxSimon Glass1-0/+12
2022-01-25x86: Move base tables to a writer functionSimon Glass1-10/+0
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-5/+5
2022-01-25acpi: Move acpi_fill_header() to the generic headerSimon Glass1-0/+8
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-3/+3
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass1-0/+10
2020-09-25x86: Move include of bitops out of ACPI regionSimon Glass1-1/+2
2020-09-25acpi: Use defines for field lengthsSimon Glass1-2/+3
2020-09-25acpi: tpm: Add a TPM1 tableSimon Glass1-0/+7
2020-09-25acpi: tpm: Add a TPM2 tableSimon Glass1-0/+11
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass1-0/+43
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass1-0/+40
2020-09-25x86: acpi: Support generation of the HPET tableSimon Glass1-9/+22
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass1-0/+2
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-0/+10
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-0/+9
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-0/+36
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-0/+10
2020-04-16acpi: Add support for DMARSimon Glass1-0/+54
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+60
2020-04-16acpi: Add an __ACPI__ preprocessor symbolSimon Glass1-0/+4
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-0/+394