coreboot/src/soc/intel/quark
Keith Short 15588b03b3 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 <keithshort@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32774
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
2019-05-22 17:44:53 +00:00
..
bootblock coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
include/soc soc/intel/fsp1.1: Implement postcar stage 2019-05-21 17:37:32 +00:00
romstage post_code: add post code for critical CBFS failures 2019-05-22 16:52:48 +00:00
acpi.c src: Add missing include 'console.h' 2019-04-23 10:00:39 +00:00
chip.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
chip.h
ehci.c soc/intel/quark: Get rid of device_t 2018-05-28 16:07:35 +00:00
fsp2_0.c src: Remove unneeded include <console/console.h> 2018-11-16 09:50:29 +00:00
gpio_i2c.c src: Use include <delay.h> when appropriate 2019-04-06 16:09:12 +00:00
i2c.c post_code: add post code for hardware initialization failure 2019-05-22 17:44:53 +00:00
Kconfig mb/intel/galileo: Drop the FSP1.1 option 2019-02-11 12:28:52 +00:00
lpc.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
Makefile.inc mb/intel/galileo: Drop the FSP1.1 option 2019-02-11 12:28:52 +00:00
memmap.c
northcluster.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
reg_access.c src: Use include <delay.h> when appropriate 2019-04-06 16:09:12 +00:00
reset.c intel: Use CF9 reset (part 2) 2018-10-22 08:35:32 +00:00
sd.c coreboot: Replace all IS_ENABLED(CONFIG_XXX) with CONFIG(XXX) 2019-03-08 08:33:24 +00:00
spi.c src: include <assert.h> when appropriate 2019-04-23 10:01:36 +00:00
spi_debug.c arch/io.h: Drop unnecessary include 2019-03-04 15:08:03 +00:00
storage_test.c src: Use #include <timer.h> when appropriate 2019-04-06 16:02:49 +00:00
tsc_freq.c
uart.c soc/{amd,intel}: Remove needless '&' on function pointers 2019-01-23 14:42:59 +00:00
uart_common.c