From 45c8a43a7be3115a056b8fca842d158cae80cb3a Mon Sep 17 00:00:00 2001 From: Jaymes Wilks Date: Fri, 16 Jun 2017 11:22:44 -0500 Subject: 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 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Tested-by: FSP CI Jenkins Reviewed-by: Nicholas E. Bofferding Reviewed-by: Michael Baiocchi Reviewed-by: Stephen M. Cprek Reviewed-by: Daniel M. Crowell --- src/usr/targeting/runtime/makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/usr/targeting/runtime') 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} -- cgit v1.2.3