UPSTREAM: Kconfig: Show DEBUG_BOOT_STATE in the Debug menu
BUG=None BRANCH=None TEST=None Change-Id: I22441ee0d19aa1b2e2f40278ce30092c86e0adc9 Original-Signed-off-by: Jonathan Neuschfer <j.neuschaefer@gmx.net> Original-Reviewed-on: https://review.coreboot.org/15522 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Ronald G. Minnich <rminnich@gmail.com> Original-Reviewed-by: Aaron Durbin <adurbin@chromium.org> Signed-off-by: Aaron Durbin <adurbin@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/358389 Reviewed-by: Martin Roth <martinroth@chromium.org>
This commit is contained in:
parent
e3d8bc3c10
commit
af41fd374e
1 changed files with 7 additions and 7 deletions
14
src/Kconfig
14
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue