From 7617e77949d78f00bc575c82de6f2420476a5635 Mon Sep 17 00:00:00 2001 From: Mike Baiocchi Date: Tue, 29 May 2018 15:09:22 -0500 Subject: Add procedure for istep 18's Node Communication ABUS Exchange This commit creates a new interface that will be called in istep 18 to facilitate the exchanging of Link Mailboxes messages between nodes acros the ABUS interface. It also does the basic procedure without all of the final FFDC and RAS implementation that will come in subsequent commits. All error logs are deleted to not kill any IPLs until full functionality is tested. Change-Id: I7391deaa37e49629cd01cfad212b64fecb9529bd RTC:184518 CMVC-Prereq:1058895 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/60793 Reviewed-by: Nicholas E. Bofferding Reviewed-by: ILYA SMIRNOV 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 d41851e71..e34c5b60b 100644 --- a/src/usr/secureboot/node_comm/makefile +++ b/src/usr/secureboot/node_comm/makefile @@ -30,6 +30,7 @@ include ../common/common.mk OBJS += node_comm_dd.o OBJS += node_comm_test.o OBJS += node_comm.o +OBJS += node_comm_exchange.o VPATH += $(ROOTPATH)/src/usr/targeting/common EXTRAINCDIR += $(ROOTPATH)/src/include/usr -- cgit v1.2.3