diff options
| author | Roland Veloz <rveloz@us.ibm.com> | 2017-11-10 09:44:18 -0600 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-12-20 17:47:34 -0500 |
| commit | f0db3bed83349756e9182077b02c1c73e473a569 (patch) | |
| tree | 21805f80315d660e1421a61c5e0f8c67379a5596 /src/usr/util/runtime/makefile | |
| parent | 8e6bd68539af8394a3f96dab15464edc151794bb (diff) | |
| download | blackbird-hostboot-f0db3bed83349756e9182077b02c1c73e473a569.tar.gz blackbird-hostboot-f0db3bed83349756e9182077b02c1c73e473a569.zip | |
Handle SBE Error and Attempt Recovery from FSP
This handles an SBE Error from the FSP and attempts
to recover the SBE.
Change-Id: I18ef0179b0d79df8ea5d51fdda51d8b09391120a
RTC:180609
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/49916
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@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: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/util/runtime/makefile')
| -rw-r--r-- | src/usr/util/runtime/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/usr/util/runtime/makefile b/src/usr/util/runtime/makefile index 089ca750e..ff5509e5e 100644 --- a/src/usr/util/runtime/makefile +++ b/src/usr/util/runtime/makefile @@ -33,6 +33,14 @@ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/utils/stopreg/ EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/lib/ +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/perv +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/sbe +EXTRAINCDIR += ${ROOTPATH}/src/import/hwpf/fapi2/include +EXTRAINCDIR += ${ROOTPATH}/src/include/usr/fapi2 +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/procedures/hwp/ffdc +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/p9/utils/imageProcs +EXTRAINCDIR += ${ROOTPATH}/src/import/chips/common/utils/imageProcs + OBJS += utilbase.o OBJS += utilstream.o OBJS += utilmem.o |

