summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2017-06-05 10:49:44 -0500
committerDaniel M Crowell <dcrowell@us.ibm.com>2019-08-20 08:38:03 -0500
commit7bb1c003083146391d24c6f1a981ddad07384cbe (patch)
treed33798f3d4f0a614c548f12340c5bde4c6cc6b33 /src/import/chips/p9/procedures/hwp/memory/lib
parentf3b51d33a2d71892b9d065a3fa1e53a9616070a6 (diff)
downloadtalos-hostboot-7bb1c003083146391d24c6f1a981ddad07384cbe.tar.gz
talos-hostboot-7bb1c003083146391d24c6f1a981ddad07384cbe.zip
Change power controll settings for PD/STR
Change-Id: I9011086c49c6e295a3957e22ea0491797e0b999d Original-Change-Id: I1677f371ea7ee8fa910aae17e29405f0d448f366 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41374 Dev-Ready: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Michael D. Pardeik <pardeik@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Louis Stermole <stermole@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/82431 Reviewed-by: Daniel M Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
index 4cfe78af6..230c109b3 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
@@ -68,11 +68,12 @@ enum throttle_enums
MAXALL_MINALL = 0b000,
- //wait 16 refresh intervals of idle before powering down all ranks
- MIN_DOMAIN_REDUCTION_TIME = 0x10,
+ // Wait 959 refresh intervals of idle before powering down all ranks
+ MIN_DOMAIN_REDUCTION_TIME = 959,
- //wait 64 refresh intervals of idle before going into STR on all ranks
- ENTER_STR_TIME = 0x40
+ // Wait 1023 refresh intervals of idle before going into STR on all ranks
+ // 1023 is the max allowed value
+ ENTER_STR_TIME = 1023
};
///
OpenPOWER on IntegriCloud