summaryrefslogtreecommitdiffstats
path: root/src/acpi
Commit message (Expand)AuthorAgeFilesLines
* acpi/acpigen_dptf: Add pkg return to dptf_write_power_limits()CoolStar2023-02-141-0/+2
* acpi/acpigen: use acpigen_write_store_* in acpigen_write_romFelix Held2023-02-101-18/+6
* acpi/acpigen: add acpigen_write_store_namestr_to_namestrFelix Held2023-02-101-0/+8
* acpi/acpigen: use acpigen_write_if_lgreater_* in acpigen_write_romFelix Held2023-02-101-16/+4
* src/acpi: add function gen: if_lgreater_ and namestr assignmentCliff Huang2023-02-091-0/+50
* acpi/acpigen.c: Add a comment to deprecate acpigen_write_processor()Elyes Haouas2023-02-071-0/+1
* acpi/acpigen: introduce acpigen_write_processor_deviceFelix Held2023-01-311-0/+9
* acpi/acpigen: factor out acpigen_write_processor_namestringFelix Held2023-01-281-13/+13
* acpi/Kconfig: improve description of ACPI_CPU_STRING config optionFelix Held2023-01-281-3/+4
* src/acpi: add debug message with concatenated stringCliff Huang2023-01-271-0/+54
* drivers/usb/acpi: Add USB _DSM method to enable/disable USB LPM per portKane Chen2023-01-191-0/+23
* tree/acpi: Replace constant "Zero" with actual numberFelix Singer2022-12-271-2/+2
* {acpi,arch,soc}/acpi: Replace constant "One" with actual numberFelix Singer2022-12-271-2/+2
* acpi/acpi.c: Add a method to generate IOAPIC DMAR entries from hwArthur Heymans2022-12-061-0/+8
* acpi/acpi.c: update ACPI table revisionsJonathan Zhang2022-12-051-2/+4
* acpi: Helper functions to add certain _DSD propertiesKapil Porwal2022-12-051-7/+73
* acpi: Create a common method to add DmaPropertyKapil Porwal2022-11-291-0/+16
* ACPI: Flag boards with ACPI_NO_MADTKyösti Mälkki2022-11-252-1/+7
* ACPI: Use common code for MADT LAPIC NMIsKyösti Mälkki2022-11-251-0/+18
* src/acpi: Remove unnecessary space after castsElyes Haouas2022-11-222-28/+28
* acpi: Add initial support for CEDTJonathan Zhang2022-11-201-0/+84
* acpi: Update default processor string from decimal to hexMarc Jones2022-11-131-1/+1
* acpi/acpi.c: Fix einj generation pointer arithmeticsJonathan Zhang2022-11-111-1/+1
* ACPI: Add acpi_create_madt_ioapic_from_hw()Kyösti Mälkki2022-11-101-0/+20
* acpigen: export acpigen_write_field_nameMichael Niewöhner2022-11-021-1/+1
* Revert "drivers/intel/dptf: Add multiple fan support under dptf"Sumeet Pawnikar2022-10-201-66/+18
* treewide: use is_enabled_cpu() on cycles over device listFabio Aiuto2022-09-291-5/+1
* acpi/acpi_pm.c: refactor acpi_pm_state_for_* functionsFabio Aiuto2022-09-271-21/+13
* drivers/intel/dptf: Add multiple fan support under dptfSumeet Pawnikar2022-09-041-18/+66
* treewide: Unify Google brandingJon Murphy2022-07-041-1/+1
* ec/google/chromeec: Add retimer handle to Type C connPrashant Malani2022-05-041-0/+1
* lib/hardwaremain.c: Move creating ACPI structs to bootstate hooksArthur Heymans2022-04-271-1/+4
* src/acpi/device: Early return in _ON if device already enabledTim Van Patten2022-04-141-0/+13
* drivers/intel/dptf: Add support for Battery participantVarshit B Pandya2022-04-051-0/+2
* drivers/intel/dptf: Add support for Power participantVarshit B Pandya2022-04-011-0/+2
* coreboot_tables.c: Expose the ACPI RSDPArthur Heymans2022-03-091-0/+8
* device/mmio.h: Move readXp/writeXp helpers to device/mmio.hJianjun Wang2022-03-081-7/+7
* acpi/acpi: drop weak cpu_get_lapic_addr implementationFelix Held2022-03-021-9/+0
* arch/x86: consolidate HPET base address definitionsFelix Held2022-02-251-3/+4
* acpi/acpi: use read32p instead of pointer dereferencingFelix Held2022-02-251-1/+2
* treewide: Write minor version at acpi_create_fadt() functionElyes Haouas2022-02-241-0/+1
* src/acpi/acpigen.c: Reformat codeElyes Haouas2022-02-211-40/+27
* src/acpi: Add macro for FADT Minor Version and use itElyes Haouas2022-02-211-1/+6
* arch/x86/acpi: Add code for KEY_MENUBoris Mittelberg2022-02-181-0/+1
* treewide: Remove "ERROR: "/"WARN: " prefixes from log messagesJulius Werner2022-02-071-1/+1
* src: Remove unused <stdbool>Elyes HAOUAS2022-01-191-1/+0
* src/include/acpi: Move CPPC_PACKAGE_NAME macro definitionSridhar Siricilla2022-01-181-2/+0
* src/acpi: Remove unused <acpi/acpi.h>Elyes HAOUAS2022-01-103-3/+0
* src: Drop duplicated includesElyes HAOUAS2022-01-011-1/+0
* ChromeOS: Refactor ACPI CNVS generationKyösti Mälkki2021-12-232-5/+0