summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorayma <ayma@us.ibm.com>2013-01-02 15:03:04 -0600
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-01-02 16:00:24 -0600
commitca398e209bc7f436162e294e4974d5aaff5c9fc5 (patch)
tree40d58ca50253679b84e0156f8482b41c872b8256
parent9ef1b3e1ce1958b8c58bba74a76085e9af1a8fc1 (diff)
downloadtalos-hostboot-ca398e209bc7f436162e294e4974d5aaff5c9fc5.tar.gz
talos-hostboot-ca398e209bc7f436162e294e4974d5aaff5c9fc5.zip
add VMEM_ID
adding VMEM_ID back to the attributes by modifying the genHwsvMrwXml.pl file The change will resolve the issue with the second processor voltage rail enable This fix is related to defect 864984 Change-Id: Iffde1c00c4900e4b5a427ad6ed3600481397d85f Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/2793 Tested-by: Jenkins Server Reviewed-by: Andrew J. Geissler <andrewg@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
-rwxr-xr-xsrc/usr/targeting/xmltohb/genHwsvMrwXml.pl6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/usr/targeting/xmltohb/genHwsvMrwXml.pl b/src/usr/targeting/xmltohb/genHwsvMrwXml.pl
index 2cce8e78b..949725a50 100755
--- a/src/usr/targeting/xmltohb/genHwsvMrwXml.pl
+++ b/src/usr/targeting/xmltohb/genHwsvMrwXml.pl
@@ -6,7 +6,7 @@
#
# IBM CONFIDENTIAL
#
-# COPYRIGHT International Business Machines Corp. 2012
+# COPYRIGHT International Business Machines Corp. 2012,2013
#
# p1
#
@@ -2359,6 +2359,10 @@ sub generate_centaur
<default>affinity:sys-$sys/node-$node/proc-$proc/mcs-$mcs/"
. "membuf-$ctaur</default>
</attribute>
+ <attribute>
+ <id>VMEM_ID</id>
+ <default>$vmemId</default>
+ </attribute>
<!-- TODO When MRW provides the information, these two attributes
should be included. values of X come from MRW.
<attribute>
OpenPOWER on IntegriCloud