summaryrefslogtreecommitdiffstats
path: root/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H
diff options
context:
space:
mode:
authorMichael Pardeik <pardeik@us.ibm.com>2019-10-01 15:55:23 -0500
committerChristian R Geddes <crgeddes@us.ibm.com>2019-11-15 17:25:42 -0600
commitfe09e7b9d29b238b07f8d1017fc0c195843c654f (patch)
tree5838485d50eefcf67c74a4e51a6bb3df97be8ddc /src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H
parentdfba68af85eaded297f58d25f33f27b88677b300 (diff)
downloadtalos-hostboot-fe09e7b9d29b238b07f8d1017fc0c195843c654f.tar.gz
talos-hostboot-fe09e7b9d29b238b07f8d1017fc0c195843c654f.zip
exp_mss_eff_config_thermal fixes
Fix pwr_throttles call for thermal throttle type Fix equalize throttles call for power throttling type Updates to handle DDIMM and non-DDIMM differences Clarify related power and thermal MRW attribute descriptions Change-Id: I34ecfd4bbb97f1e74c258a474e0b5daf3a4dcbbb Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84620 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Dev-Ready: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Reviewed-by: Mark Pizzutillo <mark.pizzutillo@ibm.com> Reviewed-by: Jennifer A Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/84699 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H')
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H15
1 files changed, 7 insertions, 8 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H
index 21e003434..0b0d06572 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/power_thermal/exp_throttle_traits.H
@@ -85,17 +85,16 @@ class throttle_traits<mss::mc_type::EXPLORER>
//They are the default/ catch-all values from the power curve attributes
//Shouldn't be used if system is set up correctly and attributes are available
//This will throttle the DIMMs to ~76% dram data bus utilization
- //(using the mrw regulator power limit of 1700 cW and thermal power limit here of 1940 cW).
- // TODO: Need to fill the right value. The current value is from Nimbus
+ //(using the mrw regulator current limit of 100 dA cW and thermal power limit here of 2175 cW).
// Thermal power (OCMB+DRAM)
- TOTAL_SLOPE = 0x44C,
- TOTAL_INT = 0x44C,
- THERMAL_LIMIT = 0x794,
+ TOTAL_SLOPE = 0x462,
+ TOTAL_INT = 0x526,
+ THERMAL_LIMIT = 0x87F,
// Power (PMIC)
- POWER_SLOPE = 0x41A,
- POWER_INT = 0x384,
- POWER_LIMIT = 0x794,
+ POWER_SLOPE = 0x152,
+ POWER_INT = 0x94,
+ POWER_LIMIT = 0x64,
};
OpenPOWER on IntegriCloud