Skip to content

Commit

Permalink
FAPI_INF entering and exiting message updates
Browse files Browse the repository at this point in the history
Change-Id: I2fe927821e9c940ffa249165486960228993b45a
Original-Change-Id: Iac3116df68febfd228e7e0dc19c30526ac932906
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27804
Tested-by: Jenkins Server <[email protected]>
Tested-by: PPE CI <[email protected]>
Tested-by: Hostboot CI <[email protected]>
Reviewed-by: PARVATHI RACHAKONDA <[email protected]>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71474
Tested-by: Jenkins OP Build CI <[email protected]>
Tested-by: FSP CI Jenkins <[email protected]>
Reviewed-by: Christian R. Geddes <[email protected]>
  • Loading branch information
anusrang authored and crgeddes committed Feb 12, 2019
1 parent b455f92 commit bc78a12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/import/chips/p9/procedures/hwp/perv/p9_sbe_lpc_init.C
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fapi2::ReturnCode p9_sbe_lpc_init(const
fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target_chip)
{
fapi2::buffer<uint64_t> 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
Expand All @@ -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;
Expand Down

0 comments on commit bc78a12

Please sign in to comment.