diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-15 16:45:19 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-16 09:23:44 +0100 |
commit | c0ae684d1663d0eec364270c85915e42cdd61bc6 (patch) | |
tree | 7ed64449c4343fb27a9c65b339022e001aa819ef /src/mainboard/supermicro/h8qme_fam10 | |
parent | 9b68f05fc8c0a06fee384d260d0d960da755004b (diff) | |
download | coreboot-c0ae684d1663d0eec364270c85915e42cdd61bc6.tar.xz |
mainboard/cmos: Move ECC variables out of fallback mechanism byte
Change-Id: Icebc12d8f83494150a7bdd3adcc168d7b48b2e68
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8458
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/supermicro/h8qme_fam10')
-rw-r--r-- | src/mainboard/supermicro/h8qme_fam10/cmos.layout | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mainboard/supermicro/h8qme_fam10/cmos.layout b/src/mainboard/supermicro/h8qme_fam10/cmos.layout index 288f99f903..eb17a59a6a 100644 --- a/src/mainboard/supermicro/h8qme_fam10/cmos.layout +++ b/src/mainboard/supermicro/h8qme_fam10/cmos.layout @@ -25,8 +25,6 @@ entries 0 384 r 0 reserved_memory 384 1 e 4 boot_option 385 1 e 4 last_boot -386 1 e 1 ECC_memory -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 @@ -45,6 +43,8 @@ entries 444 1 e 1 nmi 445 1 e 1 iommu 446 1 e 1 power_on_after_fail +456 1 e 1 ECC_memory +457 1 e 1 ECC_redirection 728 256 h 0 user_data 984 16 h 0 check_sum # Reserve the extended AMD configuration registers |