diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2019-02-14 10:43:14 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-22 10:03:08 -0600 |
| commit | 5420b7312c8ad13ab1372ec00a3974012c7587d9 (patch) | |
| tree | 4f212bd907985bed57f10368af77bbf8450a4823 /src/usr/secureboot/node_comm/node_comm_dd.C | |
| parent | 09e13a7563a3e0dd6ed69100137d2ea4a7d7ee80 (diff) | |
| download | blackbird-hostboot-5420b7312c8ad13ab1372ec00a3974012c7587d9.tar.gz blackbird-hostboot-5420b7312c8ad13ab1372ec00a3974012c7587d9.zip | |
Secureboot: Enable New Multinode Trustedboot Transfer
This commit adds a new exchange of data between the master and
slave nodes to further enhance our Trustedboot IPL. It builds
upon updates to the transfer mechanism between the nodes and new
TPM commands on the nodes.
Change-Id: I18bd152e4bd3aeb9b79eb9ec774fc80871874155
RTC:203642
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71903
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: Nicholas E. Bofferding <bofferdn@us.ibm.com>
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/node_comm/node_comm_dd.C')
| -rw-r--r-- | src/usr/secureboot/node_comm/node_comm_dd.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/secureboot/node_comm/node_comm_dd.C b/src/usr/secureboot/node_comm/node_comm_dd.C index 9e9caf200..aa4d2fc1d 100644 --- a/src/usr/secureboot/node_comm/node_comm_dd.C +++ b/src/usr/secureboot/node_comm/node_comm_dd.C @@ -229,7 +229,7 @@ errlHndl_t nodeCommPerformOp( DeviceFW::OperationType i_opType, } - TRACFCOMP (g_trac_nc, EXIT_MRK"nodeCommPerformOp: %s: %s: " + TRACUCOMP (g_trac_nc, EXIT_MRK"nodeCommPerformOp: %s: %s: " "tgt=0x%X, LinkId=%d, MboxId=%d, data=0x%.16llX. " TRACE_ERR_FMT, (node_comm_args.mode == NCDD_MODE_ABUS) |

