summaryrefslogtreecommitdiffstats
path: root/src/include/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi: add and use defines for LAPIC feature flagsFelix Held2024-05-251-0/+4
* acpi: introduce and use ACPI_MADT_PCAT_COMPAT defineFelix Held2024-05-251-0/+3
* acpi: Remove acpigen_write_OSC_pci_domainShuo Liu2024-05-061-11/+0
* acpigen_ps2_keybd: Add assistant key to linux,keymapAseda Aboagye2024-04-221-0/+1
* acpi: Make acpi_device_write_dsd_gpio() publicJianeng Ceng2024-04-191-0/+3
* acpigen_ps2_keybd: Add support for dictation keyAseda Aboagye2024-04-151-0/+1
* acpi: Add acpigen_write_OSC_pci_domainShuo Liu2024-04-011-0/+11
* soc/amd: move common pci_domain_fill_ssdt implementation to acpi/Felix Held2024-02-291-0/+2
* soc/intel/xeon_sp: Use ACPI common flags in SRAT generationShuo Liu2024-02-201-0/+4
* acpi/acpi: Pass struct device to acpi_create_srat_gia_pciPatrick Rudolph2024-02-091-1/+1
* acpi/acpigen: add acpigen_write_SEG for segment group number methodFelix Held2024-01-131-0/+1
* acpi: Add support for WDAT tableMarek Maslanka2023-12-151-0/+94
* drivers/ipmi to lib: Fix misspellings & capitalization issuesMartin Roth2023-12-131-2/+2
* acpi/acpi_gic: Add GIC ITS subtableNaresh Solanki2023-12-061-0/+1
* acpi: Add IO Remapping Table structuresNaresh Solanki2023-12-062-0/+114
* acpi: Add PPTT supportDavid Milosevic2023-12-021-1/+108
* soc/amd: Add DBG2 ACPI tableZheng Bao2023-12-021-0/+2
* acpi/acpi: update ACPI_DBG2_PORT_SERIAL_16550 subtypeFelix Held2023-12-021-1/+2
* acpigen.c: Add resource consumer functions for mmioArthur Heymans2023-11-231-0/+1
* acpi: Optimize enum acpi_tables layoutNaresh Solanki2023-11-201-5/+32
* acpi: Reserve hardware ID for custom AMD ACP driverCoolStar2023-10-201-0/+1
* soc/intel: Improve CONFIG_ACPI_SOC_INTEL_SLP_S0_FREQ_HZ useJeremy Compostella2023-10-191-5/+0
* acpi: Configure slp-s0 residency counter frequency in LPIT tableSukumar Ghorai2023-10-181-1/+6
* soc/intel: separate slp-s0 residency counter frequency in LPIT tableSukumar Ghorai2023-10-051-1/+2
* acpi/acpigen_ps2_keybd: Reduce minimum keys, optional alpha/num/punctJonathon Hall2023-10-021-2/+3
* include/acpi/acpi_pld.h: Remove comment on PLDElyes Haouas2023-09-281-6/+0
* acpi: Fix typosNaresh Solanki2023-09-271-1/+1
* acpi: Add functions to declare ARM GIC V3 hardwareArthur Heymans2023-09-181-0/+3
* device/pci_rom: Set VBIOS checksum when filling VFCT tableMatt DeVillier2023-09-061-1/+3
* acpi/acpi.c: Accomodate 64bit MMCONF base in MCFG tableNaresh Solanki2023-09-011-2/+1
* acpi/acpi.h: Use __packed over __attribute__((packed))Elyes Haouas2023-08-271-2/+2
* acpi: Add function to add ARM PL011 to ACPI DBG2Arthur Heymans2023-08-241-1/+4
* ACPI: Add usb_charge_mode_from_gnvs()Kyösti Mälkki2023-08-161-0/+3
* ACPI: Add helper fill_fadt_extended_pm_io()Kyösti Mälkki2023-08-081-0/+2
* acpi/acpi.c: Add and use acpi_arch_fill_madt()Arthur Heymans2023-08-021-2/+1
* acpi/acpi.h: Add MADT GIC structuresArthur Heymans2023-08-021-0/+87
* include/acpi: Use C99 flexible arraysElyes Haouas2023-08-012-6/+6
* acpi.c: Add functions to create GTDTArthur Heymans2023-07-231-1/+8
* acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans2023-07-211-0/+3
* acpi: Add GTDT structsArthur Heymans2023-07-201-0/+97
* acpi: Reserve hardware IDs for custom Intel GMBus I2C driverCoolStar2023-07-131-0/+2
* acpi: Add SPCR tableArthur Heymans2023-06-281-0/+7
* acpi/acpi.c: Change signature of write_acpi_tablesArthur Heymans2023-06-181-1/+1
* acpi/acpi.h: Remove global acpi_fill_ivrs_ioapic()Arthur Heymans2023-06-141-1/+0
* acpi/acpi.c: Reduce scope of functions used locallyArthur Heymans2023-06-121-8/+0
* acpi: Add struct for SPCR tableArthur Heymans2023-06-091-0/+30
* acpi/acpigen: rename and clarify bus/IO/MMIO resource producer functionsFelix Held2023-05-301-3/+3
* acpi/acpigen: add acpigen_resource_mmio to generate MMIO resourceFelix Held2023-05-261-0/+1
* acpigen: Add printf-like function for debug stringCliff Huang2023-05-161-6/+1
* acpi/acpigen: add acpigen_resource_io to generate I/O resourceFelix Held2023-05-111-0/+1