summaryrefslogtreecommitdiffstats
path: root/arch/x86/lib/acpi_table.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass2020-04-301-13/+2
* x86: Allow devices to write ACPI tablesSimon Glass2020-04-301-0/+2
* acpi: Convert part of acpi_table to use acpi_ctxSimon Glass2020-04-301-45/+43
* acpi: Add a method to write tables for a deviceSimon Glass2020-04-301-9/+0
* x86: Move acpi_table header to main include/ directorySimon Glass2020-04-161-1/+1
* x86: acpi: Let OS know that console already had been initializedAndy Shevchenko2020-04-161-0/+9
* x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko2020-04-041-18/+19
* x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko2019-08-091-0/+32
* x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko2019-03-101-3/+3
* dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-5/+6
* dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-1/+4
* x86: acpi: Generate SPCR tableAndy Shevchenko2018-12-051-0/+118
* x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng2018-07-201-11/+0
* x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng2018-07-201-100/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng2018-01-301-2/+6
* x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko2018-01-301-0/+5
* x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko2018-01-301-2/+1
* x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko2017-07-301-0/+4
* x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko2017-07-301-3/+3
* x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko2017-07-301-0/+29
* x86: acpi: Fill OEM revisionAndy Shevchenko2017-07-301-0/+2