[coreboot-gerrit] Patch set updated for coreboot: GDB_WAIT: Clarify Kconfig description

Denis 'GNUtoo' Carikli (GNUtoo@no-log.org) gerrit at coreboot.org
Thu Feb 16 22:10:46 CET 2017


Denis 'GNUtoo' Carikli (GNUtoo at no-log.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/12709

-gerrit

commit ec942d88f6cd245868379b7208e7b9068520085a
Author: Denis 'GNUtoo' Carikli <GNUtoo at no-log.org>
Date:   Thu Dec 10 21:58:52 2015 +0100

    GDB_WAIT: Clarify Kconfig description
    
    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 <GNUtoo at no-log.org>
---
 src/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/Kconfig b/src/Kconfig
index 74b892e..cdc0a44 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"



More information about the coreboot-gerrit mailing list