summaryrefslogtreecommitdiffstats
path: root/src/include/runtime
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/runtime
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/runtime')
-rw-r--r--src/include/runtime/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/runtime/interface.h b/src/include/runtime/interface.h
index 8aad5d5fb..96eb62c2c 100644
--- a/src/include/runtime/interface.h
+++ b/src/include/runtime/interface.h
@@ -554,6 +554,7 @@ typedef struct hostInterfaces
// HBRT_FW_MSG_HBRT_FSP_RESP
// This struct sends/receives an MBox message to the FSP
struct GenericFspMboxMessage_t generic_msg;
+
}; // end union
}; // end struct hbrt_fw_msg
OpenPOWER on IntegriCloud