summaryrefslogtreecommitdiffstats
path: root/src/usr/sbeio
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2018-03-08 14:50:46 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-03-16 15:44:54 -0400
commit54d16a1476feb574bc072fd4642245976918760e (patch)
tree9f9044c833898eba0404ea4774c29b6b56d73d94 /src/usr/sbeio
parent2fd3b08eed597099fbdc2246cdf213072f7a3925 (diff)
downloadtalos-hostboot-54d16a1476feb574bc072fd4642245976918760e.tar.gz
talos-hostboot-54d16a1476feb574bc072fd4642245976918760e.zip
Add proc huid to PSU trace
Change-Id: I5173489e04c83ce85a8c8942f92b1ddab585fda8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55274 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Matt Derksen <mderkse1@us.ibm.com> Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio')
-rw-r--r--src/usr/sbeio/sbe_psudd.C5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/sbeio/sbe_psudd.C b/src/usr/sbeio/sbe_psudd.C
index 77b8f4824..47be7b7be 100644
--- a/src/usr/sbeio/sbe_psudd.C
+++ b/src/usr/sbeio/sbe_psudd.C
@@ -185,11 +185,12 @@ errlHndl_t SbePsu::writeRequest(TARGETING::Target * i_target,
{
// assign sequence ID and save to check that response matches
i_pPsuRequest->seqID = ++l_seqID;
- SBE_TRACF("Sending Req = %.16X %.16X %.16X %.16X",
+ SBE_TRACF("Sending Req = %.16X %.16X %.16X %.16X to %.8X",
i_pPsuRequest->mbxReg0,
i_pPsuRequest->mbxReg1,
i_pPsuRequest->mbxReg2,
- i_pPsuRequest->mbxReg3);
+ i_pPsuRequest->mbxReg3,
+ get_huid(i_target));
// Read SBE doorbell to confirm ready to accept command.
// Since the device driver single threads the requests, we should
OpenPOWER on IntegriCloud