UPSTREAM: emulation/qemu-i440fx: add cmos.default file

Add cmos.default file in order to ease future testing and debugging of
cmos related code.

BUG=None
BRANCH=None
TEST=None

Signed-off-by: Antonello Dettori <dev@dettori.io>
Reviewed-on: https://review.coreboot.org/16247
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Martin Roth <martinroth@google.com>

Change-Id: I7c6a0aa4e38bb08a520e4838fa216c81b50f2917
Reviewed-on: https://chromium-review.googlesource.com/374124
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:
Antonello Dettori 2016-08-17 22:38:17 +02:00 committed by chrome-bot
commit 51f87c0f70
2 changed files with 6 additions and 0 deletions

View file

@ -5,6 +5,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
select CPU_QEMU_X86
select SOUTHBRIDGE_INTEL_I82371EB
select HAVE_OPTION_TABLE
select HAVE_CMOS_DEFAULT
select HAVE_PIRQ_TABLE
select HAVE_ACPI_TABLES
select BOARD_ROMSIZE_KB_256

View file

@ -0,0 +1,5 @@
boot_option = Fallback
baud_rate = 115200
power_on_after_fail = Enable
debug_level = Spew
ECC_memory = Disable