Skip to content

Commit

Permalink
Change power controll settings for PD/STR
Browse files Browse the repository at this point in the history
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://ralgit01.raleigh.ibm.com/gerrit1/41383
Reviewed-by: Hostboot Team <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>
  • Loading branch information
JacobHarvey authored and dcrowell77 committed Jun 6, 2017
1 parent 430ea88 commit b83a842
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

///
Expand Down

0 comments on commit b83a842

Please sign in to comment.