[coreboot] r4017 - trunk/coreboot-v2/src/config

svn at coreboot.org svn at coreboot.org
Wed Mar 18 17:25:34 CET 2009


Author: phueper
Date: 2009-03-18 17:25:34 +0100 (Wed, 18 Mar 2009)
New Revision: 4017

Modified:
   trunk/coreboot-v2/src/config/Options.lb
Log:
add YABEL flag to options to decide wether access to devices other than the one yabel is running for is possible

Signed-off-by: Pattrick Hueper <phueper at hueper.net>
Tested and Acked-by: Joseph Smith <joe at settoplinux.org>

Modified: trunk/coreboot-v2/src/config/Options.lb
===================================================================
--- trunk/coreboot-v2/src/config/Options.lb	2009-03-17 16:41:01 UTC (rev 4016)
+++ trunk/coreboot-v2/src/config/Options.lb	2009-03-18 16:25:34 UTC (rev 4017)
@@ -1093,6 +1093,13 @@
 	comment "YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h"
 end
 
+define CONFIG_YABEL_PCI_ACCESS_OTHER_DEVICES
+	default 0
+	export used
+	comment "Allow Option ROMs executed by YABEL to access the config space of devices other than the one YABEL is running for. This may be needed by some onboard Graphics cards ROMs."
+
+end
+
 define CONFIG_PCI_OPTION_ROM_RUN_VM86
 	default 0
 	export used





More information about the coreboot mailing list