diff options
| author | Elizabeth Liner <eliner@us.ibm.com> | 2017-06-07 14:31:51 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-06-29 13:20:24 -0400 |
| commit | e4df6709b3a588e6873e95247abb7800ccc1e65a (patch) | |
| tree | fa2953ea36d46ea6b59f29267a7e357ab98bdb9e /src/usr/sbe/test | |
| parent | f5764021911276721062635a57cdd1c206084390 (diff) | |
| download | talos-hostboot-e4df6709b3a588e6873e95247abb7800ccc1e65a.tar.gz talos-hostboot-e4df6709b3a588e6873e95247abb7800ccc1e65a.zip | |
Add in calls to p9_get_sbe_msg_register and handler functions (4/4)
This commit adds in an additional hwp needed for the SBE conditions
handling, p9_get_sbe_msg_register. This HWP pulls out the SBE
register and determines if it got to runtime or not. From there
there are handler functions that decide what to do next.
Change-Id: I0e17b345bb983ed6373ec36ea2a6eb9b5e1bf3f1
RTC:173809
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41503
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>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/sbe/test')
| -rw-r--r-- | src/usr/sbe/test/sbeupdatetest.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/sbe/test/sbeupdatetest.H b/src/usr/sbe/test/sbeupdatetest.H index bb0e8d6f3..48d64921a 100644 --- a/src/usr/sbe/test/sbeupdatetest.H +++ b/src/usr/sbe/test/sbeupdatetest.H @@ -40,7 +40,7 @@ #include <targeting/common/utilFilter.H> #include <config.h> #include <sbe/sbeif.H> -#include "../sbe_update.H" +#include <sbe/sbe_update.H> #include <secureboot/service.H> |

