summaryrefslogtreecommitdiff
path: root/arch/x86/lib/acpi_table.c
AgeCommit message (Expand)Author
2016-07-12x86: acpi: Pack global NVS into ACPI tableBin Meng
2016-06-12x86: acpi: Fix madt lapic generationGeorge McCollister
2016-05-23x86: acpi: Remove header length check when writing tablesBin Meng
2016-05-23x86: acpi: Remove the unnecessary checksum calculation of DSDTBin Meng
2016-05-23x86: acpi: Switch to ACPI mode by ourselves instead of requested by OSPMBin Meng
2016-05-23x86: qemu: Move qfw command over to cmd and add Kconfig entryTom Rini
2016-05-23x86: acpi: Return table length in acpi_create_madt_lapics()Bin Meng
2016-05-23x86: acpi: Clean up table header revisionsBin Meng
2016-05-23x86: acpi: Align FACS table to a 64 byte boundaryBin Meng
2016-05-23x86: acpi: Use u32 in table write routinesBin Meng
2016-05-23x86: acpi: Adjust order in acpi_table.cBin Meng
2016-05-23x86: acpi: Change fill_header()Bin Meng
2016-05-23x86: acpi: Remove acpi_create_ssdt_generator()Bin Meng
2016-05-23x86: acpi: Various changes to acpi_table.hBin Meng
2016-05-23x86: acpi: Fix compiler warnings in write_acpi_tables()Bin Meng
2016-03-17x86: Change write_acpi_tables() signature a little bitBin Meng
2016-01-28x86: qemu: add the ability to load and link ACPI tables from QEMUMiao Yan
2015-08-26x86: Generate a valid ACPI tableSaket Sinha