summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2017-03-13 07:40:07 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-04-02 16:59:10 -0400
commit480861bad748d649b66fc778ef689c5fdbd9e1f0 (patch)
treeab52a7908945f95c2685cef42a763a3947e21370 /src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C
parent9dbaa5d88c23c716b62ced23e81815d32dc71764 (diff)
downloadtalos-hostboot-480861bad748d649b66fc778ef689c5fdbd9e1f0.tar.gz
talos-hostboot-480861bad748d649b66fc778ef689c5fdbd9e1f0.zip
Register data collection in FFDC
- Add PBA registers to FFDC collected on PBA init/reset fails - Add XISIB register collection as part of CME FFDC - Enable the callout/register ffdc collection for the target used Change-Id: I76d0e63d3e0f838f2b1e905b4a736bccaa8457e7 RTC: 168127 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37996 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Brian T. Vanderpool <vanderp@us.ibm.com> Reviewed-by: AMIT KUMAR <akumar3@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/38002 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> 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>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C')
-rwxr-xr-xsrc/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C
index b59f0a255..4f5f9f505 100755
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pss_init.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2016 */
+/* Contributors Listed Below - COPYRIGHT 2015,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -318,7 +318,8 @@ fapi2::ReturnCode pm_pss_reset(
// ADC error
FAPI_ASSERT(l_data64.getBit<7>() != 1,
- fapi2::PM_PSS_ADC_ERROR(),
+ fapi2::PM_PSS_ADC_ERROR()
+ .set_CHIP(i_target),
"Error while sending the frames from ADC to APSS device");
FAPI_DBG("Delay before next poll");
@@ -359,7 +360,8 @@ fapi2::ReturnCode pm_pss_reset(
// P2S error
FAPI_ASSERT(l_data64.getBit<7>() != 1,
- fapi2::PM_PSS_P2S_ERROR(),
+ fapi2::PM_PSS_P2S_ERROR()
+ .set_CHIP(i_target),
"Error while sending the frames from P2S to APSS device");
FAPI_DBG("Delay before next poll");
OpenPOWER on IntegriCloud