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>
This commit is contained in:
parent
68c4475df3
commit
5fc1ad101c
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Reference in New Issue