diff options
Diffstat (limited to 'src/include/usr/secureboot/trustedboot_reasoncodes.H')
| -rw-r--r-- | src/include/usr/secureboot/trustedboot_reasoncodes.H | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/usr/secureboot/trustedboot_reasoncodes.H b/src/include/usr/secureboot/trustedboot_reasoncodes.H index 677065d65..8c03fd272 100644 --- a/src/include/usr/secureboot/trustedboot_reasoncodes.H +++ b/src/include/usr/secureboot/trustedboot_reasoncodes.H @@ -5,7 +5,7 @@ /* */ /* OpenPOWER HostBoot Project */ /* */ -/* Contributors Listed Below - COPYRIGHT 2015,2018 */ +/* Contributors Listed Below - COPYRIGHT 2015,2019 */ /* [+] International Business Machines Corp. */ /* */ /* */ @@ -103,6 +103,7 @@ namespace TRUSTEDBOOT RC_INVALID_TPM_HANDLE = TRBOOT_COMP_ID | 0xB8, RC_NON_FUNCTIONAL_TPM_HANDLE = TRBOOT_COMP_ID | 0xB9, RC_UNREACHABLE_TPM = TRBOOT_COMP_ID | 0xBA, + RC_RAND_NUM_TOO_BIG = TRBOOT_COMP_ID | 0xBB, }; #ifdef __cplusplus } |

