summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/cannonlake/pmc.c
Commit message (Expand)AuthorAgeFilesLines
* device/resource: Add _kb postfix for resource allocatorsKyösti Mälkki2022-06-221-1/+1
* soc/intel/*/pmc: Add `finalize` operation for pmcSubrata Banik2022-02-151-0/+17
* soc/intel/{skl,cnl,dnv}: disable PM ACPI timer if chosenMichael Niewöhner2021-10-171-0/+9
* soc/intel/{cnl,jsl,tgl,ehl,adl}: rename PMC device init/enable callbacksMichael Niewöhner2021-09-291-4/+4
* soc/intel/cannonlake: Switch to runtime generation of Intel Power EngineTim Wawrzynczak2021-09-101-0/+10
* soc/intel/cannonlake: Switch PMC to use device callbacksTim Wawrzynczak2021-09-101-15/+27
* soc/intel: Move pmc_soc_set_afterg3_en() to pmutil.cAngel Pons2021-04-211-17/+0
* treewide: Remove "this file is part of" linesPatrick Georgi2020-05-111-1/+0
* 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: Replace config_of_path() with config_of_soc()Kyösti Mälkki2019-10-021-1/+1
* src/soc: Remove unused include <device/pci_ops.h>Elyes HAOUAS2019-09-151-1/+0
* soc/intel: Drop pmc_soc_restore_power_failure()Nico Huber2019-08-091-5/+0
* soc/intel/{cnl,icl}: Use new power-failure-state APINico Huber2019-08-091-55/+10
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-2/+1
* soc/intel/cannonlake, mb/google/sarien: Get rid of unused dev paramFurquan Shaikh2019-07-071-5/+5
* soc/intel/cannonlake: Use SA_DEV_ROOT instead of PCH_DEV_PMCFurquan Shaikh2019-07-071-1/+1
* soc/{amd,intel}/chip: Use local include for chip.hElyes HAOUAS2019-04-261-1/+2
* soc/intel/cannonlake: Enable power button smi in pre-OSKrzysztof Sywula2019-03-221-0/+15
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* soc/intel/cannonlake: Disable ACPI mode on BS_DEV_INIT exitFurquan Shaikh2019-02-281-4/+10
* soc/intel/cannonlake: Disable ACPI mode as part of pmc_soc_initFurquan Shaikh2019-02-271-2/+18
* soc/intel/cannonlake: Export function to set After G3 stateDuncan Laurie2019-01-251-1/+1
* soc/intel/cannonlake: Fix afterg3 programmingLijian Zhao2019-01-161-3/+4
* soc/intel: Drop pmc_get_mainboard_power_failure_state_choice()Nico Huber2019-01-061-4/+2
* soc/intel/cannonlake: Get rid of device_tElyes HAOUAS2018-06-011-1/+1
* pci: Move inline PCI functions to pci_ops.hPatrick Rudolph2018-04-201-0/+1
* soc/intel/cannonlake: Implement pmc_soc_restore_power_failure as per EDSSubrata Banik2017-12-211-1/+69
* soc/intel/cannonlake: Initialize PMC controllerSubrata Banik2017-12-021-84/+13
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-2/+2
* soc/intel/cannonlake: Remove old soc_get_rtc_failed functionMartin Roth2017-09-211-16/+0
* soc/intel/cannonlake: Add PMC pci driversLijian Zhao2017-09-201-0/+180