aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpi_table.c
Commit message (Expand)AuthorAgeFilesLines
* acpi: use 64-bit addresses in FADT tableHeinrich Schuchardt2024-01-071-7/+2
* acpi: Write pointers to tables instead of addressesSimon Glass2024-01-071-3/+3
* Reland "x86: Move FACP table into separate functions""Simon Glass2023-09-221-15/+0
* Revert "x86: Move FACP table into separate functions"Andy Shevchenko2022-03-311-0/+15
* acpi: Move MCFG implementation to common libMoritz Fischer2022-02-091-54/+0
* arch: x86: lib: acpi_table: Fix MCFG entriesMoritz Fischer2022-02-091-0/+2
* x86: Move acpi_get_rsdp_addr() ACPI tables to the writerSimon Glass2022-01-251-21/+0
* x86: Move device-specific ACPI tables to a writer functionSimon Glass2022-01-251-2/+0
* x86: Move CSRT table to a writer functionSimon Glass2022-01-251-49/+13
* x86: Move TCPA table to a writer functionSimon Glass2022-01-251-22/+16
* x86: Move MADT table to a writer functionSimon Glass2022-01-251-11/+14
* x86: Move TPM2 table to a writer functionSimon Glass2022-01-251-21/+18
* x86: Move SSDT table to a writer functionSimon Glass2022-01-251-63/+30
* x86: Move FACP table into separate functionsSimon Glass2022-01-251-15/+0
* x86: Move FADT table to a writer functionSimon Glass2022-01-251-7/+15
* x86: Move GNVS table to a writer functionSimon Glass2022-01-251-37/+36
* x86: Move DSDT table to a writer functionSimon Glass2022-01-251-42/+7
* x86: Move FACS table to a writer functionSimon Glass2022-01-251-24/+2
* x86: Move base tables to a writer functionSimon Glass2022-01-251-2/+0
* x86: Use the ACPI table writerSimon Glass2022-01-251-17/+4
* x86: acpi: Split out context creation from base tablesSimon Glass2022-01-251-3/+3
* Remove #include <version.h> from files which do not need itPali Rohár2021-09-171-1/+0
* common: Drop asm/global_data.h from common headerSimon Glass2021-02-021-0/+1
* dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass2020-12-131-1/+1
* dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass2020-12-131-1/+1
* x86: acpi: Don't show the UART address by defaultSimon Glass2020-11-061-1/+1
* x86: acpi: Include the TPMv1 table only if neededSimon Glass2020-11-061-8/+11
* acpi: Don't reset the tables with every new generationSimon Glass2020-11-061-0/+1
* x86: acpi: Put the generated code first in DSDTSimon Glass2020-11-061-9/+18
* x86: acpi: Allow the SSDT to be emptySimon Glass2020-11-061-7/+15
* x86: acpi: Store the ACPI context in global_dataSimon Glass2020-11-051-1/+6
* x86: acpi: Set the log category for x86 table generationSimon Glass2020-09-251-0/+2
* acpi: tpm: Add a TPM1 tableSimon Glass2020-09-251-1/+53
* acpi: tpm: Add a TPM2 tableSimon Glass2020-09-251-0/+74
* x86: Correct handling of MADT table CPUsSimon Glass2020-09-251-3/+6
* x86: acpi: Add support for additional Intel tablesSimon Glass2020-09-251-0/+111
* x86: acpi: Support generation of the DBG2 tableSimon Glass2020-09-251-0/+41
* x86: acpi: Support generation of the HPET tableSimon Glass2020-09-251-0/+59
* x86: acpi: Support external GNVS tablesSimon Glass2020-09-251-12/+23
* x86: acpi: Add memset to initialize SPCR tableWolfgang Wallner2020-09-211-0/+2
* x86: acpi: Fix calculation of DSDT lengthWolfgang Wallner2020-09-211-1/+3
* x86: acpi: Correct the version of the MADTSimon Glass2020-07-171-1/+1
* x86: Add error checking for csrt table generationSimon Glass2020-07-171-6/+13
* acpi: Allow creating the GNVS to failSimon Glass2020-07-171-2/+9
* x86: Allow devices to write to DSDTSimon Glass2020-07-171-1/+15
* x86: Allow devices to write an SSDTSimon Glass2020-07-171-0/+29
* x86: acpi: Move MADT down a bitSimon Glass2020-07-171-6/+6
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* acpi: Put table-setup code in its own functionSimon Glass2020-04-301-76/+1
* acpi: Move acpi_add_table() to generic codeSimon Glass2020-04-301-73/+10