diff options
| author | Christian Geddes <crgeddes@us.ibm.com> | 2017-09-18 11:44:46 -0500 |
|---|---|---|
| committer | William G. Hoffa <wghoffa@us.ibm.com> | 2017-09-21 10:35:12 -0400 |
| commit | 932b398a055ef7ae4dce5f1d3a8803ba8d2fb8a8 (patch) | |
| tree | 0501c1d6ca6149c020201a1c159c400e310bd5d0 /src/usr/sbeio/makefile | |
| parent | 4b2859591b45f9b83c6856c4d242e20fc236ebf0 (diff) | |
| download | talos-hostboot-932b398a055ef7ae4dce5f1d3a8803ba8d2fb8a8.tar.gz talos-hostboot-932b398a055ef7ae4dce5f1d3a8803ba8d2fb8a8.zip | |
Move targ info getter func for sbechipOp into common code
Before we only needed to get the target info for the scan chipop,
now more sbe chip ops require this functionality so we are moving
it to common code
Change-Id: Ifbb680db27c5975ee216d5d21ff78192c9ea2d34
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/46345
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Matt Derksen <mderkse1@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: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: William G. Hoffa <wghoffa@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 d5b2326bc..54cc6f04e 100644 --- a/src/usr/sbeio/makefile +++ b/src/usr/sbeio/makefile @@ -34,6 +34,7 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv OBJS += sbe_psudd.o +OBJS += sbe_utils.o OBJS += sbe_coreStateControl.o OBJS += sbe_psuQuiesce.o OBJS += sbe_stashKeyAddr.o |

