summaryrefslogtreecommitdiffstats
path: root/src/acpi
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-312-8/+8
* device: Add inline method to identify PATH_ROOTPatrick Rudolph2024-01-241-5/+4
* acpi,arch,commonlib: Rename Makefiles from .inc to .mkMartin Roth2024-01-241-0/+0
* 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/acpigen: add acpigen_write_SEG for segment group number methodFelix Held2024-01-131-0/+11
* x86: Separate CPU and SoC physical address sizeJeremy Compostella2023-12-221-1/+1
* acpi: Reduce wait interval in delay loop for sleepSukumar Ghorai2023-12-201-4/+4
* acpi: Add support for WDAT tableMarek Maslanka2023-12-152-0/+30
* acpi.c: Fix generating pointer to cb_tables located >4GArthur Heymans2023-12-081-1/+3
* acpi: add missing device/device.h includeFelix Held2023-12-075-0/+5
* acpi/acpi_gic: Add GIC ITS subtableNaresh Solanki2023-12-061-0/+26
* acpi: Add IO Remapping Table structuresNaresh Solanki2023-12-062-0/+30
* acpi/acpi: make sure that table_ptr is non-NULL in acpidump_printFelix Held2023-12-051-0/+2
* acpi: Add PPTT supportDavid Milosevic2023-12-024-0/+216
* soc/amd: Add DBG2 ACPI tableZheng Bao2023-12-021-0/+8
* acpi: Enable 64bit ECAM resourceNaresh Solanki2023-11-271-4/+20
* acpigen.c: Add resource consumer functions for mmioArthur Heymans2023-11-231-25/+37
* acpi/device: Only return dev->ops->acpi_name if non-NULLCoolStar2023-11-161-2/+5
* acpi/acpigen: drop len assert in acpigen_pop_lenFelix Held2023-11-151-2/+0
* acpi/acpigen: introduce and use ACPIGEN_RSVD_PKGLEN_BYTESFelix Held2023-11-151-14/+12
* acpi/acpigen: rework acpigen_pop_len for different size PkgLengthFelix Held2023-11-151-6/+47
* acpi/acpigen: point out what acpigen_write_len_f doesFelix Held2023-11-131-0/+2
* acpi/acpigen: Fix buffer length in acpigen_write_name_unicode()Matt DeVillier2023-11-111-1/+1
* acpi/acpigen: Allow general namestring in write mutex functionsPaweł Anikiel2023-10-161-6/+3
* acpi/acpigen_ps2_keybd: Reduce minimum keys, optional alpha/num/punctJonathon Hall2023-10-021-7/+13
* acpi: Fix typosNaresh Solanki2023-09-271-1/+1
* acpi: Add functions to declare ARM GIC V3 hardwareArthur Heymans2023-09-183-0/+94
* acpi/Makefile.inc: Move code inclusionArthur Heymans2023-09-181-0/+5
* arch/arm64: Hook up ACPI table generationArthur Heymans2023-09-181-0/+6
* acpi: Comply with ACPI specification by making _STR unicode stringsCliff Huang2023-09-141-1/+1
* acpi.c: Add XSDT on QEMUArthur Heymans2023-09-141-3/+26
* acpi/soundwire.[ch]: Fix dpn entry array overrunMartin Roth2023-09-131-1/+1
* 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
* ACPI: Add usb_charge_mode_from_gnvs()Kyösti Mälkki2023-08-162-0/+34
* src/acpi/acpi.c: make BOOT0000 APCI device visible to OSMatt DeVillier2023-08-131-1/+1
* ACPI: Add helper fill_fadt_extended_pm_io()Kyösti Mälkki2023-08-082-0/+73
* 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-022-11/+19
* 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-232-0/+67
* acpi/acpi.c: Split of ACPI table generation into separate filesArthur Heymans2023-07-214-452/+488
* acpi/acpigen.c: Ignore compiler warning about stack overflowingArthur Heymans2023-07-211-0/+4
* acpi: Move ECAM resource below PNP0C02 device in a common placeArthur Heymans2023-07-201-0/+23