summaryrefslogtreecommitdiffstats
path: root/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H
diff options
context:
space:
mode:
authorLouis Stermole <stermole@us.ibm.com>2018-08-24 14:15:08 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2018-09-26 15:31:34 -0500
commit0101df38954bc3db866c9aef7fba9cf116cf2306 (patch)
tree971065e2f6597052afff4cfba2cbc3568e944098 /src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H
parent272a72400ca91326a7cfc2deeab13e1e580bef9b (diff)
downloadtalos-hostboot-0101df38954bc3db866c9aef7fba9cf116cf2306.tar.gz
talos-hostboot-0101df38954bc3db866c9aef7fba9cf116cf2306.zip
Multiple fixes to enable p9c draminit_training_adv during IPL
Increase poll limit for PDA operations on p9c to fix CCS hangs Reduce repetitive access to ATTR_CEN_VPD_ODT_WR in PDA code Reduce repetitive access to ATTR_CEN_VPD_ISDIMMTOC4DQ/S in generic_shmoo Reduce repetitive access to ATTR_BAD_DQ_BITMAP in generic_shmoo Change-Id: Ibe130c590bbb5b50a7c31fa0b0add4c891c4505a CQ:SW446241 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65190 Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com> Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/65292 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-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/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H')
-rwxr-xr-xsrc/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H
index 6fa66f498..8c3b1da12 100755
--- a/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H
+++ b/src/import/chips/centaur/procedures/hwp/memory/p9c_mss_generic_shmoo.H
@@ -93,6 +93,8 @@ class generic_shmoo
uint16_t iv_dqs_rb_regval[MAX_PORT][MAX_RANK][MAX_DQ];
uint16_t iv_dqs_lb_regval[MAX_PORT][MAX_RANK][MAX_DQ];
uint16_t iv_dqs_nom_val[MAX_PORT][MAX_RANK][MAX_DQ];
+ uint8_t iv_isdm_c4_dq[MAX_PORTS_PER_CEN][DIMM_TO_C4_DQ_ENTRIES];
+ uint8_t iv_isdm_c4_dqs[MAX_PORTS_PER_CEN][DIMM_TO_C4_DQS_ENTRIES];
public:
OpenPOWER on IntegriCloud