summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2017-11-10 09:44:18 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-20 17:47:34 -0500
commitf0db3bed83349756e9182077b02c1c73e473a569 (patch)
tree21805f80315d660e1421a61c5e0f8c67379a5596 /src/include
parent8e6bd68539af8394a3f96dab15464edc151794bb (diff)
downloadtalos-hostboot-f0db3bed83349756e9182077b02c1c73e473a569.tar.gz
talos-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/include')
-rw-r--r--src/include/usr/mbox/mbox_queues.H7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 21e0125b6..91600e964 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -5,7 +5,9 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* COPYRIGHT International Business Machines Corp. 2012,2014 */
+/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* [+] International Business Machines Corp. */
+/* */
/* */
/* Licensed under the Apache License, Version 2.0 (the "License"); */
/* you may not use this file except in compliance with the License. */
@@ -65,12 +67,13 @@ namespace MBOX
FSP_PROGRESS_CODES_MSGQ = 0x80000003,
FSP_ERROR_MSGQ = 0x80000004,
FSP_VDDR_MSGQ = 0x80000005,
- IPL_SERVICE_QUEUE = 0x80000008,
+ IPL_SERVICE_QUEUE = 0x80000008,
FSP_ATTR_SYNC_MSGQ = 0x80000009,
FSP_DUMP_MSGQ_ID = 0x8000000A,
FSP_HWPF_ATTR_MSGQ = 0x8000000B, // HWPF Attribute override/sync
FSP_VPD_MSGQ = 0x8000000C,
FSP_PRD_SYNC_MSGQ_ID = 0x8000000D,
+ FSP_SBE_SYNC_MSGQ_ID = 0x8000000F,
FSP_LID_MSGQ = FSP_ATTR_SYNC_MSGQ,
OpenPOWER on IntegriCloud