diff options
Diffstat (limited to 'src/include/console/post_codes.h')
-rw-r--r-- | src/include/console/post_codes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/include/console/post_codes.h b/src/include/console/post_codes.h index 0310db3958..9f9b7886a6 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -220,6 +220,13 @@ #define POST_JUMPING_TO_PAYLOAD 0xf3 /** + * \brief TPM failure + * + * An error with the TPM, either unexepcted state or communications failure. + */ +#define POST_TPM_FAILURE 0xed + +/** * \brief Not supposed to get here * * A function that should not have returned, returned |