summaryrefslogtreecommitdiff
path: root/lib/acpi/acpi_table.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-01acpi: Put the version numbers in a central placeSimon Glass1-8/+7
2022-10-18dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek1-1/+1
2022-01-25x86: Move base tables to a writer functionSimon Glass1-75/+0
2022-01-25x86: acpi: Split out context creation from base tablesSimon Glass1-9/+2
2022-01-25x86: Move the acpi table to generic global_dataSimon Glass1-1/+1
2021-10-06acpi: Use U-Boot version for OEM_REVISIONPali Rohár1-1/+17
2021-09-17Remove including timestamp.h in version.hPali Rohár1-0/+1
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-11-06x86: Allow putting some tables in the bloblistSimon Glass1-2/+2
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass1-0/+64
2020-07-17acpi: Support generation of ACPI codeSimon Glass1-0/+1
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-30acpi: Add an acpi commandSimon Glass1-0/+1
2020-04-30acpi: Move the xsdt pointer to acpi_ctxSimon Glass1-6/+4
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-0/+82
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-0/+61
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-1/+23
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-3/+10
2020-04-16acpi: Add support for DMARSimon Glass1-0/+31
2020-04-16acpi: Add a central location for table version numbersSimon Glass1-0/+62