summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox/mbox_queues.H
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2018-03-22 17:23:18 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2018-03-29 10:44:08 -0400
commit95c1dd78c27aca67b4298854306702fe605f906e (patch)
treec192b7b6885034191af2699072d8d1e5345e8a4c /src/include/usr/mbox/mbox_queues.H
parent42e4c422f63b24bc73d2ce3a0e9b086ccee75aee (diff)
downloadtalos-hostboot-95c1dd78c27aca67b4298854306702fe605f906e.tar.gz
talos-hostboot-95c1dd78c27aca67b4298854306702fe605f906e.zip
Close and Disable TCEs on Non-Master Nodes
During istep21.1 this commit sends a message to all non-Master nodes to close and disable their TCEs using the ipc mailbox interface to the FSP. Change-Id: I5575228c9f237025a48e0aeca23e741724ec7886 RTC:187335 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/56269 CI-Ready: Michael Baiocchi <mbaiocch@us.ibm.com> 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> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: ILYA SMIRNOV <ismirno@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox/mbox_queues.H')
-rw-r--r--src/include/usr/mbox/mbox_queues.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 20f957038..e1e698c91 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -54,6 +54,7 @@ namespace MBOX
HB_POP_ATTR_MSGQ = 10, // populate Attribute response
HB_COALESCE_MSGQ = 11, //host_coalesce response
HB_SBE_SYSCONFIG_MSGQ = 12, //For SBE System Config response
+ HB_CLOSE_TCES_MSGQ = 13, // close/disable TCEs
// Add HB mbox msg queue ids (services) before this line
HB_LAST_VALID_MSGQ, // end of valid HB mbox msgQ ids
OpenPOWER on IntegriCloud