summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2017-06-21 00:40:00 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-06-21 12:37:19 -0400
commit60604a7a6b7bc52b2c4e9c6b0d7212e15030b8be (patch)
tree37a60518cd02acc5bd353e18ae025e42ffe5f7dc /src
parent92eb596320bd37fc685a98373d43ca6bd219c90f (diff)
downloadtalos-hostboot-60604a7a6b7bc52b2c4e9c6b0d7212e15030b8be.tar.gz
talos-hostboot-60604a7a6b7bc52b2c4e9c6b0d7212e15030b8be.zip
Fix number of TPM related HDAT section pointer pairs
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>
Diffstat (limited to 'src')
-rw-r--r--src/usr/hdat/hdattpmdata.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/hdat/hdattpmdata.H b/src/usr/hdat/hdattpmdata.H
index 5c8b54f88..b1ac99676 100644
--- a/src/usr/hdat/hdattpmdata.H
+++ b/src/usr/hdat/hdattpmdata.H
@@ -58,7 +58,7 @@ enum {
TpmDataVersion = 0x11,
TpmDataHdrSize = 0x20,
TpmDataPtrOffset = 0x20,
- TpmDataPtrCnt = 1,
+ TpmDataPtrCnt = 3,
TpmDataChildStrCnt = 0,
TpmDataChildStrOffset = 0,
TpmDataMinRqrdPcrdVersion = 0x1
OpenPOWER on IntegriCloud