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 07927ec957..ae277d82e2 100644 --- a/src/include/console/post_codes.h +++ b/src/include/console/post_codes.h @@ -349,6 +349,13 @@ #define POST_RAM_FAILURE 0xe3 /** + * \brief Hardware initialization failure + * + * Set when a required hardware component was not found or is unsupported. + */ +#define POST_HW_INIT_FAILURE 0xe4 + +/** * \brief TPM failure * * An error with the TPM, either unexepcted state or communications failure. |