Age | Commit message (Expand) | Author |
2023-10-20 | acpi: Reserve hardware ID for custom AMD ACP driver | CoolStar |
2023-10-19 | soc/intel: Improve CONFIG_ACPI_SOC_INTEL_SLP_S0_FREQ_HZ use | Jeremy Compostella |
2023-10-18 | acpi: Configure slp-s0 residency counter frequency in LPIT table | Sukumar Ghorai |
2023-10-05 | soc/intel: separate slp-s0 residency counter frequency in LPIT table | Sukumar Ghorai |
2023-10-02 | acpi/acpigen_ps2_keybd: Reduce minimum keys, optional alpha/num/punct | Jonathon Hall |
2023-09-28 | include/acpi/acpi_pld.h: Remove comment on PLD | Elyes Haouas |
2023-09-27 | acpi: Fix typos | Naresh Solanki |
2023-09-18 | acpi: Add functions to declare ARM GIC V3 hardware | Arthur Heymans |
2023-09-06 | device/pci_rom: Set VBIOS checksum when filling VFCT table | Matt DeVillier |
2023-09-01 | acpi/acpi.c: Accomodate 64bit MMCONF base in MCFG table | Naresh Solanki |
2023-08-27 | acpi/acpi.h: Use __packed over __attribute__((packed)) | Elyes Haouas |
2023-08-24 | acpi: Add function to add ARM PL011 to ACPI DBG2 | Arthur Heymans |
2023-08-16 | ACPI: Add usb_charge_mode_from_gnvs() | Kyösti Mälkki |
2023-08-08 | ACPI: Add helper fill_fadt_extended_pm_io() | Kyösti Mälkki |
2023-08-02 | acpi/acpi.c: Add and use acpi_arch_fill_madt() | Arthur Heymans |
2023-08-02 | acpi/acpi.h: Add MADT GIC structures | Arthur Heymans |
2023-08-01 | include/acpi: Use C99 flexible arrays | Elyes Haouas |
2023-07-23 | acpi.c: Add functions to create GTDT | Arthur Heymans |
2023-07-21 | acpi/acpi.c: Split of ACPI table generation into separate files | Arthur Heymans |
2023-07-20 | acpi: Add GTDT structs | Arthur Heymans |
2023-07-13 | acpi: Reserve hardware IDs for custom Intel GMBus I2C driver | CoolStar |
2023-06-28 | acpi: Add SPCR table | Arthur Heymans |
2023-06-18 | acpi/acpi.c: Change signature of write_acpi_tables | Arthur Heymans |
2023-06-14 | acpi/acpi.h: Remove global acpi_fill_ivrs_ioapic() | Arthur Heymans |
2023-06-12 | acpi/acpi.c: Reduce scope of functions used locally | Arthur Heymans |
2023-06-09 | acpi: Add struct for SPCR table | Arthur Heymans |
2023-05-30 | acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functions | Felix Held |
2023-05-26 | acpi/acpigen: add acpigen_resource_mmio to generate MMIO resource | Felix Held |
2023-05-16 | acpigen: Add printf-like function for debug string | Cliff Huang |
2023-05-11 | acpi/acpigen: add acpigen_resource_io to generate I/O resource | Felix Held |
2023-05-11 | acpi/acpigen: add acpigen_resource_bus_number to generate bus number | Felix Held |
2023-05-08 | acpi/acpigen: add acpigen_write_BBN to generate base bus number method | Felix Held |
2023-05-01 | acpigen: Add a runtime method to override exposed _Sx sleep states | Arthur Heymans |
2023-04-26 | arch/x86/ioapic: Promote ioapic_get_sci_pin() | Kyösti Mälkki |
2023-04-26 | soc/intel: Introduce ioapic_get_sci_pin() | Kyösti Mälkki |
2023-04-26 | ACPI: Add acpigen_write_PTC() | Kyösti Mälkki |
2023-04-26 | acpi/acpi.c: Reduce scope of some functions | Arthur Heymans |
2023-04-12 | Reland "drivers/intel/dptf: Add multiple fan support under dptf" | Sumeet Pawnikar |
2023-04-11 | ACPI: Add helper for MADT LAPICs | Kyösti Mälkki |
2023-04-11 | ACPI: Add helper for MADT LAPIC NMIs | Kyösti Mälkki |
2023-04-11 | binaryPI: Use common code for LAPIC NMIs | Kyösti Mälkki |
2023-03-03 | acpi: Add SRAT x2APIC table support | Naresh Solanki |
2023-02-10 | acpi/acpigen: add acpigen_write_store_namestr_to_namestr | Felix Held |
2023-02-09 | src/acpi: add function gen: if_lgreater_ and namestr assignment | Cliff Huang |
2023-02-08 | acpi/acpigen.h: Fix EVENT_OP value | Elyes Haouas |
2023-01-31 | acpi/acpigen: introduce acpigen_write_processor_device | Felix Held |
2023-01-28 | acpi/acpigen: factor out acpigen_write_processor_namestring | Felix Held |
2023-01-27 | src/acpi: add debug message with concatenated string | Cliff Huang |
2023-01-19 | drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per port | Kane Chen |
2022-12-15 | soc/intel/{adl, common}: provide a list of D-states to enter LPM | Eran Mitrani |
2022-12-06 | acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hw | Arthur Heymans |
2022-12-05 | acpi: Helper functions to add certain _DSD properties | Kapil Porwal |
2022-11-29 | acpi: Create a common method to add DmaProperty | Kapil Porwal |
2022-11-25 | ACPI: Use common code for MADT LAPIC NMIs | Kyösti Mälkki |
2022-11-20 | acpi: Add initial support for CEDT | Jonathan Zhang |
2022-11-10 | ACPI: Add acpi_create_madt_ioapic_from_hw() | Kyösti Mälkki |
2022-11-03 | include/acpi/acpi_crat.h: Add missing <stdint.h> | Elyes Haouas |
2022-11-02 | acpigen: export acpigen_write_field_name | Michael Niewöhner |
2022-10-29 | acpigen: Always inline helper functions | Jakub Czapiga |
2022-10-20 | Revert "drivers/intel/dptf: Add multiple fan support under dptf" | Sumeet Pawnikar |
2022-09-27 | acpi/acpi_pm.c: refactor acpi_pm_state_for_* functions | Fabio Aiuto |
2022-09-08 | acpi/acpigen_dptf: Increase DPTF_MAX_FAN_PERF_STATES to 20 | Dtrain Hsu |
2022-09-04 | drivers/intel/dptf: Add multiple fan support under dptf | Sumeet Pawnikar |
2022-07-16 | include/acpi: Add macros & definitions for resources types and flags | Eran Mitrani |
2022-05-16 | acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.h | Raul E Rangel |
2022-05-12 | soc/intel/alderlake: provide a list of D-states to enter LPM | Tarun Tuli |
2022-05-04 | ec/google/chromeec: Add retimer handle to Type C conn | Prashant Malani |
2022-04-27 | lib/hardwaremain.c: Move creating ACPI structs to bootstate hooks | Arthur Heymans |
2022-04-05 | drivers/intel/dptf: Add support for Battery participant | Varshit B Pandya |
2022-04-01 | drivers/intel/dptf: Add support for Power participant | Varshit B Pandya |
2022-03-09 | coreboot_tables.c: Expose the ACPI RSDP | Arthur Heymans |
2022-02-22 | include/acpi/acpi.h: Drop non-existing acpi_create_madt_lapic_nmis() | Elyes Haouas |
2022-02-21 | [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in comments | Elyes Haouas |
2022-02-21 | src/acpi: Add macro for FADT Minor Version and use it | Elyes Haouas |
2022-02-18 | arch/x86/acpi: Add code for KEY_MENU | Boris Mittelberg |
2022-02-18 | include/acpi/acpi.h: Drop non-existing update_ssdt() | Elyes Haouas |
2022-02-18 | include/acpi/acpi.h: Drop non-existing update_ssdtx() | Elyes Haouas |
2022-02-18 | acpi: Use ACPI macros to configure USB port _PLD object | Subrata Banik |
2022-01-18 | src/include/acpi: Move CPPC_PACKAGE_NAME macro definition | Sridhar Siricilla |
2021-12-06 | acpi: Add #define for Mutex "no timeout" value | Tim Wawrzynczak |
2021-11-30 | acpi: Convert ACPI_DEVICE_SLEEP_* values to an enum | Tim Wawrzynczak |
2021-11-29 | acpi,Makefile: Add preload_acpi_dsdt | Raul E Rangel |
2021-11-26 | dptf: Add support for one more temperature sensor | Tim Wawrzynczak |
2021-11-22 | ec/google/chromeec: Add PLD to EC conn in ACPI table | Won Chung |
2021-10-21 | acpigen,soc/amd,cpu/intel: rework static DWORD for CPPC table | Michael Niewöhner |
2021-10-19 | cpu/intel/speedstep: Constify `get_cst_entries()` | Angel Pons |
2021-10-19 | acpi/acpigen: Constify CST functions' pointers | Angel Pons |
2021-10-18 | ACPI: Have common acpi_fill_mcfg() | Kyösti Mälkki |
2021-10-13 | soc/amd/cezanne,soc/intel/common: rework CPPC table generation | Michael Niewöhner |
2021-10-08 | acpi: add macros for MSR and `unsupported` register resource types | Michael Niewöhner |
2021-10-05 | src/acpi to src/lib: Fix spelling errors | Martin Roth |
2021-10-01 | acpi/acpigen_dptf: Add TPCH participant for dptf | Sumeet Pawnikar |
2021-09-10 | acpigen: Add ability to auto-generate _DSM Function 0 | Tim Wawrzynczak |
2021-08-06 | arch/x86/acpi: rename KEY_KBDILLUMTOGGLE to KEY_KBD_BKLIGHT_TOGGLE | Scott Chao |
2021-07-31 | arch/x86/acpi: Add code for KEY_MICMUTE and KEY_KBDILLUMTOGGLE | Scott Chao |
2021-07-27 | include/acpi/acpi.h: add comment about raw data in generic error status | Felix Held |
2021-07-12 | acpi: Add function to simplify If (CondRefOf (..)) sequences | Tim Wawrzynczak |
2021-06-14 | ACPI: Refactor use of global and device NVS | Kyösti Mälkki |
2021-06-14 | ChromeOS: Separate NVS from global GNVS | Kyösti Mälkki |
2021-06-08 | acpi: drop weak implementation of acpi_soc_get_bert_region | Felix Held |