diff options
| author | crgeddes <crgeddes@us.ibm.com> | 2017-06-14 13:22:26 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-07-17 11:45:33 -0400 |
| commit | 34573c857dd3b2420b80c4b904803a7c767b6ff4 (patch) | |
| tree | 88b1e248c9d4e6c408fc5ffdd4a972e9d8935386 /src/usr/sbeio/makefile | |
| parent | 96e89adf0a232f69fd20e72902d850c631131d90 (diff) | |
| download | talos-hostboot-34573c857dd3b2420b80c4b904803a7c767b6ff4.tar.gz talos-hostboot-34573c857dd3b2420b80c4b904803a7c767b6ff4.zip | |
Add in PSU infrastructure for stashKeyAddr sbe chip op
For mpipl we need to pass an address through the SBE. To do this
the SBE is writing functionality that takes in uint8_t key and a
uint64_t value and from this chipOp and stores it in the bootloader
image (before 12k exception vector but after magic keyword). I also
cleaned up some prior naming inconsitencies in this commit
RTC: 173362
Change-Id: Id6dc47ed0e34f50f74fc894007dd144b2f7bfe81
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41844
Reviewed-by: Martin Gloff <mgloff@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>
Reviewed-by: Matt Derksen <mderkse1@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@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 bd42fe8fe..91aac40bd 100644 --- a/src/usr/sbeio/makefile +++ b/src/usr/sbeio/makefile @@ -35,6 +35,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc OBJS += sbe_psudd.o OBJS += sbe_coreStateControl.o OBJS += sbe_psuQuiesce.o +OBJS += sbe_stashKeyAddr.o OBJS += sbe_continueMpipl.o OBJS += sbe_systemConfig.o OBJS += sbe_fifodd.o |

