diff options
| author | Mike Baiocchi <mbaiocch@us.ibm.com> | 2018-04-28 00:54:00 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2018-05-24 09:28:01 -0400 |
| commit | 3ad299af08fd1ed6a14c72a9d3fe4b89a5af5eec (patch) | |
| tree | 510aa6aaded8f7476e5f43e7c7531908c906d222 /src/usr/secureboot/makefile | |
| parent | 2383ff8f7e7617623873c39974fb3ce6f6bffc4c (diff) | |
| download | talos-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/makefile')
| -rw-r--r-- | src/usr/secureboot/makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/secureboot/makefile b/src/usr/secureboot/makefile index 5ac61aba7..c9a6a91b8 100644 --- a/src/usr/secureboot/makefile +++ b/src/usr/secureboot/makefile @@ -5,7 +5,7 @@ # # OpenPOWER HostBoot Project # -# Contributors Listed Below - COPYRIGHT 2013,2016 +# Contributors Listed Below - COPYRIGHT 2013,2018 # [+] International Business Machines Corp. # # @@ -28,5 +28,6 @@ SUBDIRS += base.d SUBDIRS += ext.d SUBDIRS += trusted.d SUBDIRS += runtime.d +SUBDIRS += node_comm.d include ${ROOTPATH}/config.mk |

