summaryrefslogtreecommitdiffstats
path: root/src/acpi/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* acpi/acpi: Pass struct device to acpi_create_srat_gia_pciPatrick Rudolph2024-02-091-4/+9
* device/device.h: Rename busses for clarityArthur Heymans2024-01-311-2/+2
* device/device.h: Drop acpi_inject_dsdtArthur Heymans2024-01-221-3/+0
* device: Add support for multiple PCI segment groupsFelix Held2024-01-161-3/+9
* acpi: Add support for WDAT tableMarek Maslanka2023-12-151-0/+22
* acpi.c: Fix generating pointer to cb_tables located >4GArthur Heymans2023-12-081-1/+3
* acpi: add missing device/device.h includeFelix Held2023-12-071-0/+1
* acpi: Add IO Remapping Table structuresNaresh Solanki2023-12-061-0/+24
* acpi/acpi: make sure that table_ptr is non-NULL in acpidump_printFelix Held2023-12-051-0/+2
* acpi: Add PPTT supportDavid Milosevic2023-12-021-0/+15
* soc/amd: Add DBG2 ACPI tableZheng Bao2023-12-021-0/+8
* acpi.c: Add XSDT on QEMUArthur Heymans2023-09-141-3/+26
* acpi/acpi.c: Accomodate 64bit MMCONF base in MCFG tableNaresh Solanki2023-09-011-2/+1
* acpi: Add function to add ARM PL011 to ACPI DBG2Arthur Heymans2023-08-241-22/+51
* src/acpi/acpi.c: make BOOT0000 APCI device visible to OSMatt DeVillier2023-08-131-1/+1
* acpi.c: Find FACS using 64bit address fieldsArthur Heymans2023-08-031-1/+2
* acpi.c: Swap XSDT and RSDT for adding/finding tablesArthur Heymans2023-08-031-34/+34
* acpi/acpi.c: Move setting FADT SCI INT to arch specific codeArthur Heymans2023-08-021-25/+0
* acpi/acpi.c: Add and use acpi_arch_fill_madt()Arthur Heymans2023-08-021-9/+1
* acpi.c: Add FACS and DSDT to debug hex printingArthur Heymans2023-08-021-0/+3
* acpi.c: Fill in >4G FADT entries correctlyArthur Heymans2023-08-021-6/+10
* acpi.c: Guard FACS generationArthur Heymans2023-08-021-7/+8
* acpi.c: Add functions to create GTDTArthur Heymans2023-07-231-0/+61
* acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans2023-07-211-452/+1
* acpi/acpi.c: Fix regression with DSDTKyösti Mälkki2023-07-061-0/+4
* acpi/acpi.c: Move ACPI header creation to a functionArthur Heymans2023-07-031-246/+49
* acpi/acpi.c: Reduce boilerplateArthur Heymans2023-07-031-201/+118
* acpi: Set checksum for SPCR tableNico Huber2023-06-291-0/+2
* acpi: Add SPCR tableArthur Heymans2023-06-281-0/+80
* acpi/acpi.c: Return function argument when bailing outArthur Heymans2023-06-181-2/+2
* acpi/acpi.c: Change signature of write_acpi_tablesArthur Heymans2023-06-181-1/+1
* acpi/acpi.c: Fix printing all ACPI tablesArthur Heymans2023-06-171-6/+2
* acpi: Add a debug option to print out tables in ACPICA compatible hexArthur Heymans2023-06-141-13/+58
* acpi/acpi.c: Reduce scope of functions used locallyArthur Heymans2023-06-121-5/+5
* acpi/acpi.c: Assign coreboot_rsdp for QEMUBin Meng2023-05-111-0/+1
* acpi: Add missing cbfs_unmap()Grzegorz Bernacki2023-05-011-0/+11
* ACPI: Make FADT entries for RTC/CMOS architecturalKyösti Mälkki2023-04-291-3/+0
* ACPI: Add COMMON_ACPI_MADT_IOAPIC and CUSTOM_ACPI_MADTKyösti Mälkki2023-04-261-1/+16
* arch/x86/ioapic: Promote ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-1/+3
* soc/intel: Introduce ioapic_get_sci_pin()Kyösti Mälkki2023-04-261-0/+38
* acpi/acpi.c: Reduce scope of some functionsArthur Heymans2023-04-261-9/+9
* ACPI: Obsolete FADT duty_offset and duty_width fieldsKyösti Mälkki2023-04-211-0/+4
* ACPI: Obsolete FADT p_lvl2_lat and p_lvl3_lat fieldsKyösti Mälkki2023-04-211-0/+4
* sb,soc/amd,intel: Add and use ACPI_COMMON_MADT_LAPICKyösti Mälkki2023-04-151-0/+3
* acpi/acpi.c: Follow spec more closely for MADTArthur Heymans2023-04-141-10/+29
* ACPI: Add helper for MADT LAPICsKyösti Mälkki2023-04-111-10/+16
* ACPI: Add helper for MADT LAPIC NMIsKyösti Mälkki2023-04-111-5/+10
* 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
* acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hwArthur Heymans2022-12-061-0/+8