From a69cb64611f39c3320e71a025cc612690305926d Mon Sep 17 00:00:00 2001 From: Roland Veloz Date: Tue, 10 Oct 2017 10:55:09 -0500 Subject: 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 Reviewed-by: Christian R. Geddes Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell --- src/include/runtime/interface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/include/runtime') 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 -- cgit v1.2.3