diff options
| author | Roland Veloz <rveloz@us.ibm.com> | 2018-02-27 23:51:45 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2018-03-22 10:00:57 -0400 |
| commit | 3d7aee811e82959c8f250ce8190ffb739280f6ee (patch) | |
| tree | 6ad3e9e46252d8709fceee7076e3977dc8be4657 /src/usr/sbeio/runtime/makefile | |
| parent | 3f639460a8f1b85cdc22539675b8e2e6bae4981e (diff) | |
| download | blackbird-hostboot-3d7aee811e82959c8f250ce8190ffb739280f6ee.tar.gz blackbird-hostboot-3d7aee811e82959c8f250ce8190ffb739280f6ee.zip | |
Inform OPAL of the state of the SBE after an attempt to restart
Inform OPAL of the state of the SBE after an attempt to restart,
either it is disabled or enabled after retry, along with the processor
ID of the SBE.
Change-Id: I66a58e866c602c53f41f7cdfbd798f613d3b4dab
RTC:180245
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/54813
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: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbeio/runtime/makefile')
| -rw-r--r-- | src/usr/sbeio/runtime/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/sbeio/runtime/makefile b/src/usr/sbeio/runtime/makefile index 13fbaed12..541ad0b77 100644 --- a/src/usr/sbeio/runtime/makefile +++ b/src/usr/sbeio/runtime/makefile @@ -47,6 +47,7 @@ EXTRAINCDIR += ${PROCEDURES_PATH}/hwp/sbe/ ## Objects unique to HBRT OBJS += rt_sbeio.o OBJS += sbeio_attr_override.o +OBJS += sbeio_vital_attn.o OBJS += ${SBEIO_COMMON_OBJS} VPATH += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv/ |

