mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
add YABEL Debug Flag config variable
Signed-off-by: Pattrick Hueper <phueper@hueper.net> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://coreboot.org/repository/coreboot-v3@1148 f3766cd6-281f-0410-b1cd-43a5c92072e9
This commit is contained in:
parent
7b97aad41f
commit
f8b3fed317
1 changed files with 6 additions and 0 deletions
|
@ -105,6 +105,12 @@ menu "Advanced YABEL Settings"
|
|||
If YABEL_ADVANCED_SETTINGS is not enabled, the code defaults
|
||||
to 0x1000000 (16 MB).
|
||||
|
||||
config YABEL_DEBUG_FLAGS
|
||||
hex "YABEL Debug Flags"
|
||||
default 0
|
||||
help
|
||||
Set YABEL debug flags, for possible values, see util/x86emu/yabel/debug.h
|
||||
|
||||
endmenu
|
||||
|
||||
# TODO: This should probably become a CMOS option.
|
||||
|
|
Loading…
Add table
Reference in a new issue