summaryrefslogtreecommitdiffstats
path: root/src/include/usr/secureboot/trustedboot_reasoncodes.H
diff options
context:
space:
mode:
authorChris Engel <cjengel@us.ibm.com>2016-02-19 10:08:31 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-17 14:50:22 -0400
commit83f5c16f12410fbb3671d577e66a43145c5ea9d1 (patch)
tree235ff4ed89778caa2e8f8ff4eb099330e6f20e97 /src/include/usr/secureboot/trustedboot_reasoncodes.H
parent24233b6b559eed88458245ae2966156a52f68978 (diff)
downloadtalos-hostboot-83f5c16f12410fbb3671d577e66a43145c5ea9d1.tar.gz
talos-hostboot-83f5c16f12410fbb3671d577e66a43145c5ea9d1.zip
TrustedBoot-Add log manager functions to allow passing in external log buffer
Change-Id: I33b8680fb89072311bb23730bfc1901e4ded9e21 RTC: 125289 ForwardPort: yes Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22003 Reviewed-by: Timothy R. Block <block@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24669 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com>
Diffstat (limited to 'src/include/usr/secureboot/trustedboot_reasoncodes.H')
-rw-r--r--src/include/usr/secureboot/trustedboot_reasoncodes.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/usr/secureboot/trustedboot_reasoncodes.H b/src/include/usr/secureboot/trustedboot_reasoncodes.H
index cff1bba32..2c634887c 100644
--- a/src/include/usr/secureboot/trustedboot_reasoncodes.H
+++ b/src/include/usr/secureboot/trustedboot_reasoncodes.H
@@ -56,6 +56,7 @@ namespace TRUSTEDBOOT
MOD_TPMLOGMGR_INITIALIZE = 0x10,
MOD_TPMLOGMGR_ADDEVENT = 0x11,
+ MOD_TPMLOGMGR_INITIALIZEEXISTLOG = 0x012,
};
enum TRUSTEDReasonCode
@@ -78,6 +79,7 @@ namespace TRUSTEDBOOT
RC_TPM_NOFUNCTIONALTPM_FAIL = SECURE_COMP_ID | 0xAD,
RC_TPM_COMMAND_FAIL = SECURE_COMP_ID | 0xAE,
RC_TPM_INVALID_ARGS = SECURE_COMP_ID | 0xAF,
+ RC_TPMLOGMGR_LOGWALKFAIL = SECURE_COMP_ID | 0xB0,
};
#ifdef __cplusplus
}
OpenPOWER on IntegriCloud