mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
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
This commit is contained in:
parent
2a7dcbc865
commit
6258e1e826
1 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue