summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting/xmltohb/makefile
diff options
context:
space:
mode:
authorPrachi Gupta <pragupta@us.ibm.com>2017-08-15 10:50:59 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-08-22 11:20:30 -0400
commit823bdb8ddb50da3e7f48a7b8a1066d1aa61e9f17 (patch)
tree30961541ec5d1995b201d9d2bd8ccacfd672672a /src/usr/targeting/xmltohb/makefile
parentb3ad5819f9cbed67ceb0fa74d28d2f93227bbbcb (diff)
downloadtalos-hostboot-823bdb8ddb50da3e7f48a7b8a1066d1aa61e9f17.tar.gz
talos-hostboot-823bdb8ddb50da3e7f48a7b8a1066d1aa61e9f17.zip
cumulus: compile memory attribute xmls in hostboot
remove duplicate attributes add missing HWPs to istep07's makefile fix fapi_util.pl to support empty descriptions Add attributes to simics_CUMULUS and update target type in fapi_utils.pl Change-Id: Ic2ada212b35bb6cf96181a6dc16959f09eb04122 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44636 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: Sakethan R. Kotta <sakkotta@in.ibm.com> Reviewed-by: SWATHI M. BHATTIPROLU <bhmadhur@in.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/xmltohb/makefile')
-rwxr-xr-xsrc/usr/targeting/xmltohb/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/targeting/xmltohb/makefile b/src/usr/targeting/xmltohb/makefile
index 35fa36761..eaf50a587 100755
--- a/src/usr/targeting/xmltohb/makefile
+++ b/src/usr/targeting/xmltohb/makefile
@@ -61,14 +61,16 @@ FAPIATTRSRVC_SOURCE = \
# Attribute XML files.
FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/chips/p9/procedures/xml/attribute_info/*)
FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/hwpf/fapi2/xml/attribute_info/*)
+FAPI2_ATTR_XML += $(wildcard $(ROOTPATH)/src/import/chips/centaur/procedures/xml/attribute_info/*)
+
# Filter out Temp defaults XML file from Attribute XML files.
# NOTE: The hb_temp_defaults.xml file is not a normal attribute file with the
# normal structures that define the attribute itself. It temporarily
# provides default values for new attributes defined in other files.
-
FAPI2_ATTR_XML := $(filter-out $(ROOTPATH)/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml,$(FAPI2_ATTR_XML))
FAPI2_ATTR_XML := $(filter-out $(wildcard $(ROOTPATH)/src/import/hwpf/fapi2/xml/attribute_info/*~) ,$(FAPI2_ATTR_XML))
FAPI2_ATTR_XML := $(filter-out $(wildcard $(ROOTPATH)/src/import/chips/p9/procedures/xml/attribute_info/*~),$(FAPI2_ATTR_XML))
+FAPI2_ATTR_XML := $(filter-out $(wildcard $(ROOTPATH)/src/import/chips/centaur/procedures/xml/attribute_info/*~),$(FAPI2_ATTR_XML))
XMLTOHB_FAPIATTR_SOURCES += ${FAPI2_ATTR_XML}
OpenPOWER on IntegriCloud