From 5fc1ad101cd69fa91e2c33761aa45b69d535ef85 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 14 Feb 2015 17:01:49 -0600 Subject: mainboard/asus/kfsn4-dre: Add default NVRAM settings Change-Id: Ic86104d6e7811b0bda9279411db84f464324994a Signed-off-by: Timothy Pearson Reviewed-on: http://review.coreboot.org/8450 Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc --- src/mainboard/asus/kfsn4-dre/Kconfig | 1 + src/mainboard/asus/kfsn4-dre/cmos.default | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/mainboard/asus/kfsn4-dre/cmos.default (limited to 'src/mainboard/asus/kfsn4-dre') diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig index f2530e51a5..647c0749e2 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 0000000000..733e75b9f2 --- /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 -- cgit v1.2.3