summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/acpi.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/cannonlake: Clean up device enablement configurationFelix Singer2024-05-021-4/+2
* Revert "soc/intel/cannonlake: Add missing min sleep state for thermal device"Matt DeVillier2024-01-261-1/+0
* soc/intel/cannonlake: Report correct latencies for C statesNico Huber2024-01-241-9/+9
* soc/intel/cannonlake: Add missing min sleep state for thermal deviceMatt DeVillier2023-11-031-0/+1
* soc/intel/cannonlake: Implement SoC sleep state arrayMatt DeVillier2023-10-311-0/+70
* ACPI: Add helper fill_fadt_extended_pm_io()Kyösti Mälkki2023-08-081-6/+2
* soc/intel: Set IO APIC DMAR entry based on hwArthur Heymans2022-12-071-2/+3
* treewide: Use 'fadt->x_pm_tmr_blk.addrl = fadt->pm_tmr_blk'Elyes Haouas2022-10-121-1/+1
* soc/intel/*: Use SSDT to pass A4GB and A4GSArthur Heymans2022-05-161-3/+0
* soc/intel: Remove unused <string.h>Elyes HAOUAS2022-01-051-1/+0
* soc/intel: Constify `soc_get_cstate_map()`Angel Pons2021-10-191-1/+1
* soc/intel/*/acpi.c: Don't copy structs with `memcpy()`Angel Pons2021-10-191-1/+1
* soc/intel: deduplicate acpi_fill_soc_wakeMichael Niewöhner2021-10-171-15/+0
* soc/intel: Drop casts around `soc_read_pmc_base()`Angel Pons2021-06-281-2/+1
* soc/intel: Factor out identical acpigen GPIO helpersAngel Pons2021-03-011-37/+0
* ACPI: Add acpi_reset_gnvs_for_wake()Kyösti Mälkki2021-02-161-3/+0
* soc/intel: Drop CID1 from GNVSKyösti Mälkki2021-02-081-4/+0
* src: Remove unused <cbmem.h>Elyes HAOUAS2021-02-031-1/+0
* soc/intel: Move c-state resource defineMarc Jones2021-01-261-9/+0
* ACPI GNVS: Drop most dev_count_cpu()Kyösti Mälkki2021-01-201-3/+0
* soc/intel: Rename to soc_fill_gnvs()Kyösti Mälkki2021-01-101-1/+1
* ACPI: Drop redundant ChromeOS setup for GNVSKyösti Mälkki2021-01-101-13/+0
* ACPI: Drop redundant CONSOLE_CBMEM setup in GNVSKyösti Mälkki2021-01-101-4/+0
* soc/intel/cannonlake: Fix DMAR when no iGPU is presentPatrick Rudolph2020-07-311-8/+11
* src: Use ACPI macrosElyes HAOUAS2020-07-211-1/+1
* ACPI: Drop typedef global_nvs_tKyösti Mälkki2020-06-301-1/+2
* soc/intel/cannonlake: Put braces around *else* branchPaul Menzel2020-06-101-1/+2
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* acpi: Move ACPI table support out of arch/x86 (3/5)Furquan Shaikh2020-05-021-2/+2
* device: Constify struct device * parameter to write_acpi_tablesFurquan Shaikh2020-04-281-1/+1
* acpi: Bump FADT to revision 6Patrick Rudolph2020-04-131-1/+1
* soc/intel/cannonlake: Use SPDX for GPL-2.0-only filesAngel Pons2020-04-061-13/+2
* soc: Remove copyright noticesPatrick Georgi2020-03-181-3/+0
* soc/intel/{apl,cnl,icl,skl,tgl}: Make above 4GB MMIO resource properSubrata Banik2020-01-101-1/+4
* soc/intel/{icl,cnl,tgl}: Always add PM1_TMR block to FADTMeera Ravindranath2019-12-311-10/+8
* soc/intel: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-4/+4
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-9/+10
* intel/cannonlake: Fix indentationKyösti Mälkki2019-07-151-2/+2
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-2/+2
* soc/intel/cnl: Enable VT-dJohn Zhao2019-05-111-7/+8
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* soc/intel/cannonlake: add missing console.h includePatrick Georgi2019-04-231-0/+1
* soc/intel/cnl: Generate DMAR ACPI tableJohn Zhao2019-04-181-1/+81
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-081-3/+3
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* arch/x86/acpi: Remove obsolete acpi_gen_regaddr resv fieldElyes HAOUAS2019-03-041-1/+1
* soc/intel/cannonlake: Make correct C-state entries for S0ix and non-S0ixRonak Kanabar2019-01-311-2/+2
* soc/intel/cannonlake: Add cannonlake ACPI GPIO opLijian Zhao2019-01-031-1/+38
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-2/+0
* src: Remove unneeded include <arch/ioapic.h>Elyes HAOUAS2018-11-051-1/+0