Skip to content

Commit

Permalink
Secure Boot: Adapt workbooks' TPM target to Hostboot's
Browse files Browse the repository at this point in the history
Adds a chip-NPCT501 target adapter which adapts various workbooks' TPM target to
Hostboot's TPM target

Change-Id: I6387e9c5a9c5f3d4520fba88e8a9367bcfc35d70
RTC: 187287
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/53902
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com>
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com>
Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Nick Bofferding authored and dcrowell77 committed Feb 14, 2018
1 parent d20c2cb commit b5fedb0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/usr/targeting/common/xmltohb/target_types.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1037,6 +1037,14 @@
</attribute>
</targetType>

<!-- This special TPM target exists only to adapt Hostboot's TPM target to
various workbooks' TPM target; all attributes should be declared against
the parent target -->
<targetType>
<id>chip-NPCT501</id>
<parent>chip-tpm-cectpm</parent>
</targetType>

<targetType>
<id>chip-processor-power9</id>
<parent>chip-processor</parent>
Expand Down

0 comments on commit b5fedb0

Please sign in to comment.