summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/runtime
diff options
context:
space:
mode:
authorJaymes Wilks <mjwilks@us.ibm.com>2017-06-16 11:22:44 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-07-18 09:54:30 -0400
commit45c8a43a7be3115a056b8fca842d158cae80cb3a (patch)
tree78fcc5885b818d4c51de2b5808f791ad347188fa /src/usr/targeting/runtime
parent986dd162063beef24cf9c28391ae19ead61a0116 (diff)
downloadblackbird-hostboot-45c8a43a7be3115a056b8fca842d158cae80cb3a.tar.gz
blackbird-hostboot-45c8a43a7be3115a056b8fca842d158cae80cb3a.zip
Generate verification code for enum-based persistent r/w attributes
This updates xmltohb.pl to generate code to verify that all enum-based persistent r/w attributes have valid values. Change-Id: I07e2c99a6b2ca7afe1de20baffa16ad667bc9e79 RTC:163084 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42374 Tested-by: Jenkins Server <pfd-jenkins+hostboot@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: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/runtime')
-rw-r--r--src/usr/targeting/runtime/makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/usr/targeting/runtime/makefile b/src/usr/targeting/runtime/makefile
index c5349952b..05a60a5e2 100644
--- a/src/usr/targeting/runtime/makefile
+++ b/src/usr/targeting/runtime/makefile
@@ -5,7 +5,7 @@
#
# OpenPOWER HostBoot Project
#
-# Contributors Listed Below - COPYRIGHT 2013,2016
+# Contributors Listed Below - COPYRIGHT 2013,2017
# [+] International Business Machines Corp.
#
#
@@ -43,9 +43,12 @@ HOSTBOOT_RUNTIME_SPECIFIC_OBJS += errludattribute.o
OBJS += ${COMMON_TARGETING_OBJS}
OBJS += ${HOSTBOOT_RT_IPL_COMMON_OBJS}
OBJS += ${HOSTBOOT_RUNTIME_SPECIFIC_OBJS}
+OBJS += persistrwattrcheck.o
+
include $(ROOTPATH)/config.mk
+
# To find errludattribute.[CH], etc. They are generated
# by src/usr/targeting/common/xmltohb/xmltohb.pl
vpath %.C ${GENDIR}
OpenPOWER on IntegriCloud