summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H
diff options
context:
space:
mode:
authorSumit Kumar <sumit_kumar@in.ibm.com>2018-08-04 10:36:24 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-08-13 10:35:49 -0500
commitce0ea22d0d9d93b1bf1cc491d93f7907c05185dc (patch)
tree6c7bf5057991d09d30aee352ac8553f75decb3d3 /src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H
parent9eb4bc85198afb36587d6a2a8dc9c86050d47d22 (diff)
downloadtalos-hostboot-ce0ea22d0d9d93b1bf1cc491d93f7907c05185dc.tar.gz
talos-hostboot-ce0ea22d0d9d93b1bf1cc491d93f7907c05185dc.zip
eRepair: Code restruct
- eRepair structs made packed - Formatted param of erepairSetFailedLanes function Change-Id: Ia953085aeace5b315114c5c628f1125d5e7eb699 CQ:SW441008 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63925 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com> Reviewed-by: Sumit Kumar <sumit_kumar@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/63928 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H')
-rwxr-xr-xsrc/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H b/src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H
index 1ab0423e5..04662c436 100755
--- a/src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H
+++ b/src/import/chips/p9/procedures/hwp/io/p9_io_erepairGetFailedLanesHwp.H
@@ -153,7 +153,7 @@ fapi2::ReturnCode decodeFailedLanes(
//Check for all the failed bit SET in the bit stream and update the vector
//And print the failed lanes
- FAPI_INF("decodeFailedLanes: No. of Failed Lanes:");
+ FAPI_INF("decodeFailedLanes: Failed Lane(s):");
for( loop = 0;
loop < maxBusLanes;
@@ -451,7 +451,7 @@ fapi2::ReturnCode determineRepairLanesMemBuf(
}
// Copy the fail lane numbers in the vectors
- FAPI_INF("Decode:IF:0x%x FailBit:%d ", l_memBus->interface, l_memBus->failBit);
+ FAPI_INF("Decode:IF:0x%x FailBit:0x%x ", l_memBus->interface, l_memBus->failBit);
if(l_memBus->interface == EREPAIR::DMI_MEMBUF_DRIVE)
{
OpenPOWER on IntegriCloud