summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/node_comm
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-07-17 15:19:43 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-07-18 17:10:59 -0400
commit2d79288ff609c6ab74f0c99a362e2180d60a7727 (patch)
tree45a463da1f8dce22897e483aa90fc3d993ce8005 /src/usr/secureboot/node_comm
parent27c01047205d6c64b89f1df0dc5952a202bee792 (diff)
downloadtalos-hostboot-2d79288ff609c6ab74f0c99a362e2180d60a7727.tar.gz
talos-hostboot-2d79288ff609c6ab74f0c99a362e2180d60a7727.zip
ABUS Node Communication is operational, so commit all errors
The ABUS Node Communications procedure is operational and its error handling works. So this commit updates the code such that any errors during this procedure are now committed so that they can be properly handled. Change-Id: I0c97b74bca83a3bc001426aa01beb0c81cd7a717 RTC:184518 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/62753 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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/node_comm')
-rw-r--r--src/usr/secureboot/node_comm/node_comm_exchange.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/secureboot/node_comm/node_comm_exchange.C b/src/usr/secureboot/node_comm/node_comm_exchange.C
index 882d4f9f3..78521b0e4 100644
--- a/src/usr/secureboot/node_comm/node_comm_exchange.C
+++ b/src/usr/secureboot/node_comm/node_comm_exchange.C
@@ -885,7 +885,7 @@ errlHndl_t nodeCommAbusExchange(void)
}
else
{
- TRACFCOMP(g_trac_nc, ERR_MRK"nodeCommAbusExchange: "
+ TRACFCOMP(g_trac_nc, INFO_MRK"nodeCommAbusExchange: "
"getObusTrainedLinks: link0=%d, link1=%d",
link0_trained, link1_trained);
OpenPOWER on IntegriCloud