From 7d234f2e69644047123c189fca6c548d5007c782 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Thu, 10 Dec 2015 21:58:52 +0100 Subject: GDB_WAIT: Clarify Kconfig description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The user has to know in which stage gdb is waiting to be able to use symbolic debugging. Change-Id: Ia992e7a2077b92c45546ae56c5fb648775f8f63b Signed-off-by: Denis 'GNUtoo' Carikli Reviewed-on: https://review.coreboot.org/12709 Tested-by: build bot (Jenkins) Reviewed-by: Jonathan Neuschäfer Reviewed-by: Nico Huber --- src/Kconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Kconfig b/src/Kconfig index 74b892e15a..cdc0a4426f 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -673,11 +673,12 @@ config GDB_STUB See src/arch/x86/lib/c_start.S for details. config GDB_WAIT - bool "Wait for a GDB connection" + bool "Wait for a GDB connection in the ramstage" default n depends on GDB_STUB help - If enabled, coreboot will wait for a GDB connection. + If enabled, coreboot will wait for a GDB connection in the ramstage. + config FATAL_ASSERTS bool "Halt when hitting a BUG() or assertion error" -- cgit v1.2.3