From c47875eb8c65cbdf29032377c9dc584d081ef35b Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Mon, 4 Feb 2019 14:53:39 -0600 Subject: 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 Reviewed-by: Nicholas E. Bofferding Tested-by: Jenkins Server Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/usr/secureboot/node_comm/makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/usr/secureboot/node_comm/makefile') 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 -- cgit v1.2.3