[coreboot] r1148 - coreboot-v3/device

svn at coreboot.org svn at coreboot.org
Sat Mar 14 16:43:26 CET 2009


Author: phueper
Date: 2009-03-14 16:43:25 +0100 (Sat, 14 Mar 2009)
New Revision: 1148

Modified:
   coreboot-v3/device/Kconfig
Log:
add YABEL Debug Flag config variable

Signed-off-by: Pattrick Hueper <phueper at hueper.net>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified: coreboot-v3/device/Kconfig
===================================================================
--- coreboot-v3/device/Kconfig	2009-03-13 12:25:57 UTC (rev 1147)
+++ coreboot-v3/device/Kconfig	2009-03-14 15:43:25 UTC (rev 1148)
@@ -105,6 +105,12 @@
 		  If YABEL_ADVANCED_SETTINGS is not enabled, the code defaults 
 		  to 0x1000000 (16 MB).
 
+	config YABEL_DEBUG_FLAGS
+		hex "YABEL Debug Flags"
+		default 0
+		help
+		  Set YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h
+
 endmenu
 
 # TODO: This should probably become a CMOS option.





More information about the coreboot mailing list