summaryrefslogtreecommitdiffstats
path: root/src/include/usr/runtime/runtime_reasoncodes.H
diff options
context:
space:
mode:
authorNick Bofferding <bofferdn@us.ibm.com>2018-01-20 17:26:28 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2018-01-23 10:16:11 -0500
commiteb22cf5b7cb70b1617bad230db8923b1944cd536 (patch)
treedafa77f7ba55e62bbc521be501a04187dec33140 /src/include/usr/runtime/runtime_reasoncodes.H
parent5e8ed1d75c2a76cc93603ff738b63a21ffc2efc1 (diff)
downloadtalos-hostboot-eb22cf5b7cb70b1617bad230db8923b1944cd536.tar.gz
talos-hostboot-eb22cf5b7cb70b1617bad230db8923b1944cd536.zip
Secure Boot: Open persistent virtual memory mapping for HDAT TPM logs
Change-Id: Id40cac1d6b580c32d91da399c431a7b4b09f3fdd RTC: 168745 Backport: release-fips910 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/52320 Reviewed-by: Michael Baiocchi <mbaiocch@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@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> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/usr/runtime/runtime_reasoncodes.H')
-rw-r--r--src/include/usr/runtime/runtime_reasoncodes.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/usr/runtime/runtime_reasoncodes.H b/src/include/usr/runtime/runtime_reasoncodes.H
index 7ff89d712..e909c0152 100644
--- a/src/include/usr/runtime/runtime_reasoncodes.H
+++ b/src/include/usr/runtime/runtime_reasoncodes.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2012,2017 */
+/* Contributors Listed Below - COPYRIGHT 2012,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -123,6 +123,8 @@ namespace RUNTIME
RC_FW_REQUEST_HWSV_ERR = RUNTIME_COMP_ID | 0x37,
RC_FW_REQUEST_RESET_RELOAD_ERR = RUNTIME_COMP_ID | 0x38,
RC_FW_REQUEST_ERR = RUNTIME_COMP_ID | 0x39,
+ RC_TPM_HDAT_VIRT_TO_PHYS_ERR = RUNTIME_COMP_ID | 0x3A,
+ RC_TPM_HDAT_MAP_BLOCK_ERR = RUNTIME_COMP_ID | 0x3B,
};
enum UserDetailsTypes
OpenPOWER on IntegriCloud