aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpi_table.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2020-12-13dm: treewide: Rename ..._platdata variables to just ..._platSimon Glass1-1/+1
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass1-1/+1
2020-11-06x86: acpi: Don't show the UART address by defaultSimon Glass1-1/+1
2020-11-06x86: acpi: Include the TPMv1 table only if neededSimon Glass1-8/+11
2020-11-06acpi: Don't reset the tables with every new generationSimon Glass1-0/+1
2020-11-06x86: acpi: Put the generated code first in DSDTSimon Glass1-9/+18
2020-11-06x86: acpi: Allow the SSDT to be emptySimon Glass1-7/+15
2020-11-05x86: acpi: Store the ACPI context in global_dataSimon Glass1-1/+6
2020-09-25x86: acpi: Set the log category for x86 table generationSimon Glass1-0/+2
2020-09-25acpi: tpm: Add a TPM1 tableSimon Glass1-1/+53
2020-09-25acpi: tpm: Add a TPM2 tableSimon Glass1-0/+74
2020-09-25x86: Correct handling of MADT table CPUsSimon Glass1-3/+6
2020-09-25x86: acpi: Add support for additional Intel tablesSimon Glass1-0/+111
2020-09-25x86: acpi: Support generation of the DBG2 tableSimon Glass1-0/+41
2020-09-25x86: acpi: Support generation of the HPET tableSimon Glass1-0/+59
2020-09-25x86: acpi: Support external GNVS tablesSimon Glass1-12/+23
2020-09-21x86: acpi: Add memset to initialize SPCR tableWolfgang Wallner1-0/+2
2020-09-21x86: acpi: Fix calculation of DSDT lengthWolfgang Wallner1-1/+3
2020-07-17x86: acpi: Correct the version of the MADTSimon Glass1-1/+1
2020-07-17x86: Add error checking for csrt table generationSimon Glass1-6/+13
2020-07-17acpi: Allow creating the GNVS to failSimon Glass1-2/+9
2020-07-17x86: Allow devices to write to DSDTSimon Glass1-1/+15
2020-07-17x86: Allow devices to write an SSDTSimon Glass1-0/+29
2020-07-17x86: acpi: Move MADT down a bitSimon Glass1-6/+6
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-04-30acpi: Put table-setup code in its own functionSimon Glass1-76/+1
2020-04-30acpi: Move acpi_add_table() to generic codeSimon Glass1-73/+10
2020-04-30acpi: Drop code for missing XSDT from acpi_write_rsdp()Simon Glass1-13/+2
2020-04-30x86: Allow devices to write ACPI tablesSimon Glass1-0/+2
2020-04-30acpi: Convert part of acpi_table to use acpi_ctxSimon Glass1-45/+43
2020-04-30acpi: Add a method to write tables for a deviceSimon Glass1-9/+0
2020-04-16x86: Move acpi_table header to main include/ directorySimon Glass1-1/+1
2020-04-16x86: acpi: Let OS know that console already had been initializedAndy Shevchenko1-0/+9
2020-04-04x86: acpi: Refactor XSDT handling in acpi_add_table()Andy Shevchenko1-18/+19
2019-08-09x86: acpi: Introduce a stub to generate CSRTAndy Shevchenko1-0/+32
2019-03-10x86: acpi: Not every platform has serial console a first deviceAndy Shevchenko1-3/+3
2019-01-14dm: serial: Adjust serial_getinfo() to use proper APISimon Glass1-5/+6
2019-01-14dm: serial: Adjust serial_getconfig() to use proper APISimon Glass1-1/+4
2018-12-05x86: acpi: Generate SPCR tableAndy Shevchenko1-0/+118
2018-07-20x86: acpi: Don't touch ACPI hardware in write_acpi_tables()Bin Meng1-11/+0
2018-07-20x86: acpi: Move APIs unrelated to ACPI tables generation to a separate libraryBin Meng1-100/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-01-30x86: acpi: Use an API to get the ACPI RSDP table addressBin Meng1-2/+6
2018-01-30x86: zImage: Propagate acpi_rsdp_addr to kernel via boot parametersAndy Shevchenko1-0/+5
2018-01-30x86: Fix reference to QEMU variant of write_acpi_tables()Andy Shevchenko1-2/+1
2017-07-30x86: acpi: Don't touch hardware on HW reduced platformsAndy Shevchenko1-0/+4
2017-07-30x86: acpi: Export acpi_fill_mcfg() with __weak attributeAndy Shevchenko1-3/+3
2017-07-30x86: acpi: Deduplicate acpi_fill_madt() implementationAndy Shevchenko1-0/+29
2017-07-30x86: acpi: Fill OEM revisionAndy Shevchenko1-0/+2