aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/intel/d945gclf/cmos.default
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2016-10-17 00:04:25 +0200
committerMartin Roth <martinroth@google.com>2016-11-28 03:37:38 +0100
commitcfa1fd2b20065b748a9e3b8281a1dc70c19fbd18 (patch)
tree5a792e33f664a86e4a488491675455d4176345be /src/mainboard/intel/d945gclf/cmos.default
parent1ef1ef3f56706d9b96500b8a38546d34d64f64ce (diff)
mb/intel/d945gclf: Add cmos.default
With this the system falls back to sane default settings when nvram is invalid. Change-Id: Ie13fd01c4f8403cbedbd7497ad9012c30f494a69 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/17042 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: David Hendricks <dhendrix@chromium.org>
Diffstat (limited to 'src/mainboard/intel/d945gclf/cmos.default')
-rw-r--r--src/mainboard/intel/d945gclf/cmos.default7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/intel/d945gclf/cmos.default b/src/mainboard/intel/d945gclf/cmos.default
new file mode 100644
index 0000000000..ab7aac1b89
--- /dev/null
+++ b/src/mainboard/intel/d945gclf/cmos.default
@@ -0,0 +1,7 @@
+boot_option=Fallback
+baud_rate=115200
+debug_level=Spew
+hyper_threading=Enable
+nmi=Enable
+boot_devices=''
+gfx_uma_size=8M \ No newline at end of file