summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox
diff options
context:
space:
mode:
authorayma <ayma@us.ibm.com>2012-12-13 16:29:39 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-18 15:46:41 -0600
commit7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc (patch)
tree4e3ddccf3fc4518ab25e4184093f7e97783478fa /src/include/usr/mbox
parent3147572991fa9eff4be6095b08b0299421e596b5 (diff)
downloadtalos-hostboot-7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc.tar.gz
talos-hostboot-7f36ca65b3ce2c358fcfff0ab4d30204fa9e89cc.zip
Changes to add support for dynamic VIDs on HB.
Changes to put code into HB to do the istep 13.1 and 13.5 which is disable_vddr and enable_vddr respectively This is in conjunction with story 37517 on the hwsv side RTC: 34041 Change-Id: Id09a78e581d2a778d781e2683cc7ec26c8d45153 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2687 Tested-by: Jenkins Server 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 f58bbaad5..e60546558 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -58,8 +58,8 @@ namespace MBOX
FSP_TRACE_MSGQ = 0x80000002,
FSP_PROGRESS_CODES_MSGQ = 0x80000003,
FSP_ERROR_MSGQ = 0x80000004,
- // 0x80000007, // reserved for TMGT
- IPL_SERVICE_QUEUE = 0x80000008,
+ FSP_VDDR_MSGQ = 0x80000005,
+ IPL_SERVICE_QUEUE = 0x80000008, // Defined by Fsp team
FSP_ATTR_SYNC_MSGQ = 0x80000009,
// 0x8000000A, // Reserved for VID
FSP_HWPF_ATTR_MSGQ = 0x8000000B, // HWPF Attribute override/sync
OpenPOWER on IntegriCloud