diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-14 17:06:03 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-16 09:03:50 +0100 |
commit | c93662443350940a3ff13c816453bac262ef015d (patch) | |
tree | 35ad218dbc43de0bf5d86bcf8db7105d70600eb9 /src/mainboard/asus | |
parent | e23d5b0d59ae60abead1dbbdb1bf0f6d71bbd22a (diff) |
mainboard/asus/kfsn4-dre: Add ECC redirection to NVRAM
Change-Id: Ie7a73a5962e61585ebc427005e72715c8da4e0ac
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8451
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/cmos.default | 1 | ||||
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/cmos.layout | 13 |
2 files changed, 8 insertions, 6 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/cmos.default b/src/mainboard/asus/kfsn4-dre/cmos.default index 733e75b9f2..56ee5d43d9 100644 --- a/src/mainboard/asus/kfsn4-dre/cmos.default +++ b/src/mainboard/asus/kfsn4-dre/cmos.default @@ -4,6 +4,7 @@ multi_core = Enable slow_cpu = off max_mem_clock = DDR2-800 ECC_memory = Enable +ECC_redirection = Disable ecc_scrub_rate = 1.28us interleave_chip_selects = Enable power_on_after_fail = Enable
\ No newline at end of file diff --git a/src/mainboard/asus/kfsn4-dre/cmos.layout b/src/mainboard/asus/kfsn4-dre/cmos.layout index 4dd458fc1f..a111047884 100644 --- a/src/mainboard/asus/kfsn4-dre/cmos.layout +++ b/src/mainboard/asus/kfsn4-dre/cmos.layout @@ -49,12 +49,13 @@ entries 384 1 e 4 boot_option 385 1 e 4 last_boot 386 1 e 1 ECC_memory -388 4 r 0 reboot_bits -392 3 e 5 baud_rate -395 5 e 10 ecc_scrub_rate -400 1 e 1 interleave_chip_selects -401 2 e 8 max_mem_clock -403 1 e 2 multi_core +387 1 e 1 ECC_redirection +389 4 r 0 reboot_bits +393 3 e 5 baud_rate +396 5 e 10 ecc_scrub_rate +401 1 e 1 interleave_chip_selects +402 2 e 8 max_mem_clock +404 1 e 2 multi_core 412 4 e 6 debug_level 416 4 e 7 boot_first 420 4 e 7 boot_second |