aboutsummaryrefslogtreecommitdiff
path: root/lib/acpi/acpi_table.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: Write pointers to tables instead of addressesSimon Glass2024-01-071-2/+2
* lib: Remove <common.h> inclusion from these filesTom Rini2023-12-211-1/+0
* acpi: Put the version numbers in a central placeSimon Glass2023-05-311-8/+7
* dm: treewide: Use uclass_first_device_err when accessing one deviceMichal Suchanek2022-10-171-1/+1
* x86: Move base tables to a writer functionSimon Glass2022-01-251-75/+0
* x86: acpi: Split out context creation from base tablesSimon Glass2022-01-251-9/+2
* x86: Move the acpi table to generic global_dataSimon Glass2022-01-251-1/+1
* acpi: Use U-Boot version for OEM_REVISIONPali Rohár2021-10-061-1/+17
* Remove including timestamp.h in version.hPali Rohár2021-09-171-0/+1
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* x86: Allow putting some tables in the bloblistSimon Glass2020-11-061-2/+2
* x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+64
* acpi: Support generation of ACPI codeSimon Glass2020-07-171-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* acpi: Add an acpi commandSimon Glass2020-04-301-0/+1
* acpi: Move the xsdt pointer to acpi_ctxSimon Glass2020-04-301-6/+4
* acpi: Put table-setup code in its own functionSimon Glass2020-04-301-0/+82
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-0/+61
* acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-1/+23
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-3/+10
* acpi: Add support for DMARSimon Glass2020-04-161-0/+31
* acpi: Add a central location for table version numbersSimon Glass2020-04-161-0/+62