diff options
| author | Roland Veloz <rveloz@us.ibm.com> | 2017-10-10 10:55:09 -0500 |
|---|---|---|
| committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2017-12-20 17:47:47 -0500 |
| commit | a69cb64611f39c3320e71a025cc612690305926d (patch) | |
| tree | debcc9b99e0c0f0fc5fafa47c9f0efbb20c38765 /src/makefile | |
| parent | f0db3bed83349756e9182077b02c1c73e473a569 (diff) | |
| download | talos-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/makefile')
| -rw-r--r-- | src/makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/makefile b/src/makefile index 337bbd630..d8498bd1e 100644 --- a/src/makefile +++ b/src/makefile @@ -202,6 +202,7 @@ EXTENDED_MODULES += p9_cpuWkup EXTENDED_MODULES += p9_phbPerst EXTENDED_MODULES += $(if $(CONFIG_ENABLE_HDAT_IN_HOSTBOOT),hdat) EXTENDED_MODULES += $(if $(CONFIG_SECUREBOOT),secureboot_ext) +EXTENDED_MODULES += tod #*************************************** # Working test modules @@ -285,6 +286,7 @@ RUNTIME_MODULES += secureboot_rt RUNTIME_MODULES += p9_cpuWkup RUNTIME_MODULES += fsi_rt RUNTIME_MODULES += sbeio_rt +RUNTIME_MODULES += tod_rt RUNTIME_DATA_MODULES += RUNTIME_TESTCASE_MODULES += cxxtest_rt |

