summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2016-08-24 04:57:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-16 16:44:15 -0400
commit1597602794614bf97a61f68def280c8414ebf729 (patch)
tree159d38339f14cf60dc305875a38db5b62e69d033 /src/import/chips/p9/procedures
parentf402d4e1373aaf7102964fd98e8375e25f1f24dd (diff)
downloadtalos-hostboot-1597602794614bf97a61f68def280c8414ebf729.tar.gz
talos-hostboot-1597602794614bf97a61f68def280c8414ebf729.zip
Appropriate messages in OCB reset phase
Change-Id: I3031f41d2927abeed37e6d8bb5e2b17cde545673 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28712 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+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: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28714 Reviewed-by: Hostboot Team <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')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_init.C6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_init.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_init.C
index 437a3e9cc..da4869eec 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_init.C
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_init.C
@@ -231,7 +231,7 @@ fapi2::ReturnCode p9_pm_ocb_init(
// -------------------------------------------------------------------------
else if (i_mode == p9pm::PM_RESET)
{
- FAPI_INF(" *** Resetting OCB Indirect Channels 0-3");
+ FAPI_DBG(" *** Resetting OCB Indirect Channels");
FAPI_TRY(pm_ocb_reset(i_target), "ERROR: OCB Reset failed.");
}
// -------------------------------------------------------------------------
@@ -491,6 +491,8 @@ fapi2::ReturnCode pm_ocb_reset(
// -------------------------------------------------------------------------
for (auto chan : v_reset_chan)
{
+ FAPI_INF(" Reset OCB channel : %d", chan);
+
fapi2::buffer<uint64_t> l_data64;
// Clear out OCB Channel BAR registers
FAPI_TRY(fapi2::putScom(i_target, OCBARn[chan], 0),
@@ -521,6 +523,8 @@ fapi2::ReturnCode pm_ocb_reset(
// -------------------------------------------------------------------------
for (auto chan : v_reset_chan)
{
+ FAPI_INF(" Reset OCB channel : %d", chan);
+
fapi2::buffer<uint64_t> l_data64;
// Clear out Pull Base
FAPI_TRY(fapi2::putScom(i_target, OCBSLBRn[chan], 0),
OpenPOWER on IntegriCloud