summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/common/block/pmc
Commit message (Expand)AuthorAgeFilesLines
* soc/intel/common/pmc: Don't use CAR_GLOBALArthur Heymans2019-05-291-6/+3
* post_code: add post code for hardware initialization failureKeith Short2019-05-221-1/+2
* coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX)Julius Werner2019-03-082-4/+4
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* device/pci: Fix PCI accessor headersKyösti Mälkki2019-03-011-0/+1
* soc/intel/common: Include cometlake PCH IDsRonak Kanabar2019-02-261-0/+1
* soc/{amd,intel}: Remove needless '&' on function pointersElyes HAOUAS2019-01-231-5/+5
* soc/intel/common/block: Move tco common functions into block/smbusSubrata Banik2019-01-101-1/+2
* soc/intel: Drop pmc_get_mainboard_power_failure_state_choice()Nico Huber2019-01-061-9/+0
* Kconfig: Unify power-after-failure optionsNico Huber2019-01-062-31/+4
* soc/intel/common: Include Icelake device IDsAamir Bohra2018-11-071-0/+1
* intel/common/block: Fix issue found by klockworkJohn Zhao2018-10-181-1/+5
* soc/intel/cannonlake: Add new cannon lake PCH-H supportpraveen hodagatta pranesh2018-10-171-0/+1
* Move compiler.h to commonlibNico Huber2018-10-082-2/+0
* soc/intel/common: add acpi_get_sleep_type to pmclibBora Guvendik2018-10-041-0/+8
* soc/intel/denverton_ns: Enable common block PMCJulien Viard de Galbert2018-09-142-0/+10
* drivers/i2c: Add i2c TPM support for different stagesPhilipp Deppenwiese2018-08-101-0/+1
* soc/intel/common: Disable GPEs just before enabling SMIsFurquan Shaikh2018-06-281-12/+0
* soc/intel/common/block/pmc: Get rid of pmc_fixup_power_stateFurquan Shaikh2018-06-281-24/+0
* compiler.h: add __weak macroAaron Durbin2018-04-242-6/+8
* src/soc: Fix various typosJonathan Neuschäfer2018-02-201-1/+1
* soc/intel/skylake: Add Kabylake PCH H device ID'sV Sowmya2018-02-071-0/+1
* soc/intel/common/block/pmc: Fix ACPI BAR and PCI_COMMAND in PMC config spaceHannah Williams2018-02-052-0/+24
* soc/intel/skylake: Clean up the skylake PCH H device ID macrosV Sowmya2018-01-251-1/+1
* soc/intel/common: Add option to pass SoC IO resourceSubrata Banik2018-01-171-2/+2
* soc/intel/common: Add API to restore power failure into PMC common codeSubrata Banik2017-12-212-0/+51
* soc/intel/common/block: Add option to have subsystem_id in common pci driverSubrata Banik2017-12-131-0/+1
* soc/intel/common/block: Add Intel common PMC controller support for KBL, APLSubrata Banik2017-12-022-5/+125
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* soc/intel/common/block/pmc: Add helper routines to read/write PM1_CNTFurquan Shaikh2017-10-191-9/+21
* soc/intel/common/block/pmc: Add new function pmc_fill_pm_reg_infoFurquan Shaikh2017-10-191-2/+9
* soc/intel/common/block/pmc: Move pmc_disable_all_gpe to romstageFurquan Shaikh2017-10-171-2/+12
* intel/common/pmc: Disable all GPEs during pmc_initFurquan Shaikh2017-10-121-0/+2
* soc/intel/common: Clean up PMC library GPE handling APIFurquan Shaikh2017-10-121-18/+36
* soc/intel/common/block: Manage power state variable from common PMC blockShaunak Saha2017-10-051-1/+35
* soc/intel/common/block: Move power button SMI functions to common PMC blockShaunak Saha2017-10-021-0/+17
* soc/intel/common/block: Fix PMC common block dependencyShaunak Saha2017-08-151-0/+1
* soc/intel/common/block: Add Intel PMC supportShaunak Saha2017-08-083-0/+503