diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2016-10-12 10:25:35 -0500 |
|---|---|---|
| committer | Matthew A. Ploetz <maploetz@us.ibm.com> | 2016-10-19 11:39:47 -0400 |
| commit | 57e83ceb340b9cfb81205eef3d64f657f3636a38 (patch) | |
| tree | 552d89262c1665c5eafaf676b73d72a247536189 /src/usr/sbeio/makefile | |
| parent | 1495fc95c7075fb68d520939b93df7ec4ab35954 (diff) | |
| download | blackbird-hostboot-57e83ceb340b9cfb81205eef3d64f657f3636a38.tar.gz blackbird-hostboot-57e83ceb340b9cfb81205eef3d64f657f3636a38.zip | |
Add infrastructure for sending setSystemConfig cmd to SBE
The SBE needs to know about other PROCs in the sytem. To do
this we are sending a 64 bit string that encodes the system
configuration down to the SBE at the end of the IPL. This
commit just sets up some of the infrastructure that will be needed
to send the message.
Change-Id: I1a4dfb4e54e043d94697fa809acf1eee8ba9f726
RTC: 160666
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31069
Tested-by: Jenkins Server <pfd-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>
Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Reviewed-by: Matthew A. Ploetz <maploetz@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/makefile')
| -rw-r--r-- | src/usr/sbeio/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/sbeio/makefile b/src/usr/sbeio/makefile index 4716ae413..0f0fddd15 100644 --- a/src/usr/sbeio/makefile +++ b/src/usr/sbeio/makefile @@ -28,6 +28,7 @@ MODULE = sbeio OBJS += sbe_psudd.o OBJS += sbe_coreStateControl.o +OBJS += sbe_systemConfig.o OBJS += sbe_fifodd.o OBJS += sbe_scomAccess.o OBJS += sbe_scomAccessdd.o |

