diff options
author | Mark Wenning <wenning@us.ibm.com> | 2012-06-18 18:06:12 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-07-12 17:19:53 -0500 |
commit | 7f482f9ad23bd7689fdee5982ad91f8506b2dfb8 (patch) | |
tree | c519dd9a5712982bed3fc30c02d6c14c2bb17f0e /src/usr/targeting/common/xmltohb/common.mk | |
parent | 3b9899c9969d46d2faddca8f3d35fa5074e3097c (diff) | |
download | blackbird-hostboot-7f482f9ad23bd7689fdee5982ad91f8506b2dfb8.tar.gz blackbird-hostboot-7f482f9ad23bd7689fdee5982ad91f8506b2dfb8.zip |
Attribute Support for proc_setup_bars and mss_setup_bars
RTC: 42296
Change-Id: I9f470f9e41c22ed28bd0365aec23b91414258945
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1235
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Reviewed-by: Mark W. Wenning <wenning@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/common/xmltohb/common.mk')
-rw-r--r-- | src/usr/targeting/common/xmltohb/common.mk | 23 |
1 files changed, 14 insertions, 9 deletions
diff --git a/src/usr/targeting/common/xmltohb/common.mk b/src/usr/targeting/common/xmltohb/common.mk index 99c594f6b..2b4eb56ff 100644 --- a/src/usr/targeting/common/xmltohb/common.mk +++ b/src/usr/targeting/common/xmltohb/common.mk @@ -24,8 +24,8 @@ # # @file targeting/common/xmltohb/common.mk # -# @brief Common attribute compiler makefile to be included in -# targeting/xmltohb/makefile +# @brief Common attribute compiler makefile to be included in +# targeting/xmltohb/makefile # ################################################################################ @@ -39,16 +39,16 @@ XMLTOHB_HEADER_TARGETS = \ XMLTOHB_SOURCE_TARGETS = \ attributestrings.C \ - attributedump.C + attributedump.C XMLTOHB_SYSTEM_BINARIES = \ vbu_targeting.bin \ simics_VENICE_targeting.bin \ - simics_MURANO_targeting.bin + simics_MURANO_targeting.bin XMLTOHB_TARGETS = \ ${XMLTOHB_HEADER_TARGETS} \ - ${XMLTOHB_SOURCE_TARGETS} + ${XMLTOHB_SOURCE_TARGETS} XMLTOHB_GENERIC_SOURCES = \ attribute_types.xml \ @@ -65,12 +65,17 @@ FAPI_ATTR_SOURCES = \ unit_attributes.xml \ freq_attributes.xml \ proc_mvpd_attributes.xml \ - ei_bus_attributes.xml - + ei_bus_attributes.xml \ + dram_initialization/proc_setup_bars/proc_setup_bars_memory_attributes.xml \ + dram_initialization/proc_setup_bars/proc_setup_bars_l3_attributes.xml \ + dram_initialization/proc_setup_bars/proc_setup_bars_mmio_attributes.xml \ + dram_initialization/proc_setup_bars/proc_fab_smp_fabric_attributes.xml + + XMLTOHB_GENERIC_XML = generic.xml XMLTOHB_FAPI_XML = fapiattrs.xml XMLTOHB_MERGE_SCRIPT = mergexml.sh XMLTOHB_COMPILER_SCRIPT = xmltohb.pl -VMM_CONSTS_FILE = vmmconst.h +VMM_CONSTS_FILE = vmmconst.h -GENERATED_CODE = ${XMLTOHB_TARGETS} +GENERATED_CODE = ${XMLTOHB_TARGETS} |