summaryrefslogtreecommitdiffstats
path: root/src/include/usr/secureboot/trustedbootif.H
diff options
context:
space:
mode:
authorChris Engel <cjengel@us.ibm.com>2016-01-22 13:27:03 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-13 13:06:26 -0400
commit004d1a204d653f7658427f7ebf10cca769ec3ef9 (patch)
tree47cd3220d6a23a9a7f74b9b00211f746fc7aff44 /src/include/usr/secureboot/trustedbootif.H
parentec7c3db64967522e44713766119c0023382e9bc7 (diff)
downloadtalos-hostboot-004d1a204d653f7658427f7ebf10cca769ec3ef9.tar.gz
talos-hostboot-004d1a204d653f7658427f7ebf10cca769ec3ef9.zip
Extend basic config entries to TPM
Change-Id: I17c215c3120782d022ade0ac8343934c64e2e13e Original-Change-Id: I92e2c7758ebac2912caa9f449c3531c584487bd5 FowardPort: yes Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22002 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24481 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/secureboot/trustedbootif.H')
-rw-r--r--src/include/usr/secureboot/trustedbootif.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/secureboot/trustedbootif.H b/src/include/usr/secureboot/trustedbootif.H
index 49b81832c..9a5c05d93 100644
--- a/src/include/usr/secureboot/trustedbootif.H
+++ b/src/include/usr/secureboot/trustedbootif.H
@@ -61,6 +61,8 @@ namespace TRUSTEDBOOT
PCR_0 = 0,
PCR_1 = 1,
PCR_4 = 4,
+ PCR_5 = 5,
+ PCR_6 = 6,
PCR_DEBUG = 16,
PLATFORM_PCR = 24, ///< The number of PCR required by the platform spec
IMPLEMENTATION_PCR = 24, ///< The number of PCRs implemented by TPM
OpenPOWER on IntegriCloud