diff options
author | Dan Crowell <dcrowell@us.ibm.com> | 2014-04-23 13:02:19 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2014-04-24 09:51:27 -0500 |
commit | 94f81c534bdddb2f0530bbb799072599963e17fe (patch) | |
tree | 7155209860ccc2ee0e35fee45a1b20a304507614 /src/include/usr/hwpf/istepreasoncodes.H | |
parent | 993ccd80a387ab6d70f54bcfea8c36344ff6f5cb (diff) | |
download | talos-hostboot-94f81c534bdddb2f0530bbb799072599963e17fe.tar.gz talos-hostboot-94f81c534bdddb2f0530bbb799072599963e17fe.zip |
Hostboot workaround for core xstop to escalate system xstop
Force core checkstops to escalate to system checkstop by updating
the SLW image and then setting the HW back to regular runtime
state before starting the payload.
Change-Id: Ib16ef0846c40031369ff8be129f1f29cbcdccc0a
CQ: SW258372
Backport: release-fips810
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/10716
Tested-by: Jenkins Server
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/hwpf/istepreasoncodes.H')
-rw-r--r-- | src/include/usr/hwpf/istepreasoncodes.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/hwpf/istepreasoncodes.H b/src/include/usr/hwpf/istepreasoncodes.H index 960230ba9..e5f27ec8c 100644 --- a/src/include/usr/hwpf/istepreasoncodes.H +++ b/src/include/usr/hwpf/istepreasoncodes.H @@ -53,6 +53,7 @@ enum istepModuleId ISTEP_PROC_SET_PORE_BAR = 0x05, ISTEP_HOST_ACTIVATE_MASTER = 0x06, ISTEP_SBE_CENTAUR_INIT = 0x07, + ISTEP_ENABLE_CORE_CHECKSTOPS = 0x08, }; /** @@ -71,6 +72,7 @@ enum istepReasonCode ISTEP_MM_UNMAP_ERR = ISTEP_COMP_ID | 0x05, ISTEP_LOAD_SLW_FROM_PNOR_FAILED = ISTEP_COMP_ID | 0x06, ISTEP_REPAIR_LOADER_RETRY_OCCURED = ISTEP_COMP_ID | 0x07, + ISTEP_MM_MAP_ERR = ISTEP_COMP_ID | 0x08, }; // end ISTEP } |