summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox
diff options
context:
space:
mode:
authorMike Jones <mjjones@us.ibm.com>2012-12-13 08:19:18 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-13 15:37:59 -0600
commitca57ac8f1561d676497397d03f25bf942ea75b85 (patch)
tree5d4645a3576ddf75288acd5d8604fe5efefe024a /src/include/usr/mbox
parentfa8513c5a50a4632b21c7480f15a671b0cc62fdd (diff)
downloadtalos-hostboot-ca57ac8f1561d676497397d03f25bf942ea75b85.tar.gz
talos-hostboot-ca57ac8f1561d676497397d03f25bf942ea75b85.zip
HWPF Attr Override/Sync: Fix mailbox queue id and minor review updates
After merging the HWSV side of the HWPF Attr Override/Sync change. I found that someone stole my queue ids. Updating the Hostboot code to match. Also some minor changes to some FAPI files that Nick wanted done after the HWSV review. Change-Id: I6b3724ab2aa3234794112b098c74914b16e1a69a Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2676 Tested-by: Jenkins Server Reviewed-by: Brian H. Horton <brianh@linux.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox')
-rw-r--r--src/include/usr/mbox/mbox_queues.H4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 65c5265d5..bb8b9e2b3 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -44,7 +44,7 @@ namespace MBOX
HB_ISTEP_MSGQ = 2,
HB_ATTR_SYNC_MSGQ = 3,
HB_ERROR_MSGQ = 4,
- HB_HWPF_ATTR_MSGQ = 5, // HWPF Attribute override/sync
+ HB_HWPF_ATTR_MSGQ = 6, // HWPF Attribute override/sync
// Add HB services here:
HB_TEST_MSGQ = 0x7FFFFFFF,
@@ -57,7 +57,7 @@ namespace MBOX
FSP_ERROR_MSGQ = 0x80000004,
IPL_SERVICE_QUEUE = 0x80000008, // Defined by Fsp team
FSP_ATTR_SYNC_MSGQ = 0x80000009,
- FSP_HWPF_ATTR_MSGQ = 0x8000000a, // HWPF Attribute override/sync
+ FSP_HWPF_ATTR_MSGQ = 0x8000000b, // HWPF Attribute override/sync
// Add FSP services here:
FSP_ECHO_MSGQ = 0xFFFFFFFF, // Fake FSP for test
};
OpenPOWER on IntegriCloud