Skip to content

Commit

Permalink
Fix number of TPM related HDAT section pointer pairs
Browse files Browse the repository at this point in the history
Change-Id: Iabe4f4d42a5e6f2fae3cc28baafb7f7b49b242b9
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/42178
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: Marshall J. Wilks <mjwilks@us.ibm.com>
Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com>
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
  • Loading branch information
Nick Bofferding authored and dcrowell77 committed Jun 21, 2017
1 parent 92eb596 commit 60604a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/usr/hdat/hdattpmdata.H
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ enum {
TpmDataVersion = 0x11,
TpmDataHdrSize = 0x20,
TpmDataPtrOffset = 0x20,
TpmDataPtrCnt = 1,
TpmDataPtrCnt = 3,
TpmDataChildStrCnt = 0,
TpmDataChildStrOffset = 0,
TpmDataMinRqrdPcrdVersion = 0x1
Expand Down

0 comments on commit 60604a7

Please sign in to comment.