summaryrefslogtreecommitdiffstats
path: root/src/include/acpi/acpi.h
Commit message (Expand)AuthorAgeFilesLines
* 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: 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 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-011-5/+5
* 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
* arch/x86/ioapic: Promote ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-2/+0
* soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-0/+3
* acpi/acpi.c: Reduce scope of some functionsArthur Heymans2023-04-261-16/+0
* ACPI: Add helper for MADT LAPICsKyösti Mälkki2023-04-111-3/+3
* ACPI: Add helper for MADT LAPIC NMIsKyösti Mälkki2023-04-111-4/+5
* binaryPI: Use common code for LAPIC NMIsKyösti Mälkki2023-04-111-1/+1
* acpi: Add SRAT x2APIC table supportNaresh Solanki2023-03-031-0/+13
* soc/intel/{adl, common}: provide a list of D-states to enter LPMEran Mitrani2022-12-151-3/+1
* acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hwArthur Heymans2022-12-061-0/+2
* ACPI: Use common code for MADT LAPIC NMIsKyösti Mälkki2022-11-251-1/+3
* acpi: Add initial support for CEDTJonathan Zhang2022-11-201-2/+65
* ACPI: Add acpi_create_madt_ioapic_from_hw()Kyösti Mälkki2022-11-101-0/+1
* acpi, arch/x86/smp/mpspec,soc/amd/common: Move MP_IRQ_ flags into acpi.hRaul E Rangel2022-05-161-0/+9
* soc/intel/alderlake: provide a list of D-states to enter LPMTarun Tuli2022-05-121-0/+2
* coreboot_tables.c: Expose the ACPI RSDPArthur Heymans2022-03-091-0/+1
* include/acpi/acpi.h: Drop non-existing acpi_create_madt_lapic_nmis()Elyes Haouas2022-02-221-2/+0
* [acpi]{include,soc/amd,southbridge/amd}: Clarify ARM_boot_arch in commentsElyes Haouas2022-02-211-1/+1
* src/acpi: Add macro for FADT Minor Version and use itElyes Haouas2022-02-211-7/+17
* include/acpi/acpi.h: Drop non-existing update_ssdt()Elyes Haouas2022-02-181-2/+0
* include/acpi/acpi.h: Drop non-existing update_ssdtx()Elyes Haouas2022-02-181-1/+0
* acpi: Convert ACPI_DEVICE_SLEEP_* values to an enumTim Wawrzynczak2021-11-301-8/+9
* acpi,Makefile: Add preload_acpi_dsdtRaul E Rangel2021-11-291-0/+1
* ACPI: Have common acpi_fill_mcfg()Kyösti Mälkki2021-10-181-1/+0
* soc/amd/cezanne,soc/intel/common: rework CPPC table generationMichael Niewöhner2021-10-131-2/+2
* acpi: add macros for MSR and `unsupported` register resource typesMichael Niewöhner2021-10-081-0/+12
* src/acpi to src/lib: Fix spelling errorsMartin Roth2021-10-051-1/+1
* include/acpi/acpi.h: add comment about raw data in generic error statusFelix Held2021-07-271-1/+9