aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpi_table.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-17x86: acpi: Refactor acpi_resume()Bin Meng1-5/+11
2017-05-17x86: acpi: Make enter_acpi_mode() publicBin Meng1-1/+1
2017-05-17x86: apci: Change PM1_CNT register access to RMWBin Meng1-1/+3
2017-05-17x86: acpi: Add one API to find OS wakeup vectorBin Meng1-0/+72
2017-02-06x86: Use unsigned long for address in table generationSimon Glass1-2/+2
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng1-0/+22
2016-06-12x86: acpi: Fix madt lapic generationGeorge McCollister1-6/+6
2016-05-23x86: acpi: Remove header length check when writing tablesBin Meng1-16/+10
2016-05-23x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng1-6/+0
2016-05-23x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng1-0/+26
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini1-1/+1
2016-05-23x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng1-3/+5
2016-05-23x86: acpi: Clean up table header revisionsBin Meng1-12/+4
2016-05-23x86: acpi: Align FACS table to a 64 byte boundaryBin Meng1-1/+5
2016-05-23x86: acpi: Use u32 in table write routinesBin Meng1-7/+7
2016-05-23x86: acpi: Adjust order in acpi_table.cBin Meng1-117/+119
2016-05-23x86: acpi: Change fill_header()Bin Meng1-14/+8
2016-05-23x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng1-33/+0
2016-05-23x86: acpi: Various changes to acpi_table.hBin Meng1-34/+37
2016-05-23x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng1-4/+4
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng1-2/+2
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan1-0/+4
2015-08-26x86: Generate a valid ACPI tableSaket Sinha1-0/+436