summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/trusted/base/trustedbootMsg.H
diff options
context:
space:
mode:
authorIlya Smirnov <ismirno@us.ibm.com>2018-04-10 17:37:13 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-05-02 16:03:48 -0400
commitb013c352cce4f0f7da2a59020b782a67732e5259 (patch)
tree22174144e2db1f47a5667f049b4d0936b58e954a /src/usr/secureboot/trusted/base/trustedbootMsg.H
parent18cd3bf4c1eb67ddf2ebef3bcba88761c7618c9e (diff)
downloadtalos-hostboot-b013c352cce4f0f7da2a59020b782a67732e5259.tar.gz
talos-hostboot-b013c352cce4f0f7da2a59020b782a67732e5259.zip
Secure Boot: Basic Support For Redundant TPM
This change implements the detection and initialization of the backup TPM in istep 10.14. The backup TPM is presence-detected and initialized; the logs of the primary TPM are extended into the secondary TPM in istep 10.14. After the initialization of the secondary TPM, all events are extended into both TPMs. A test was created to test whether the backup TPM is initialized correctly. Change-Id: I305500c9f680115e684ab153fc882b8d5364b0d4 RTC: 134912 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/57374 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/usr/secureboot/trusted/base/trustedbootMsg.H')
-rw-r--r--src/usr/secureboot/trusted/base/trustedbootMsg.H5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/usr/secureboot/trusted/base/trustedbootMsg.H b/src/usr/secureboot/trusted/base/trustedbootMsg.H
index 79edde42e..45821f9f4 100644
--- a/src/usr/secureboot/trusted/base/trustedbootMsg.H
+++ b/src/usr/secureboot/trusted/base/trustedbootMsg.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016 */
+/* Contributors Listed Below - COPYRIGHT 2016,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -54,7 +54,8 @@ namespace TRUSTEDBOOT
MSG_TYPE_PCREXTEND,
MSG_TYPE_SEPARATOR,
MSG_TYPE_SHUTDOWN,
- MSG_TYPE_LAST = MSG_TYPE_SHUTDOWN
+ MSG_TYPE_INIT_BACKUP_TPM,
+ MSG_TYPE_LAST = MSG_TYPE_INIT_BACKUP_TPM
};
/// PCREXTEND message data
OpenPOWER on IntegriCloud