From 15588b03b36aa875e2a2a31cc649a2d9dff7581e Mon Sep 17 00:00:00 2001 From: Keith Short Date: Thu, 9 May 2019 11:40:34 -0600 Subject: post_code: add post code for hardware initialization failure Add a new post code POST_HW_INIT_FAILURE, used when coreboot fails to detect or initialize a required hardware component. BUG=b:124401932 BRANCH=sarien TEST=build coreboot for sarien and arcada platforms Change-Id: I73820d24b3e1c269d9d446a78ef4f97e167e3552 Signed-off-by: Keith Short Reviewed-on: https://review.coreboot.org/c/coreboot/+/32774 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Rudolph --- src/include/console/post_codes.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/include/console') 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 @@ -348,6 +348,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 * -- cgit v1.2.3