summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/apollolake/pmutil.c
Commit message (Expand)AuthorAgeFilesLines
* soc/intel: Use config_of_path(SA_DEVFN_ROOT)Kyösti Mälkki2019-07-181-7/+1
* soc/intel: Replace uses of dev_find_slot()Kyösti Mälkki2019-07-041-1/+1
* src: Use #include <timer.h> when appropriateElyes HAOUAS2019-04-061-1/+1
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-0/+1
* buildsystem: Promote rules.h to default includeKyösti Mälkki2019-01-161-1/+0
* soc/intel/common/block: Move tco common functions into block/smbusSubrata Banik2019-01-101-12/+9
* soc/intel: Standardize names of common MSRsElyes HAOUAS2019-01-071-1/+1
* soc/intel/apollolake: Clear RTC failure bit after reading itFurquan Shaikh2018-02-051-1/+17
* soc/intel/apollolake: Fix prev_sleep_state on G3 exitHannah Williams2018-01-171-0/+11
* security/vboot: Move vboot2 to security kconfig sectionPhilipp Deppenwiese2017-10-221-1/+1
* soc/intel/apollolake: Use newly added pmc_read_pm1_controlFurquan Shaikh2017-10-191-1/+1
* soc/intel/common: Clean up PMC library GPE handling APIFurquan Shaikh2017-10-121-2/+2
* vboot: reset vbnv in cmos when cmos failure occursAaron Durbin2017-09-201-0/+6
* soc/intel/apollolake: refactor rtc failure checkingAaron Durbin2017-09-201-0/+19
* soc/intel/apollolake: Use common PMC for apollolakeShaunak Saha2017-08-081-425/+53
* soc/intel/apollolake: Use CPU common library codeBarnali Sarkar2017-06-091-0/+1
* soc/intel/apollolake: Rename ACPI Base Address and Size MacroBarnali Sarkar2017-06-091-43/+43
* lib: provide clearer devicetree semanticsAaron Durbin2017-04-251-2/+2
* soc/intel/apollolake: Fix debug build booting issueSubrata Banik2017-03-291-1/+1
* soc/pci_devs.h: Use consistent naming in soc/pci_devs.hSubrata Banik2017-03-281-1/+1
* soc/intel/apollolake: Fix spacing around operators and commasLee Leahy2017-03-131-4/+4
* soc/intel/apollolake: Enable ACPI PM timer emulation on all CPUsAndrey Petrov2016-12-021-0/+18
* soc/intel/{sky,apollo}lake: Wait until GPE is clear when readingDuncan Laurie2016-11-071-6/+17
* soc/intel/apollolake: Use fixed resource for SRAM and IPC1Lijian Zhao2016-09-281-2/+1
* soc/intel/apollolake: Add function to read and clear GPE statusDuncan Laurie2016-09-211-0/+21
* soc/intel/apollolake: Initialize GPEs in bootblockDuncan Laurie2016-09-211-0/+58
* Revert "soc/intel/apollolake: Initialize GPEs in bootblock"Duncan Laurie2016-09-191-58/+0
* Revert "soc/intel/apollolake: Add function to read and clear GPE status"Duncan Laurie2016-09-191-21/+0
* soc/intel/apollolake: Add function to read and clear GPE statusDuncan Laurie2016-09-191-0/+21
* soc/intel/apollolake: Initialize GPEs in bootblockDuncan Laurie2016-09-191-0/+58
* intel/apollolake: Add power management utility functionShaunak Saha2016-08-251-0/+10
* intel/apollolake: Do not halt in poweroff if in SMMFurquan Shaikh2016-08-201-1/+8
* soc/apollolake: Return correct wake status in _SWSShaunak Saha2016-08-041-0/+25
* vboot: Separate vboot from chromeosFurquan Shaikh2016-07-281-1/+1
* soc/intel/apollolake: provide poweroff() implementationAaron Durbin2016-07-151-0/+7
* soc/intel/apollolake: use common Intel ACPI hardware definitionsAaron Durbin2016-07-151-12/+8
* soc/apollolake: Expose a function to read pmc barShaunak Saha2016-06-301-0/+5
* intel/apollolake: Set sleep type to S5 on vboot reboot requestFurquan Shaikh2016-06-271-0/+13
* soc/apollolake: Clear SLP_TYP in PM1_CNTHannah Williams2016-06-241-0/+3
* soc/intel/apollolake: Add utility functions for global resetAndrey Petrov2016-06-241-0/+31
* soc/intel/apollolake: provide fake PM1 SMI status bitAaron Durbin2016-06-121-1/+18
* soc/intel/apollolake: add SMI status bit definitons and use themAaron Durbin2016-06-121-20/+20
* soc/intel/apollolake: add support for verstageAaron Durbin2016-05-271-0/+12
* soc/apollolake/pmutil: Get PMC base address dynamicallyAlexandru Gagniuc2016-05-091-8/+19
* soc/apollolake: Add helper functions to access Power Management RegistersHannah Williams2016-04-151-0/+327