summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenny Huynh <jhuynh@us.ibm.com>2017-04-19 19:06:28 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-05-11 23:46:28 -0400
commit1d9e28faead307516cee33126d0fb9e49b1cf985 (patch)
tree311e6e3e1f1991f9522857c4ed6f8b11e644e2d3
parent6b1d7ceab05e4726e50fc438ed40e36a09551fc6 (diff)
downloadblackbird-hostboot-1d9e28faead307516cee33126d0fb9e49b1cf985.tar.gz
blackbird-hostboot-1d9e28faead307516cee33126d0fb9e49b1cf985.zip
Adjusting mcd cl probe rate from 300->1000 cycles
Change-Id: I03125c9b044042a7a0fd8aba793241272a28c8d8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39472 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: DANIEL C. HOWE <dchowe@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39476 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>
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_setup_bars_defs.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_setup_bars_defs.H b/src/import/chips/p9/procedures/hwp/nest/p9_setup_bars_defs.H
index d87af18a3..8f7719d44 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_setup_bars_defs.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_setup_bars_defs.H
@@ -303,7 +303,7 @@ struct p9_setup_bars_addr_range
// MCD
//
-const uint32_t MCD_RECOVERY_PACE_RATE = 0x5;
+const uint32_t MCD_RECOVERY_PACE_RATE = 0x32;
const uint32_t MCD_RECOVERY_RTY_COUNT = 0xF;
const uint32_t MCD_RECOVERY_VG_COUNT = 0x7FFF;
const uint32_t MCD_VGC_AVAIL_GROUPS = 0xFFFF;
OpenPOWER on IntegriCloud