[coreboot] [commit] r5120 - trunk/src/devices

repository service svn at coreboot.org
Fri Feb 12 10:32:17 CET 2010


Author: stepan
Date: Fri Feb 12 10:32:17 2010
New Revision: 5120
URL: http://tracker.coreboot.org/trac/coreboot/changeset/5120

Log:
Add two YABEL options to Kconfig

Signed-off-by: Stefan Reinauer <stepan at coresystems.de>
Acked-by: Stefan Reinauer <stepan at coresystems.de>

Modified:
   trunk/src/devices/Kconfig

Modified: trunk/src/devices/Kconfig
==============================================================================
--- trunk/src/devices/Kconfig	Fri Feb 12 00:00:10 2010	(r5119)
+++ trunk/src/devices/Kconfig	Fri Feb 12 10:32:17 2010	(r5120)
@@ -89,6 +89,25 @@
 
 endchoice
 
+config YABEL_PCI_ACCESS_OTHER_DEVICES
+	prompt "Allow option roms to acces other devices"
+	bool
+	depends on PCI_OPTION_ROM_RUN_YABEL
+	help
+	  Per default, YABEL only allows option roms to access the PCI device
+	  that they are associated with. However, this causes trouble for some
+	  onboard graphics chips whose option rom needs to reconfigure the 
+	  north bridge. 
+
+config YABEL_VIRTMEM_LOCATION
+	prompt "Location of YABEL's virtual memory"
+	hex
+	depends on EXPERT
+	default 0x1000000
+	help
+	  YABEL requires 1MB memory for its CPU emulation. This memory is
+	  normally located at 16MB.
+
 # TODO: Describe better, and/or make a "choice" selection for this.
 config YABEL_DEBUG_FLAGS
 	prompt "Hex value for YABEL debug flags"




More information about the coreboot mailing list