Skip to content

Commit

Permalink
Enable CDD1.3's 4 risklevels (step 1)
Browse files Browse the repository at this point in the history
Risklevel 0 - DD1.2 compat, non-HANA (variant1/2 secure)
Risklevel 1 - DD1.2 compat, HANA (no security)
Risklevel 2 - Unused
Risklevel 3 - Unused
Risklevel 4 - DD1.3 native, non-HANA (variant1/2 secure)
Risklevel 5 - DD1.3 native, HANA (no security)

Step 2 will involve disabling all fixes to make CDD1.3 RL0/RL1
identical to CDD1.2 RL0/RL1.

Change-Id: Ic7f031c97f2616a0eec0a965c52dcaed3ec698e3
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62935
Dev-Ready: James N. Klazynski <jklazyns@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: HWSV CI <hwsv-ci+hostboot@us.ibm.com>
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-by: Thi N. Tran <thi@us.ibm.com>
Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/62984
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
jklazyns authored and sgupta2m committed Jul 27, 2018
1 parent 4191b61 commit 2582f47
Showing 1 changed file with 64 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,14 @@
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x22</value>
<test>EQUAL</test>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x12</value>
<test>EQUAL</test>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
Expand Down Expand Up @@ -1465,29 +1465,53 @@
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW447585</id>
<id>ATTR_CHIP_EC_FEATURE_HW447585_CDD13_NDD23</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW447585 - disable slbwalk
HW447585 - disable slbwalk - dials changed in CDD1.3+/NDD2.3+
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<value>0x23</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x10</value>
<value>0x13</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW447585</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
<description>
HW447585 - disable slbwalk
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x22</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x12</value>
<test>LESS_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ********************************************************************* -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_HW447589</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand Down Expand Up @@ -4753,6 +4777,23 @@
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_CORE_CDD12_CDD13_SECURITY</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Security settings for Cumulus DD1.2 and DD1.3
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x12</value>
<test>GREATER_THAN_OR_EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_CORE_CDD12_SECURITY</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
Expand All @@ -4770,6 +4811,23 @@
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_CORE_CDD13_SECURITY</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
Security settings for Cumulus DD1.3
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_CUMULUS</name>
<ec>
<value>0x13</value>
<test>EQUAL</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_CORE_CDD11_CDD12_SECURITY</id>
<targetType>TARGET_TYPE_PROC_CHIP, TARGET_TYPE_PROC_CHIP</targetType>
Expand Down

0 comments on commit 2582f47

Please sign in to comment.