summaryrefslogtreecommitdiffstats
path: root/src/include/usr/secureboot/secure_reasoncodes.H
diff options
context:
space:
mode:
authorChris Engel <cjengel@us.ibm.com>2016-02-19 10:19:17 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-11 17:13:59 -0400
commit2846d635adc08c844d68d68f7a7e2ff885c4fad5 (patch)
tree326a64051d3868799c74df55affc252a6a9861f9 /src/include/usr/secureboot/secure_reasoncodes.H
parent483342c80d5431cd5866ee64464d62b32bf33b56 (diff)
downloadtalos-hostboot-2846d635adc08c844d68d68f7a7e2ff885c4fad5.tar.gz
talos-hostboot-2846d635adc08c844d68d68f7a7e2ff885c4fad5.zip
Send hash of pnor sections to TPM
Replay log events to TPM after initialization Change-Id: Ibab5e28790324c28a7cd9fb2805041d7a896376a RTC:125290 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23898 Tested-by: Jenkins Server Reviewed-by: Timothy R. Block <block@us.ibm.com> Tested-by: FSP CI Jenkins Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/secureboot/secure_reasoncodes.H')
-rw-r--r--src/include/usr/secureboot/secure_reasoncodes.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/secureboot/secure_reasoncodes.H b/src/include/usr/secureboot/secure_reasoncodes.H
index 959278710..404575fcd 100644
--- a/src/include/usr/secureboot/secure_reasoncodes.H
+++ b/src/include/usr/secureboot/secure_reasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2013,2015 */
+/* Contributors Listed Below - COPYRIGHT 2013,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -36,6 +36,7 @@ namespace SECUREBOOT
MOD_SECURE_ROM_INIT = 0x02,
MOD_SECURE_ROM_VERIFY = 0x03,
MOD_SECURE_ROM_CLEANUP = 0x04,
+ MOD_SECURE_ROM_SHA512 = 0x05,
};
enum SECUREReasonCode
@@ -47,6 +48,7 @@ namespace SECUREBOOT
RC_SET_PERMISSION_FAIL_EXE = SECURE_COMP_ID | 0x05,
RC_SET_PERMISSION_FAIL_WRITE = SECURE_COMP_ID | 0x06,
RC_ROM_VERIFY = SECURE_COMP_ID | 0x07,
+ RC_ROM_SHA512 = SECURE_COMP_ID | 0x08,
// Reason codes 0xA0 - 0xEF reserved for trustedboot_reasoncodes.H
};
OpenPOWER on IntegriCloud