diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-14 17:01:49 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-16 08:27:08 +0100 |
commit | 5fc1ad101cd69fa91e2c33761aa45b69d535ef85 (patch) | |
tree | 37509d10eca6b734948383f174df1bcd184d6945 /src/mainboard/asus | |
parent | 68c4475df328c082bfb9b893229a9a5be93d8b29 (diff) | |
download | coreboot-5fc1ad101cd69fa91e2c33761aa45b69d535ef85.tar.gz coreboot-5fc1ad101cd69fa91e2c33761aa45b69d535ef85.tar.bz2 coreboot-5fc1ad101cd69fa91e2c33761aa45b69d535ef85.zip |
mainboard/asus/kfsn4-dre: Add default NVRAM settings
Change-Id: Ic86104d6e7811b0bda9279411db84f464324994a
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8450
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/asus')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/Kconfig | 1 | ||||
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/cmos.default | 9 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index f2530e51a530..647c0749e2ae 100644 --- a/src/mainboard/asus/kfsn4-dre/Kconfig +++ b/src/mainboard/asus/kfsn4-dre/Kconfig @@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select PARALLEL_CPU_INIT select HAVE_HARD_RESET select HAVE_OPTION_TABLE + select HAVE_CMOS_DEFAULT select HAVE_PIRQ_TABLE select HAVE_MP_TABLE select HAVE_ACPI_TABLES diff --git a/src/mainboard/asus/kfsn4-dre/cmos.default b/src/mainboard/asus/kfsn4-dre/cmos.default new file mode 100644 index 000000000000..733e75b9f2db --- /dev/null +++ b/src/mainboard/asus/kfsn4-dre/cmos.default @@ -0,0 +1,9 @@ +baud_rate = 115200 +debug_level = Alert +multi_core = Enable +slow_cpu = off +max_mem_clock = DDR2-800 +ECC_memory = Enable +ecc_scrub_rate = 1.28us +interleave_chip_selects = Enable +power_on_after_fail = Enable
\ No newline at end of file |