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>
This commit is contained in:
parent
e23d5b0d59
commit
c936624433
|
@ -4,6 +4,7 @@ multi_core = Enable
|
||||||
slow_cpu = off
|
slow_cpu = off
|
||||||
max_mem_clock = DDR2-800
|
max_mem_clock = DDR2-800
|
||||||
ECC_memory = Enable
|
ECC_memory = Enable
|
||||||
|
ECC_redirection = Disable
|
||||||
ecc_scrub_rate = 1.28us
|
ecc_scrub_rate = 1.28us
|
||||||
interleave_chip_selects = Enable
|
interleave_chip_selects = Enable
|
||||||
power_on_after_fail = Enable
|
power_on_after_fail = Enable
|
|
@ -49,12 +49,13 @@ entries
|
||||||
384 1 e 4 boot_option
|
384 1 e 4 boot_option
|
||||||
385 1 e 4 last_boot
|
385 1 e 4 last_boot
|
||||||
386 1 e 1 ECC_memory
|
386 1 e 1 ECC_memory
|
||||||
388 4 r 0 reboot_bits
|
387 1 e 1 ECC_redirection
|
||||||
392 3 e 5 baud_rate
|
389 4 r 0 reboot_bits
|
||||||
395 5 e 10 ecc_scrub_rate
|
393 3 e 5 baud_rate
|
||||||
400 1 e 1 interleave_chip_selects
|
396 5 e 10 ecc_scrub_rate
|
||||||
401 2 e 8 max_mem_clock
|
401 1 e 1 interleave_chip_selects
|
||||||
403 1 e 2 multi_core
|
402 2 e 8 max_mem_clock
|
||||||
|
404 1 e 2 multi_core
|
||||||
412 4 e 6 debug_level
|
412 4 e 6 debug_level
|
||||||
416 4 e 7 boot_first
|
416 4 e 7 boot_first
|
||||||
420 4 e 7 boot_second
|
420 4 e 7 boot_second
|
||||||
|
|
Loading…
Reference in New Issue