diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2018-01-27 23:08:11 +0100 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2018-02-06 15:20:41 +0000 |
commit | 75f5d9991deba9c73e021a93800915ee8c042ab9 (patch) | |
tree | bf4526773c78ae1668325a603d831a8a3cb01934 /src/mainboard | |
parent | 25874b86c311a836e93ab505ee552d154a441f23 (diff) | |
download | coreboot-75f5d9991deba9c73e021a93800915ee8c042ab9.tar.xz |
mb/asus/m2v-mx_se: Add `cmos.default`
Add `cmos.default` to get rid of four seconds in romstage. Choose 8 MB
for size for video RAM.
Order the entries like in `cmos.layout`.
Change-Id: If2dcc266f6f061807401b62647124ce96e9a3802
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/23468
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/asus/m2v-mx_se/cmos.default | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/mainboard/asus/m2v-mx_se/cmos.default b/src/mainboard/asus/m2v-mx_se/cmos.default new file mode 100644 index 0000000000..fae766bc88 --- /dev/null +++ b/src/mainboard/asus/m2v-mx_se/cmos.default @@ -0,0 +1,11 @@ +boot_option = Fallback +hw_scrubber = Enable +interleave_chip_selects = Enable +max_mem_clock = DDR2-400 +multi_core = Enable +power_on_after_fail = On +debug_level = Spew +slow_cpu = off +nmi = Disable +videoram_size = 8MB +iommu = Enable |