diff options
| author | Nick Bofferding <bofferdn@us.ibm.com> | 2012-02-02 09:34:42 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2012-02-07 12:13:26 -0600 |
| commit | 0f454c096f27c06cb93ad442c0e14fc734464867 (patch) | |
| tree | f561b6865d75f304314f99f05da29e633da164d7 /src/usr/targeting/xmltohb/makefile | |
| parent | cadd824189729c71542271e41460290ed7c5e961 (diff) | |
| download | blackbird-hostboot-0f454c096f27c06cb93ad442c0e14fc734464867.tar.gz blackbird-hostboot-0f454c096f27c06cb93ad442c0e14fc734464867.zip | |
Add support for logical DIMMs generated from the MRW
- Fixed whitespace pruning of entity paths in attribute compiler
- Added *.mrw.xml files (empty) to hold logical DIMM target instances
- Updated makefile to process *.mrw.xml files
- Updated SALERNO system XML to reference logical DIMM cards
- Updated attribute XML with new postion, mba port, mba slot attributes
- Updated attribute XML with new class type
- Updated target type XML with classes/attributes for logical DIMMs
Change-Id: I2981405fdf1e8706d7380a7963ede8e9fd6bc323
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/639
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting/xmltohb/makefile')
| -rw-r--r-- | src/usr/targeting/xmltohb/makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/targeting/xmltohb/makefile b/src/usr/targeting/xmltohb/makefile index 7dccc3003..48d04ae45 100644 --- a/src/usr/targeting/xmltohb/makefile +++ b/src/usr/targeting/xmltohb/makefile @@ -85,8 +85,9 @@ $(call GENTARGET,$(XMLTOHB_TARGETS)) : \ --src-output-dir=$(dir $@) --img-output-dir=none \ --img-output-file=none -# system-specific XML needs the generic plus the xxx.system.xml file -${GENDIR}/%.hb.xml: %.system.xml ${XMLTOHB_GENERIC_SOURCES} +# system-specific XML needs the generic plus the xxx.system.xml file + the +# MRW file +${GENDIR}/%.hb.xml: %.system.xml ${XMLTOHB_GENERIC_SOURCES} %.mrw.xml ./mergexml.sh $^ > $@ # create the binary files |

