summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPattrick Hueper <phueper@hueper.net>2009-03-18 16:26:56 +0000
committerPattrick Hueper <phueper@hueper.net>2009-03-18 16:26:56 +0000
commit6258e1e82622a5642e073e4df07a6e3ad31b46b5 (patch)
tree9925c92c2fc0a59c8badae24216b8d6f5aa743f9
parent2a7dcbc865048991beb0998574f702ede516dcc1 (diff)
downloadcoreboot-6258e1e82622a5642e073e4df07a6e3ad31b46b5.tar.gz
coreboot-6258e1e82622a5642e073e4df07a6e3ad31b46b5.tar.bz2
coreboot-6258e1e82622a5642e073e4df07a6e3ad31b46b5.zip
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@hueper.net> Tested and Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1154 f3766cd6-281f-0410-b1cd-43a5c92072e9
-rw-r--r--device/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/device/Kconfig b/device/Kconfig
index ac37cdc112f6..2fa99276de35 100644
--- a/device/Kconfig
+++ b/device/Kconfig
@@ -111,6 +111,14 @@ menu "Advanced YABEL Settings"
help
Set YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h
+ config YABEL_PCI_ACCESS_OTHER_DEVICES
+ bool "Allow PCI Config Access to other devices"
+ default n
+ help
+ 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.
+
endmenu
# TODO: This should probably become a CMOS option.