summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/runtime/makefile
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/usr/targeting/runtime/makefile
parentf0db3bed83349756e9182077b02c1c73e473a569 (diff)
downloadblackbird-hostboot-a69cb64611f39c3320e71a025cc612690305926d.tar.gz
blackbird-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/usr/targeting/runtime/makefile')
-rw-r--r--src/usr/targeting/runtime/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/usr/targeting/runtime/makefile b/src/usr/targeting/runtime/makefile
index 05a60a5e2..b453a1f99 100644
--- a/src/usr/targeting/runtime/makefile
+++ b/src/usr/targeting/runtime/makefile
@@ -39,6 +39,7 @@ HOSTBOOT_RUNTIME_SPECIFIC_OBJS += targplatutil.o
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += rt_targeting.o
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += attrPlatOverride_rt.o
HOSTBOOT_RUNTIME_SPECIFIC_OBJS += errludattribute.o
+HOSTBOOT_RUNTIME_SPECIFIC_OBJS += attributestrings.o
OBJS += ${COMMON_TARGETING_OBJS}
OBJS += ${HOSTBOOT_RT_IPL_COMMON_OBJS}
OpenPOWER on IntegriCloud