index
:
coreboot.git
macbookair5_2
macbookpro10_1
main
master
mbp101_medisable
mbp101_medisable_1
mbp82
x230
my copy of coreboot
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
soc
/
intel
/
apollolake
/
pmutil.c
Age
Commit message (
Expand
)
Author
2020-05-11
treewide: Remove "this file is part of" lines
Patrick Georgi
2020-05-06
treewide: replace GPLv2 long form headers with SPDX header
Patrick Georgi
2020-05-06
treewide: Move "is part of the coreboot project" line in its own comment
Patrick Georgi
2020-05-02
acpi: Move ACPI table support out of arch/x86 (3/5)
Furquan Shaikh
2020-03-18
soc: Remove copyright notices
Patrick Georgi
2020-02-23
soc/intel/apollolake: Make SMI_STS offset macro definition consistent
Subrata Banik
2020-02-04
soc/intel: Add get_pmbase
Eugene Myers
2019-11-11
soc/intel/apollolake: add soc implementation for ETR address API
Michael Niewöhner
2019-10-02
soc/intel: Replace config_of_path() with config_of_soc()
Kyösti Mälkki
2019-07-18
soc/intel: Use config_of_path(SA_DEVFN_ROOT)
Kyösti Mälkki
2019-07-04
soc/intel: Replace uses of dev_find_slot()
Kyösti Mälkki
2019-04-06
src: Use #include <timer.h> when appropriate
Elyes HAOUAS
2019-03-04
device/mmio.h: Add include file for MMIO ops
Kyösti Mälkki
2019-01-16
buildsystem: Promote rules.h to default include
Kyösti Mälkki
2019-01-10
soc/intel/common/block: Move tco common functions into block/smbus
Subrata Banik
2019-01-07
soc/intel: Standardize names of common MSRs
Elyes HAOUAS
2018-02-05
soc/intel/apollolake: Clear RTC failure bit after reading it
Furquan Shaikh
2018-01-17
soc/intel/apollolake: Fix prev_sleep_state on G3 exit
Hannah Williams
2017-10-22
security/vboot: Move vboot2 to security kconfig section
Philipp Deppenwiese
2017-10-19
soc/intel/apollolake: Use newly added pmc_read_pm1_control
Furquan Shaikh
2017-10-12
soc/intel/common: Clean up PMC library GPE handling API
Furquan Shaikh
2017-09-20
vboot: reset vbnv in cmos when cmos failure occurs
Aaron Durbin
2017-09-20
soc/intel/apollolake: refactor rtc failure checking
Aaron Durbin
2017-08-08
soc/intel/apollolake: Use common PMC for apollolake
Shaunak Saha
2017-06-09
soc/intel/apollolake: Use CPU common library code
Barnali Sarkar
2017-06-09
soc/intel/apollolake: Rename ACPI Base Address and Size Macro
Barnali Sarkar
2017-04-25
lib: provide clearer devicetree semantics
Aaron Durbin
2017-03-29
soc/intel/apollolake: Fix debug build booting issue
Subrata Banik
2017-03-28
soc/pci_devs.h: Use consistent naming in soc/pci_devs.h
Subrata Banik
2017-03-13
soc/intel/apollolake: Fix spacing around operators and commas
Lee Leahy
2016-12-02
soc/intel/apollolake: Enable ACPI PM timer emulation on all CPUs
Andrey Petrov
2016-11-07
soc/intel/{sky,apollo}lake: Wait until GPE is clear when reading
Duncan Laurie
2016-09-28
soc/intel/apollolake: Use fixed resource for SRAM and IPC1
Lijian Zhao
2016-09-21
soc/intel/apollolake: Add function to read and clear GPE status
Duncan Laurie
2016-09-21
soc/intel/apollolake: Initialize GPEs in bootblock
Duncan Laurie
2016-09-19
Revert "soc/intel/apollolake: Initialize GPEs in bootblock"
Duncan Laurie
2016-09-19
Revert "soc/intel/apollolake: Add function to read and clear GPE status"
Duncan Laurie
2016-09-19
soc/intel/apollolake: Add function to read and clear GPE status
Duncan Laurie
2016-09-19
soc/intel/apollolake: Initialize GPEs in bootblock
Duncan Laurie
2016-08-25
intel/apollolake: Add power management utility function
Shaunak Saha
2016-08-20
intel/apollolake: Do not halt in poweroff if in SMM
Furquan Shaikh
2016-08-04
soc/apollolake: Return correct wake status in _SWS
Shaunak Saha
2016-07-28
vboot: Separate vboot from chromeos
Furquan Shaikh
2016-07-15
soc/intel/apollolake: provide poweroff() implementation
Aaron Durbin
2016-07-15
soc/intel/apollolake: use common Intel ACPI hardware definitions
Aaron Durbin
2016-06-30
soc/apollolake: Expose a function to read pmc bar
Shaunak Saha
2016-06-27
intel/apollolake: Set sleep type to S5 on vboot reboot request
Furquan Shaikh
2016-06-24
soc/apollolake: Clear SLP_TYP in PM1_CNT
Hannah Williams
2016-06-24
soc/intel/apollolake: Add utility functions for global reset
Andrey Petrov
2016-06-12
soc/intel/apollolake: provide fake PM1 SMI status bit
Aaron Durbin
2016-06-12
soc/intel/apollolake: add SMI status bit definitons and use them
Aaron Durbin
2016-05-27
soc/intel/apollolake: add support for verstage
Aaron Durbin
2016-05-09
soc/apollolake/pmutil: Get PMC base address dynamically
Alexandru Gagniuc
2016-04-15
soc/apollolake: Add helper functions to access Power Management Registers
Hannah Williams