diff options
author | Thi Tran <thi@us.ibm.com> | 2016-03-11 13:27:06 -0600 |
---|---|---|
committer | Sachin Gupta <sgupta2m@in.ibm.com> | 2016-04-13 00:21:34 -0400 |
commit | b9319e989815db3bdd2f63f6196201d0583c635d (patch) | |
tree | 425a56f02ba1a2b8e00b9b7fddda25659906ebee /import/chips/p9/procedures/xml | |
parent | c1cf72e07b427cfedd2833b101c76cd1ed5300b9 (diff) | |
download | talos-sbe-b9319e989815db3bdd2f63f6196201d0583c635d.tar.gz talos-sbe-b9319e989815db3bdd2f63f6196201d0583c635d.zip |
L2 HWPs - Fix TODOs in p9_mss_eff_grouping HWP
Change-Id: I58e4a18b8652dd02134d326fea0e22327afc31e4
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21946
Tested-by: Jenkins Server
Tested-by: Auto Mirror
Tested-by: Hostboot CI
Tested-by: PPE CI
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: JOSHUA L. HANNAN <jlhannan@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21947
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips/p9/procedures/xml')
-rw-r--r-- | import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml b/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml index 7f1e5a9f..a8c7bf06 100644 --- a/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml +++ b/import/chips/p9/procedures/xml/attribute_info/nest_attributes.xml @@ -867,24 +867,4 @@ </attribute> <!-- ********************************************************************* --> -<!-- ********************************************************************* --> -<!-- TODO: RTC 145692 - Temporary attributes used for p9_mss_eff_grouping test cases - These attributes need to be removed and test cases need to use - (TBD) attributes that specify the DIMM sizes used to calculate the - result of getDimmSize() function called in p9_mss_eff_grouping --> -<attribute> - <id>ATTR_UNIT_TEST_MCA_MEMORY_SIZES</id> - <targetType>TARGET_TYPE_PROC_CHIP</targetType> - <description> The memory sizes behind the MCAs used for p9_mss_eff_grouping - test case. - Array [Port][DIMM] where num of ports = 8, num of dimms = 2 - </description> - <valueType>uint32</valueType> - <array>8,2</array> - <writeable/> - <persistRuntime/> -</attribute> -<!-- ********************************************************************* --> - </attributes> |