Jonathan Neuschäfer (j.neuschaefer@gmx.net) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/15522
-gerrit
commit 30dfee7dca46dd35f6fb8295f68a05bafa1261a8 Author: Jonathan Neuschäfer j.neuschaefer@gmx.net Date: Wed Jun 29 21:59:32 2016 +0200
Kconfig: Show DEBUG_BOOT_STATE in the Debug menu
Change-Id: I22441ee0d19aa1b2e2f40278ce30092c86e0adc9 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- src/Kconfig | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/src/Kconfig b/src/Kconfig index 7043851..daba05a 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -1094,6 +1094,13 @@ config DEBUG_COVERAGE If enabled, the code coverage hooks in coreboot will output some information about the coverage data that is dumped.
+config DEBUG_BOOT_STATE + bool "Debug boot state machine" + default n + help + Control debugging of the boot state machine. When selected displays + the state boundaries in ramstage. + endmenu
# These probably belong somewhere else, but they are needed somewhere. @@ -1179,13 +1186,6 @@ config CBFS_SIZE equal to the full rom size if that hasn't been overridden by the chipset or mainboard.
-config DEBUG_BOOT_STATE - bool - default n - help - Control debugging of the boot state machine. When selected displays - the state boundaries in ramstage. - config CREATE_BOARD_CHECKLIST bool default n