summaryrefslogtreecommitdiffstats
path: root/src/include/usr/mbox/mbox_queues.H
diff options
context:
space:
mode:
authorRoland Veloz <rveloz@us.ibm.com>2017-10-10 10:55:09 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-12-20 17:47:47 -0500
commita69cb64611f39c3320e71a025cc612690305926d (patch)
treedebcc9b99e0c0f0fc5fafa47c9f0efbb20c38765 /src/include/usr/mbox/mbox_queues.H
parentf0db3bed83349756e9182077b02c1c73e473a569 (diff)
downloadtalos-hostboot-a69cb64611f39c3320e71a025cc612690305926d.tar.gz
talos-hostboot-a69cb64611f39c3320e71a025cc612690305926d.zip
Adding support for TOD RAS on FSP systems
Moved the TOD files from directory /hostboot/src/usr/isteps/istep18 into a new TOD directory - /hostboot/src/usr/isteps/tod. Created a tod library from the files within the new TOD directory. Added a runtime directory underneath the tod directory. Created the rt_todintf.C file which contains the two newly added interfaces - readTodProcDataFromFile and resetBackupTopology. Change-Id: I68c9edcd8f59adf9a2cf1f1f3fff07fea2d94e99 RTC:171490 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/48188 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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/mbox/mbox_queues.H')
-rw-r--r--src/include/usr/mbox/mbox_queues.H10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/include/usr/mbox/mbox_queues.H b/src/include/usr/mbox/mbox_queues.H
index 91600e964..1f211eaf8 100644
--- a/src/include/usr/mbox/mbox_queues.H
+++ b/src/include/usr/mbox/mbox_queues.H
@@ -73,6 +73,7 @@ namespace MBOX
FSP_HWPF_ATTR_MSGQ = 0x8000000B, // HWPF Attribute override/sync
FSP_VPD_MSGQ = 0x8000000C,
FSP_PRD_SYNC_MSGQ_ID = 0x8000000D,
+ FSP_TOD_MSGQ = 0x8000000E,
FSP_SBE_SYNC_MSGQ_ID = 0x8000000F,
FSP_LID_MSGQ = FSP_ATTR_SYNC_MSGQ,
@@ -80,8 +81,9 @@ namespace MBOX
FSP_ECHO_MSGQ = 0xFFFFFFFF, // Fake FSP for test
};
- // Message types are only unique with in each message queue. Each message queue can
- // use the entire range limited only by the restrictions listed below.
+ // Message types are only unique with in each message queue. Each message
+ // queue can use the entire range limited only by the restrictions listed
+ // below.
//
// Each HB and FSP service will need it's own list of message types
// Not sure where they belong.
@@ -89,8 +91,8 @@ namespace MBOX
// types 0x00000000 - 0x3FFFFFFF are considered secure messages
// and are disabled when under SecureBoot environment
// types 0x40000000 - 0x7FFFFFFF can be done at anytime
- // types 0x80000000 - 0xFFFFFFFF are reserved on hostboot for kernel services
- // This means hostboot services can't use them, but this is not a restriction
+ // types 0x80000000 - 0xFFFFFFFF are reserved on HB for kernel services
+ // This means HB services can't use them, but this is not a restriction
// on FSP services
enum
{
OpenPOWER on IntegriCloud