mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: configs: Add some sample default configuration files
Test some config options that don't typically get tested. BUG=None BRANCH=None TEST=None Signed-off-by: Martin Roth <martinroth@google.com> Reviewed-on: https://review.coreboot.org/17591 Tested-by: build bot (Jenkins) Reviewed-by: Nico Huber <nico.h@gmx.de> Change-Id: Ie05c99411c8ce6462a6f5502b086ee2b72a4324b Reviewed-on: https://chromium-review.googlesource.com/418442 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
450aa6ab3e
commit
5e89ac496d
3 changed files with 17 additions and 0 deletions
1
configs/config.emulation_qemu_x86_i440fx
Normal file
1
configs/config.emulation_qemu_x86_i440fx
Normal file
|
@ -0,0 +1 @@
|
|||
# Everything is default, so the config is empty.
|
10
configs/config.emulation_qemu_x86_i440fx_debug
Normal file
10
configs/config.emulation_qemu_x86_i440fx_debug
Normal file
|
@ -0,0 +1,10 @@
|
|||
CONFIG_GDB_STUB=y
|
||||
CONFIG_GDB_WAIT=y
|
||||
CONFIG_FATAL_ASSERTS=y
|
||||
CONFIG_DEBUG_CBFS=y
|
||||
CONFIG_DEBUG_PIRQ=y
|
||||
CONFIG_DEBUG_MALLOC=y
|
||||
CONFIG_DEBUG_ACPI=y
|
||||
CONFIG_TRACE=y
|
||||
CONFIG_DEBUG_BOOT_STATE=y
|
||||
CONFIG_DEBUG_ADA_CODE=y
|
6
configs/config.emulation_qemu_x86_i440fx_noserial
Normal file
6
configs/config.emulation_qemu_x86_i440fx_noserial
Normal file
|
@ -0,0 +1,6 @@
|
|||
CONFIG_COLLECT_TIMESTAMPS=y
|
||||
# CONFIG_POST_IO is not set
|
||||
# CONFIG_POST_DEVICE is not set
|
||||
CONFIG_CONSOLE_POST=y
|
||||
CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y
|
||||
# CONFIG_CONSOLE_SERIAL is not set
|
Loading…
Add table
Reference in a new issue