[coreboot] r800 - coreboot-v3/arch/x86

svn at coreboot.org svn at coreboot.org
Fri Aug 22 12:57:34 CEST 2008


Author: hailfinger
Date: 2008-08-22 12:57:34 +0200 (Fri, 22 Aug 2008)
New Revision: 800

Modified:
   coreboot-v3/arch/x86/Kconfig
Log:
Add Kconfig for CAR testing code. The code is already in the tree, but
we never used it.

Signed-off-by: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
Acked-by: Ronald G. Minnich <rminnich at gmail.com>


Modified: coreboot-v3/arch/x86/Kconfig
===================================================================
--- coreboot-v3/arch/x86/Kconfig	2008-08-22 10:56:36 UTC (rev 799)
+++ coreboot-v3/arch/x86/Kconfig	2008-08-22 10:57:34 UTC (rev 800)
@@ -231,3 +231,13 @@
 	depends IOAPIC
 	help
 		This is entirely mainboard dependent. 0x10 is a *typical* setting but not always a good setting. 
+
+menu "Debugging"
+
+config CARTEST
+	bool "Test CAR area"
+	default n
+	help
+		Test the CAR area after it has been set up.
+
+endmenu





More information about the coreboot mailing list