summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C
diff options
context:
space:
mode:
authorRaja Das <rajadas2@in.ibm.com>2017-06-05 08:39:39 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-06-05 23:15:34 -0400
commitd1f28c84ae9515ecf65db67f124edb35771c893f (patch)
tree6bd13c97646265ca36cd3dc010f45a5cbed2dde4 /src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C
parent4e9be1ee9a6ea96f7d44314156f9e989ba03b914 (diff)
downloadtalos-sbe-d1f28c84ae9515ecf65db67f124edb35771c893f.tar.gz
talos-sbe-d1f28c84ae9515ecf65db67f124edb35771c893f.zip
Added traces to figure out the infinite loop in the mpipl path
Change-Id: Iabe0a1ae22e0a18915a3ca645932e09b3bf83b28 CQ: SW386997 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41361 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41365 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C
index c8bcf970..14bab3e9 100644
--- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C
+++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_sequence_drtm.C
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER sbe Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2017 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -158,14 +158,17 @@ fapi2::ReturnCode p9_sbe_sequence_drtm(const fapi2::Target<fapi2::TARGET_TYPE_PR
FAPI_DBG("Current Chip on the system not quiesced - %#018lx", (uint64_t(1) << (63 - validchip)));
break; //From while loop with PENDING return code
}
-
+ else
+ {
+ FAPI_IMP("Chip [%#018lx] has LQA set", (uint64_t(1) << (63 - validchip)));
+ FAPI_IMP("Current System configuration : %#010lx - %#x", (l_sys_config >> 32), (uint32_t)l_sys_config);
+ }
}
validchip++;
} //End of while (validchip <= 63)
-
FAPI_INF("p9_sbe_sequence_drtm : Exiting ...");
fapi_try_exit:
OpenPOWER on IntegriCloud