summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2012-12-03 22:12:51 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-12-17 11:30:52 -0600
commit26a86256282eb6ff0e5816207785e4382c258980 (patch)
tree2d4da5788e610dbd59616c5ea96e134bd66b2fa6 /src/include/usr/mbox
parent5d55351d61c004588b2e3449d67bbfbc6af87a4d (diff)
downloadtalos-hostboot-26a86256282eb6ff0e5816207785e4382c258980.tar.gz
talos-hostboot-26a86256282eb6ff0e5816207785e4382c258980.zip
VPD Write
Enable SPD writes and send a message to the FSP to update the real VPD. Change-Id: Ia398a49b4b5e2505c3ac25176cf37a5a0fc28111 RTC: 41365 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2549 Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com> Tested-by: Jenkins Server
Diffstat (limited to 'src/include/usr/mbox')
-rw-r--r--src/include/usr/mbox/mbox_queues.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index bb8b9e2b3..1941aec1b 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -57,8 +57,10 @@ namespace MBOX
FSP_ERROR_MSGQ = 0x80000004,
IPL_SERVICE_QUEUE = 0x80000008, // Defined by Fsp team
FSP_ATTR_SYNC_MSGQ = 0x80000009,
- FSP_HWPF_ATTR_MSGQ = 0x8000000b, // HWPF Attribute override/sync
+ FSP_HWPF_ATTR_MSGQ = 0x8000000B, // HWPF Attribute override/sync
+ FSP_VPD_MSGQ = 0x8000000C,
// Add FSP services here:
+
FSP_ECHO_MSGQ = 0xFFFFFFFF, // Fake FSP for test
};
OpenPOWER on IntegriCloud