From bc78a12cf3999e6dbaf1c95630ffed896964f41e Mon Sep 17 00:00:00 2001 From: Anusha Reddy Rangareddygari Date: Wed, 3 Aug 2016 09:37:56 +0200 Subject: [PATCH] FAPI_INF entering and exiting message updates Change-Id: I2fe927821e9c940ffa249165486960228993b45a Original-Change-Id: Iac3116df68febfd228e7e0dc19c30526ac932906 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27804 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: PARVATHI RACHAKONDA Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71474 Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C index e5ca81c0d48..c571692a1dd 100644 --- a/src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C +++ b/src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C @@ -46,7 +46,7 @@ fapi2::ReturnCode p9_sbe_lpc_init(const fapi2::Target& i_target_chip) { fapi2::buffer l_data64; - FAPI_DBG("Entering ..."); + FAPI_DBG("p9_sbe_lpc_init: Entering ..."); // set LPC clock mux select to internal clock //Setting CPLT_CTRL0 register value @@ -65,7 +65,7 @@ fapi2::ReturnCode p9_sbe_lpc_init(const FAPI_TRY(fapi2::putScom(i_target_chip, PERV_N3_CPLT_CONF1_OR, l_data64)); FAPI_TRY(fapi2::putScom(i_target_chip, PERV_N3_CPLT_CONF1_CLEAR, l_data64)); - FAPI_DBG("Exiting ..."); + FAPI_DBG("p9_sbe_lpc_init: Exiting ..."); fapi_try_exit: return fapi2::current_err;