diff options
| author | Chris Cain <cjcain@us.ibm.com> | 2017-06-05 11:48:32 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-22 09:30:04 -0400 |
| commit | 7d4cab0615138ae20cc02013b595f36f02e21a63 (patch) | |
| tree | a23cd06845aba746e8194fadc0f7cc4652cad51b /src/include/usr | |
| parent | ccb74685e3205a1f74e4a2264f27775144600d2c (diff) | |
| download | talos-hostboot-7d4cab0615138ae20cc02013b595f36f02e21a63.tar.gz talos-hostboot-7d4cab0615138ae20cc02013b595f36f02e21a63.zip | |
HTMGT: Memory Throttling and Power Capping support
- Enable DIMM thermal monitoring
- Implement VRM thermal monitoring support
- Implement memory throttle calculations
- Move HTMGT only attributes to _openpower xml files
System owner will need to update the following for full support:
OPEN_POWER_MIN_MEM_UTILIZATION_POWER_CAP
OPEN_POWER_VRM_READ_TIMEOUT_SEC
Change-Id: Ib7f31e58c62af4b66edc3989156ebc6e636cc741
RTC: 153942
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41982
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Martha Broyles <mbroyles@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr')
| -rw-r--r-- | src/include/usr/isteps/istep21list.H | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/isteps/istep21list.H b/src/include/usr/isteps/istep21list.H index 61b0d49e4..c58ced1a0 100644 --- a/src/include/usr/isteps/istep21list.H +++ b/src/include/usr/isteps/istep21list.H @@ -125,6 +125,7 @@ const DepModInfo g_istep21Dependancies = { DEP_LIB(libpm.so), #ifdef CONFIG_HTMGT DEP_LIB(libhtmgt.so), + DEP_LIB(libisteps_mss.so), #endif NULL } |

