Age | Commit message (Expand) | Author |
2023-04-29 | ACPI: Make FADT entries for RTC/CMOS architectural | Kyösti Mälkki |
2023-04-27 | ACPI: Make FADT entries for SMI architectural | Kyösti Mälkki |
2020-07-20 | src: Make HAVE_CF9_RESET set the FADT reset register | Angel Pons |
2020-05-02 | acpi: Move ACPI table support out of arch/x86 (1/5) | Furquan Shaikh |
2020-05-02 | cpu: Add a helper function cpu_get_lapic_addr | Furquan Shaikh |
2020-04-28 | device: Constify struct device * parameter to write_acpi_tables | Furquan Shaikh |
2020-04-13 | acpi: Bump MADT to revision 3 | Patrick Rudolph |
2020-04-13 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-04-02 | Trim `.acpi_fill_ssdt_generator` and `.acpi_inject_dsdt_generator` | Nico Huber |
2020-03-06 | src/arch/x86: Convert to SPDX license header | Patrick Georgi |
2020-03-05 | Revert "acpi: Bump FADT to revision 6" | Matt DeVillier |
2020-03-02 | acpi: Bump FADT to revision 6 | Patrick Rudolph |
2020-02-11 | arch/x86/acpi: Change message in acpi_write_dbg2_pci_uart to BIOS_DEBUG | Wim Vervoorn |
2019-10-25 | arch/acpi.h: Convert MADT APIC type names to all caps | Himanshu Sahdev |
2019-10-24 | arch/acpi.h: Use of typedef for acpi_vfct | Himanshu Sahdev |
2019-10-04 | arch/x86/acpi: Add SSDT for QEMU | Patrick Rudolph |
2019-09-10 | AUTHORS: Move src/arch/x86 copyrights into AUTHORS file | Martin Roth |
2019-08-06 | arch/x86/acpi.c: Change TPM2 ACPI Table to support CRB | Christian Walter |
2019-08-02 | src/arch/x86/acpi: Constify struct device instances | Aamir Bohra |
2019-07-02 | device/pci_rom: Fix redundant pci_rom_probe() calls | Kyösti Mälkki |
2019-06-21 | arch: Add missing #include <commonlib/helpers.h> | Elyes HAOUAS |
2019-06-21 | arch/x86/acpi: use ALIGN_UP instead of ALIGN | Felix Held |
2019-06-19 | acpi: Add SPMI table | Patrick Rudolph |
2019-06-05 | src/arch/x86: Prevent attack on null pointer dereference | John Zhao |
2019-04-26 | ACPI: Add RHSA and ANDD structures for DMAR table | John Zhao |
2019-04-26 | x86/acpi: Add Kconfig to toggle 8259 reporting | Nico Huber |
2019-03-14 | x86/acpi: Only sort CPU IDs if more than one available | Werner Zeh |
2019-03-14 | x86/acpi: Fix Coverity issue CID 1399153 | Werner Zeh |
2019-03-08 | coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) | Julius Werner |
2019-03-01 | src/arch/x86/acpi.c: Update ACPI table's revision numbers | Elyes HAOUAS |
2019-02-26 | ACPI: Fill asl_compiler_revision field left empty | Elyes HAOUAS |
2019-02-26 | acpi: Sort the reported APIC-IDs in the MADT table | Werner Zeh |
2019-02-21 | ACPI: Correct asl_compiler_revision value | Elyes HAOUAS |
2019-02-08 | x86/acpi: Use PM_TABLET where appropriate | Duncan Laurie |
2019-02-05 | Kconfig: Add system type entries for common enclosures | Duncan Laurie |
2018-11-23 | src/arch/x86/acpi.c: Create log area and extend TPM2 table | Michał Żygowski |
2018-11-06 | x86/acpi.c: Be more verbose when finding the wakeup vector | Angel Pons |
2018-10-26 | arch/x86/acpi: Add TPM2 table support | Philipp Deppenwiese |
2018-10-08 | Move compiler.h to commonlib | Nico Huber |
2018-09-07 | x86/acpi: Add BERT table | Marshall Dawson |
2018-09-07 | x86/acpi: Add BERT to the revision table | Marshall Dawson |
2018-08-28 | acpi: Hide Chrome and coreboot specific devices | David Wu |
2018-08-27 | x86/acpi: Update MADT table version | Marc Jones |
2018-08-27 | x86/acpi: Add ACPI table revision function | Marc Jones |
2018-08-22 | acpi: remove CBMEM_ID_ACPI_GNVS_PTR entry | Joel Kitching |
2018-07-30 | security/tpm: Use unique CBMEM names for TCPA logs | Philipp Deppenwiese |
2018-06-30 | arch/x86/acpi: Add DMAR RMRR helper functions | Matt DeVillier |
2018-05-08 | arch/x86/acpi: Get rid of device_t | Elyes HAOUAS |
2018-04-24 | compiler.h: add __weak macro | Aaron Durbin |
2017-11-21 | arch/x86: Write ACPI DBG2 table only if the device has been enabled | Mario Scheithauer |
2017-11-15 | arch/x86/acpi: Add support for writing ACPI DBG2 table | Duncan Laurie |
2017-07-13 | Rename __attribute__((packed)) --> __packed | Stefan Reinauer |
2017-03-20 | arch/x86: Fix most of remaining issues detected by checkpatch | Lee Leahy |
2017-03-17 | arch/x86: Wrap lines at 80 columns | Lee Leahy |
2017-03-17 | arch/x86: Fix space issues detected by checkpatch | Lee Leahy |
2017-03-17 | arch/x86: Fix issues with braces detected by checkpatch | Lee Leahy |
2017-02-04 | x86/acpi: Add VFCT table | Patrick Rudolph |
2016-10-07 | src/arch: Remove whitespace after sizeof | Elyes HAOUAS |
2016-09-21 | x86: acpi: Add function for querying GPE status | Duncan Laurie |
2016-09-19 | Revert "x86: acpi: Add function for querying GPE status" | Duncan Laurie |
2016-09-19 | x86: acpi: Add function for querying GPE status | Duncan Laurie |
2016-09-07 | x86/acpi.c: use #define for IVRS revision field | Martin Roth |
2016-08-28 | src/arch: Add required space before opening parenthesis '(' | Elyes HAOUAS |
2016-08-06 | acpi: Generate object for coreboot table region | Duncan Laurie |
2016-08-03 | ACPI: Add code to create root port entry in DMAR table | Werner Zeh |
2016-08-03 | ACPI: Add code to include ATSR structure in DMAR table | Werner Zeh |
2016-06-22 | ACPI S3: Split support for HAVE_ACPI_RESUME | Kyösti Mälkki |
2016-06-22 | ACPI S3: Move SMP trampoline recovery | Kyösti Mälkki |
2016-06-20 | ACPI S3: Cleanup RSDP reference | Kyösti Mälkki |
2016-03-18 | src/arch/x86/acpi.c: Use correct host address width in DMAR ACPI table | Jacob Laska |
2016-03-15 | x86: Drop CONFIG_COMPILE_IN_DSDT | Stefan Reinauer |
2016-01-14 | arch/x86: add missing license headers | Martin Roth |
2015-12-15 | x86 acpi: remove ALIGN_CURRENT macro | Aaron Durbin |
2015-12-06 | Remove #ifdef checks on Kconfig symbols | Martin Roth |
2015-11-23 | arch/x86/acpi: Add IVRS table generation routines | Timothy Pearson |
2015-11-06 | AMD Bettong: Enable S4 feature for Windows 7 | zbao |
2015-11-04 | ACPI: Add functions for DMAR I/O-APIC and HPET entries | Nico Huber |
2015-11-04 | ACPI: Make DMAR flags settable | Nico Huber |
2015-08-14 | acpi: 64bit fixes | Stefan Reinauer |
2015-08-09 | acpi: Align FACS to 64 bytes | Patrick Georgi |
2015-07-13 | x86: flatten hierarchy | Stefan Reinauer |