diff options
author | Timothy Pearson <tpearson@raptorengineeringinc.com> | 2015-02-14 16:52:00 -0600 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-16 08:07:34 +0100 |
commit | 68c4475df328c082bfb9b893229a9a5be93d8b29 (patch) | |
tree | e650103e459dfdc83408694cec423f34132ae897 /src | |
parent | 2012b8127bfd27ec1ce5df7c12d04136588a57b0 (diff) | |
download | coreboot-68c4475df328c082bfb9b893229a9a5be93d8b29.tar.xz |
mainboard/asus/kfsn4-dre: Fix invalid CMOS enums
Change-Id: Id837445f346e9ab0218ccca12794b519a8a71c0d
Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com>
Reviewed-on: http://review.coreboot.org/8449
Tested-by: build bot (Jenkins)
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/mainboard/asus/kfsn4-dre/cmos.layout | 21 |
1 files changed, 13 insertions, 8 deletions
diff --git a/src/mainboard/asus/kfsn4-dre/cmos.layout b/src/mainboard/asus/kfsn4-dre/cmos.layout index 3bb6df346e..45b0cbc366 100644 --- a/src/mainboard/asus/kfsn4-dre/cmos.layout +++ b/src/mainboard/asus/kfsn4-dre/cmos.layout @@ -89,10 +89,15 @@ enumerations 5 5 4800 5 6 2400 5 7 1200 -6 6 Notice -6 7 Info -6 8 Debug -6 9 Spew +6 0 Emergency +6 1 Alert +6 2 Critical +6 3 Error +6 4 Warning +6 5 Notice +6 6 Information +6 7 Debug +6 8 Spew 7 0 Network 7 1 HDD 7 2 Floppy @@ -100,10 +105,10 @@ enumerations 7 9 Fallback_HDD 7 10 Fallback_Floppy #7 3 ROM -8 0 200Mhz -8 1 166Mhz -8 2 133Mhz -8 3 100Mhz +8 0 DDR2-800 +8 1 DDR2-667 +8 2 DDR2-533 +8 3 DDR2-400 9 0 off 9 1 87.5% 9 2 75.0% |