Skip to content

Commit ce53b72

Browse files
Josh RispoliA. Patrick Williams III
Josh Rispoli
authored and
A. Patrick Williams III
committed
SW268888: INITPROC: Hostboot - DDR4 updates to dynamic VID (In design discussion
CQ:SW268888 Change-Id: I060c7823c53bedc16502f38106d68e65eda06c48 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13186 Reviewed-by: Nicholas E. Bofferding <[email protected]> Reviewed-by: Thi N. Tran <[email protected]> Tested-by: Thi N. Tran <[email protected]> Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/13500 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <[email protected]>
1 parent d001feb commit ce53b72

5 files changed

+259
-116
lines changed

src/usr/hwpf/hwp/mc_config/mss_volt/memory_mss_volt_vddr_offset.xml

+12-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<!-- IBM_PROLOG_END_TAG -->
2525
<hwpErrors>
2626

27-
<!-- $Id: memory_mss_volt_vddr_offset.xml,v 1.4 2014/07/16 18:15:16 sglancy Exp $ -->
27+
<!-- $Id: memory_mss_volt_vddr_offset.xml,v 1.5 2014/09/04 16:14:43 sglancy Exp $ -->
2828
<!-- For file ../../ipl/fapi/mss_volt_vddr_offset.C -->
2929
<!-- // *! OWNER NAME : Stephen Glancy ([email protected]) -->
3030
<!-- // *! BACKUP NAME : Jacob Sloat ([email protected]) -->
@@ -38,22 +38,27 @@
3838
<ffdc>DRAM_GEN_START</ffdc>
3939
<ffdc>CEN_MBA_NUM</ffdc>
4040
<ffdc>CEN_TARGET_NUM</ffdc>
41-
<!-- Deconfigure DIMM or Centaur -->
42-
<deconfigure>
43-
<target>CHIP_TARGET</target>
44-
</deconfigure>
4541
</hwpError>
4642

4743
<hwpError>
48-
<rc>RC_VDDR_NONFUNCTIONAL_DIMM_VPD_READ_ERROR</rc>
44+
<rc>RC_VDDR_FUNCTIONAL_DIMM_VPD_READ_ERROR</rc>
4945
<description>Unable to read the VPD from a non-functional dimm.</description>
5046
<ffdc>TARGET_POSITION</ffdc>
5147
<ffdc>MBA_POSITION</ffdc>
5248
<ffdc>DIMM_POSITION</ffdc>
5349
<callout>
5450
<target>TARGET_DIMM_ERROR</target>
55-
<priority>LOW</priority>
51+
<priority>HIGH</priority>
5652
</callout>
53+
54+
<deconfigure>
55+
<target>MBA_TARGET</target>
56+
</deconfigure>
57+
</hwpError>
58+
59+
<hwpError>
60+
<rc>RC_VOLT_VDDR_FUNCTIONAL_CENTAUR_NOT_FOUND</rc>
61+
<description>Code did not find a functional centaur.</description>
5762
<callout>
5863
<procedure>CODE</procedure>
5964
<priority>HIGH</priority>

src/usr/hwpf/hwp/mc_config/mss_volt/memory_mss_volt_vpp_offset.xml

+28-8
Original file line numberDiff line numberDiff line change
@@ -24,41 +24,61 @@
2424
<!-- IBM_PROLOG_END_TAG -->
2525
<hwpErrors>
2626

27-
<!-- $Id: memory_mss_volt_vpp_offset.xml,v 1.4 2014/07/16 18:15:25 sglancy Exp $ -->
27+
<!-- $Id: memory_mss_volt_vpp_offset.xml,v 1.6 2014/09/08 20:53:44 sglancy Exp $ -->
2828
<!-- For file ../../ipl/fapi/mss_volt_vpp_offset.C -->
2929
<!-- // *! OWNER NAME : Stephen Glancy ([email protected]) -->
3030
<!-- // *! BACKUP NAME : Jacob Sloat ([email protected]) -->
3131

3232

3333
<!-- Original Source for RC_MSS_VOLT_TOLERATED_VOLTAGE_VIOLATION memory_errors.xml -->
34+
35+
<hwpError>
36+
<rc>RC_VOLT_VPP_FUNCTIONAL_CENTAUR_NOT_FOUND</rc>
37+
<description>Code did not find a functional centaur.</description>
38+
<callout>
39+
<procedure>CODE</procedure>
40+
<priority>HIGH</priority>
41+
</callout>
42+
</hwpError>
43+
3444
<hwpError>
3545
<rc>RC_MSS_VOLT_VPP_OFFSET_DRAM_GEN_MISCOMPARE</rc>
3646
<description>One or more DIMMs has a different generation of DRAM technology level.</description>
3747
<ffdc>DRAM_GEN_MISCOMPARE</ffdc>
3848
<ffdc>DRAM_GEN_START</ffdc>
3949
<ffdc>CEN_MBA_NUM</ffdc>
4050
<ffdc>CEN_TARGET_NUM</ffdc>
41-
<!-- Deconfigure DIMM or Centaur -->
42-
<deconfigure>
43-
<target>CHIP_TARGET</target>
44-
</deconfigure>
4551
</hwpError>
4652

4753
<hwpError>
48-
<rc>RC_VPP_NONFUNCTIONAL_DIMM_VPD_READ_ERROR</rc>
54+
<rc>RC_VPP_FUNCTIONAL_DIMM_VPD_READ_ERROR</rc>
4955
<description>Unable to read the VPD from a non-functional dimm.</description>
5056
<ffdc>TARGET_POSITION</ffdc>
5157
<ffdc>MBA_POSITION</ffdc>
5258
<ffdc>DIMM_POSITION</ffdc>
5359
<ffdc>FAILING_ATTRIBUTE</ffdc>
5460
<callout>
5561
<target>TARGET_DIMM_ERROR</target>
56-
<priority>LOW</priority>
62+
<priority>HIGH</priority>
5763
</callout>
64+
<deconfigure>
65+
<target>MBA_TARGET</target>
66+
</deconfigure>
67+
</hwpError>
68+
69+
<hwpError>
70+
<rc>RC_VPP_FUNCTIONAL_CENTAUR_VPD_READ_ERROR</rc>
71+
<description>Unable to read the VPD from a non-functional dimm.</description>
72+
<ffdc>TARGET_POSITION</ffdc>
73+
<ffdc>MBA_POSITION</ffdc>
74+
<ffdc>FAILING_ATTRIBUTE</ffdc>
5875
<callout>
59-
<procedure>CODE</procedure>
76+
<target>TARGET_CEN_ERROR</target>
6077
<priority>HIGH</priority>
6178
</callout>
79+
<deconfigure>
80+
<target>MBA_TARGET</target>
81+
</deconfigure>
6282
</hwpError>
6383

6484
<hwpError>

0 commit comments

Comments
 (0)