Skip to content

Commit

Permalink
Change chip to unsecure always for DD1 chips
Browse files Browse the repository at this point in the history
Change-Id: Ic3380115d4beb6aa0ddd584cbeac53f561330021
Original-Change-Id: I73e2aace7ad9a56bfd528b4b2d82741148df971f
RTC:158131
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30952
Tested-by: Jenkins Server <pfd-jenkins+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: Sachin Gupta <sgupta2m@in.ibm.com>
Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com>
Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55430
CI-Ready: Daniel M. Crowell <dcrowell@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Soma BhanuTej authored and dcrowell77 committed Mar 13, 2018
1 parent b722a87 commit 91d24ca
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,24 @@
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_SECURE2UNSECURE_SETUP</id>
<targetType>TARGET_TYPE_PROC_CHIP</targetType>
<description>
DD1 only : Change chip to unsecure mode if SMD PIN is high. if:
Nimbus EC less than 20
</description>
<chipEcFeature>
<chip>
<name>ENUM_ATTR_NAME_NIMBUS</name>
<ec>
<value>0x20</value>
<test>LESS_THAN</test>
</ec>
</chip>
</chipEcFeature>
</attribute>
<!-- ******************************************************************** -->
<attribute>
<id>ATTR_CHIP_EC_FEATURE_VITL_CLOCK_GATING</id>
Expand Down

0 comments on commit 91d24ca

Please sign in to comment.