summaryrefslogtreecommitdiffstats
path: root/src/usr/targeting
diff options
context:
space:
mode:
authorBill Schwartz <whs@us.ibm.com>2014-03-20 08:40:33 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2014-03-20 17:01:08 -0500
commit62926fd3122c1d783212d22042232c45918eb102 (patch)
treed77707c340a9b2767bd5552649e80989a506cee3 /src/usr/targeting
parenta5a132a1c27b5fae0ad5a3c5aaa25d7f4cecd701 (diff)
downloadtalos-hostboot-62926fd3122c1d783212d22042232c45918eb102.tar.gz
talos-hostboot-62926fd3122c1d783212d22042232c45918eb102.zip
PBIEX async boundary 'performance' mode settings not applied for Murano DD2.x
Replace the hardcoded by chip type PROC_EX_FUNC_L3_LENGTH with picking up the length from winkle ring attribute files. Update winkle ring attribute files from eKB to include length. Fsp will need to be updated, but can be done indepedently. Need is for HB. Change-Id: Ia310817e0e3acb16387c76f157382432eccaa69c Backport: release-fips810 CQ: SW252753 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/9766 Tested-by: Jenkins Server Reviewed-by: STEPHEN M. CPREK <smcprek@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/targeting')
-rwxr-xr-xsrc/usr/targeting/common/genHwsvMrwXml.pl14
-rw-r--r--src/usr/targeting/common/xmltohb/attribute_types.xml17
-rw-r--r--src/usr/targeting/common/xmltohb/target_types.xml1
3 files changed, 0 insertions, 32 deletions
diff --git a/src/usr/targeting/common/genHwsvMrwXml.pl b/src/usr/targeting/common/genHwsvMrwXml.pl
index 2085e2078..37dab3a34 100755
--- a/src/usr/targeting/common/genHwsvMrwXml.pl
+++ b/src/usr/targeting/common/genHwsvMrwXml.pl
@@ -1882,14 +1882,6 @@ sub generate_proc
}
}
- #default to murano (s1_) values and change later if for venice (p8_)
- my $ex_func_l3 = 48826;
-
- if($CHIPNAME eq "venice")
- {
- $ex_func_l3 = 49020;
- }
-
#MURANO=DCM installed, VENICE=SCM
my $dcm_installed = 0;
if($CHIPNAME eq "murano")
@@ -1943,12 +1935,6 @@ sub generate_proc
<default>$fruid</default>
</attribute>
<attribute><id>VPD_REC_NUM</id><default>$vpdnum</default></attribute>
-
- <!-- workaround for SW196865 - see RTC:69918 for additional details -->
- <attribute>
- <id>PROC_EX_FUNC_L3_LENGTH</id>
- <default>$ex_func_l3</default>
- </attribute>
<attribute><id>PROC_DCM_INSTALLED</id>
<default>$dcm_installed</default>
</attribute>";
diff --git a/src/usr/targeting/common/xmltohb/attribute_types.xml b/src/usr/targeting/common/xmltohb/attribute_types.xml
index 8b501cfd2..4fe142cfe 100644
--- a/src/usr/targeting/common/xmltohb/attribute_types.xml
+++ b/src/usr/targeting/common/xmltohb/attribute_types.xml
@@ -10445,23 +10445,6 @@ firmware notes: Platforms should initialize this attribute to AUTO (0)</descript
</hwpfToHbAttrMap>
</attribute>
-<attribute>
- <id>PROC_EX_FUNC_L3_LENGTH</id>
- <description>Length of ex_func_l3 ring in bits
- creator: platform
- firmware notes:
- </description>
- <simpleType>
- <uint32_t></uint32_t>
- </simpleType>
- <persistency>non-volatile</persistency>
- <readable/>
- <hwpfToHbAttrMap>
- <id>ATTR_PROC_EX_FUNC_L3_LENGTH</id>
- <macro>DIRECT</macro>
- </hwpfToHbAttrMap>
-</attribute>
-
<enumerationType>
<id>PROC_PBIEX_ASYNC_SEL</id>
<description>Enumeration indicating which _PBIEX_ASYNC_SEL should be use</description>
diff --git a/src/usr/targeting/common/xmltohb/target_types.xml b/src/usr/targeting/common/xmltohb/target_types.xml
index b40734976..dd54feacc 100644
--- a/src/usr/targeting/common/xmltohb/target_types.xml
+++ b/src/usr/targeting/common/xmltohb/target_types.xml
@@ -514,7 +514,6 @@
<attribute><id>PROC_AB_BNDY_PLL_SCAN_SELECT</id></attribute>
<attribute><id>PROC_PCI_BNDY_PLL_SCAN_SELECT</id></attribute>
<attribute><id>PROC_PCIE_REFCLOCK_ENABLE</id></attribute>
- <attribute><id>PROC_EX_FUNC_L3_LENGTH</id></attribute>
<attribute><id>ECID</id></attribute>
<attribute><id>PROC_HTM_BAR_SIZE</id></attribute>
OpenPOWER on IntegriCloud