diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2019-02-04 14:53:39 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2019-02-13 14:37:30 -0600 |
| commit | c47875eb8c65cbdf29032377c9dc584d081ef35b (patch) | |
| tree | d347dc14fa612e2924acaf92ecb06e72b0bddeef /src/usr/secureboot/node_comm/makefile | |
| parent | 2206846076da737cb4f4a7e8ae66bf57d5d37bc3 (diff) | |
| download | blackbird-hostboot-c47875eb8c65cbdf29032377c9dc584d081ef35b.tar.gz blackbird-hostboot-c47875eb8c65cbdf29032377c9dc584d081ef35b.zip | |
Add Node Communications Transfer Protocol
This commit adds a more flexible Node-to-Node Transfer Protocol
that will be used for the secureboot/trustedboot algorithm in
multi-node configurations. The original message transfer has
been updated to use this new transfer protocol.
Change-Id: I12704e8d71d8c0aac52c286160322f9b845a5026
RTC:203641
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/71317
Reviewed-by: Ilya Smirnov <ismirno@us.ibm.com>
Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com>
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/makefile')
| -rw-r--r-- | src/usr/secureboot/node_comm/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/secureboot/node_comm/makefile b/src/usr/secureboot/node_comm/makefile index e34c5b60b..52ca46711 100644 --- a/src/usr/secureboot/node_comm/makefile +++ b/src/usr/secureboot/node_comm/makefile @@ -31,6 +31,7 @@ OBJS += node_comm_dd.o OBJS += node_comm_test.o OBJS += node_comm.o OBJS += node_comm_exchange.o +OBJS += node_comm_transfer.o VPATH += $(ROOTPATH)/src/usr/targeting/common EXTRAINCDIR += $(ROOTPATH)/src/include/usr |

