diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2018-05-13 18:39:58 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-05-15 11:16:08 +0000 |
commit | 2b2f89565e1298ba9dad355d2de0c943a846acbb (patch) | |
tree | cf088720505bda5d7a25aa9425da35bc905582a1 /src/mainboard/emulation/qemu-q35/cmos.default | |
parent | bb0d839b6895698367d3eab31cfa01f12376ddb2 (diff) |
mb/emulation/qemu-q35: Enable user option table support
It’s unclear why this option was commented out. Activate the line, and
copy the CMOS layout and defaults from qemu-i440fx.
TEST=Boot 2.11.1(Debian 1:2.11+dfsg-1ubuntu7) and see that nvramcui
works. A changed value doesn’t survive a reboot though.
Change-Id: Ieef86f092d323c68a6d2d0cc6c04c395f743a935
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/26265
Reviewed-by: Philipp Deppenwiese <zaolin.daisuki@gmail.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/emulation/qemu-q35/cmos.default')
-rw-r--r-- | src/mainboard/emulation/qemu-q35/cmos.default | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/emulation/qemu-q35/cmos.default b/src/mainboard/emulation/qemu-q35/cmos.default new file mode 100644 index 0000000000..82e6fabab9 --- /dev/null +++ b/src/mainboard/emulation/qemu-q35/cmos.default @@ -0,0 +1,4 @@ +boot_option = Fallback +power_on_after_fail = Enable +debug_level = Spew +ECC_memory = Disable |