summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/node_comm/makefile
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-04-28 00:54:00 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-05-24 09:28:01 -0400
commit3ad299af08fd1ed6a14c72a9d3fe4b89a5af5eec (patch)
tree510aa6aaded8f7476e5f43e7c7531908c906d222 /src/usr/secureboot/node_comm/makefile
parent2383ff8f7e7617623873c39974fb3ce6f6bffc4c (diff)
downloadtalos-hostboot-3ad299af08fd1ed6a14c72a9d3fe4b89a5af5eec.tar.gz
talos-hostboot-3ad299af08fd1ed6a14c72a9d3fe4b89a5af5eec.zip
Establish Base Support For Sending Mailbox Messages Across XBUS/ABUS
This commit establishes base support for Secure Node Communications. It creates a new device driver to operate the XBUS and ABUS Link Mailboxes and adds base support for using these device drivers to send and receive messages. It also adds a test to perform a 2-chip XBUS Link Mailbox operation. Change-Id: I19510888c0922e5bb857cffc9426399e79e113ba RTC:191008 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58376 Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@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: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/node_comm/makefile')
-rw-r--r--src/usr/secureboot/node_comm/makefile38
1 files changed, 38 insertions, 0 deletions
diff --git a/src/usr/secureboot/node_comm/makefile b/src/usr/secureboot/node_comm/makefile
new file mode 100644
index 000000000..d41851e71
--- /dev/null
+++ b/src/usr/secureboot/node_comm/makefile
@@ -0,0 +1,38 @@
+# IBM_PROLOG_BEGIN_TAG
+# This is an automatically generated prolog.
+#
+# $Source: src/usr/secureboot/node_comm/makefile $
+#
+# OpenPOWER HostBoot Project
+#
+# Contributors Listed Below - COPYRIGHT 2018
+# [+] International Business Machines Corp.
+#
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
+# implied. See the License for the specific language governing
+# permissions and limitations under the License.
+#
+# IBM_PROLOG_END_TAG
+ROOTPATH = ../../../..
+MODULE = node_comm
+include ../common/common.mk
+#SUBDIRS += test.d
+
+OBJS += node_comm_dd.o
+OBJS += node_comm_test.o
+OBJS += node_comm.o
+
+VPATH += $(ROOTPATH)/src/usr/targeting/common
+EXTRAINCDIR += $(ROOTPATH)/src/include/usr
+
+CFLAGS += -iquote ../
+include ${ROOTPATH}/config.mk
OpenPOWER on IntegriCloud