summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C2
-rw-r--r--src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_ddr_phy_reset.xml5
2 files changed, 4 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
index 66c1e9af5..564ed5c54 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/phy/ddr_phy.C
@@ -190,7 +190,7 @@ fapi2::ReturnCode enable_zctl( const fapi2::Target<TARGET_TYPE_MCBIST>& i_target
});
FAPI_ASSERT(l_poll,
- fapi2::MSS_ZCNTL_FAILED_TO_COMPLETE().set_MCA_IN_ERROR(p),
+ fapi2::MSS_ZCNTL_FAILED_TO_COMPLETE().set_MCA_IN_ERROR(p).set_MCBIST_TARGET(i_target),
"zctl enable failed: %s", mss::c_str(p));
}
diff --git a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_ddr_phy_reset.xml b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_ddr_phy_reset.xml
index a64dfde9f..8a1294af6 100644
--- a/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_ddr_phy_reset.xml
+++ b/src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_ddr_phy_reset.xml
@@ -304,6 +304,7 @@
<description>
ZCAL failed to complete
</description>
+ <ffdc>MCBIST_TARGET</ffdc>
<collectRegisterFfdc>
<id>REG_FFDC_ZCNTL_REGS</id>
<target>MCA_IN_ERROR</target>
@@ -314,10 +315,10 @@
<priority>HIGH</priority>
</callout>
<deconfigure>
- <target>MCA_IN_ERROR</target>
+ <target>MCBIST_TARGET</target>
</deconfigure>
<gard>
- <target>MCA_IN_ERROR</target>
+ <target>MCBIST_TARGET</target>
</gard>
</hwpError>
OpenPOWER on IntegriCloud