Fix obviously (syntactically) broken cmos.layout (trivial).
Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@3637 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
cf762a4be5
commit
69e9cc4fbd
|
@ -40,9 +40,15 @@ entries
|
||||||
428 4 h 0 boot_index
|
428 4 h 0 boot_index
|
||||||
432 8 h 0 boot_countdown
|
432 8 h 0 boot_countdown
|
||||||
440 4 e 9 slow_cpu
|
440 4 e 9 slow_cpu
|
||||||
444 1 e 1 nmi 445 1 e 1 iommu 728 256 h 0 user_data 984 16 h 0 check_sum
|
444 1 e 1 nmi
|
||||||
|
445 1 e 1 iommu
|
||||||
|
728 256 h 0 user_data
|
||||||
|
984 16 h 0 check_sum
|
||||||
# Reserve the extended AMD configuration registers
|
# Reserve the extended AMD configuration registers
|
||||||
1000 24 r 0 reserved_memory enumerations
|
1000 24 r 0 reserved_memory
|
||||||
|
|
||||||
|
enumerations
|
||||||
|
|
||||||
#ID value text
|
#ID value text
|
||||||
1 0 Disable
|
1 0 Disable
|
||||||
1 1 Enable
|
1 1 Enable
|
||||||
|
@ -58,13 +64,17 @@ entries
|
||||||
5 5 4800
|
5 5 4800
|
||||||
5 6 2400
|
5 6 2400
|
||||||
5 7 1200
|
5 7 1200
|
||||||
|
|
||||||
6 6 Notice
|
6 6 Notice
|
||||||
6 7 Info
|
6 7 Info
|
||||||
6 8 Debug
|
6 8 Debug
|
||||||
6 9 Spew
|
6 9 Spew
|
||||||
7 0 Network
|
7 0 Network
|
||||||
7 1 HDD
|
7 1 HDD
|
||||||
7 2 Floppy 7 8 Fallback_Network 7 9 Fallback_HDD 7 10 Fallback_Floppy
|
7 2 Floppy
|
||||||
|
7 8 Fallback_Network
|
||||||
|
7 9 Fallback_HDD
|
||||||
|
7 10 Fallback_Floppy
|
||||||
#7 3 ROM
|
#7 3 ROM
|
||||||
8 0 DDR400
|
8 0 DDR400
|
||||||
8 1 DDR333
|
8 1 DDR333
|
||||||
|
@ -74,4 +84,11 @@ entries
|
||||||
9 1 87.5 %
|
9 1 87.5 %
|
||||||
9 2 75.0 %
|
9 2 75.0 %
|
||||||
9 3 62.5 %
|
9 3 62.5 %
|
||||||
9 4 50.0 % 9 5 37.5 % 9 6 25.0 % 9 7 12.5 % checksums checksum 392 983 984
|
9 4 50.0 %
|
||||||
|
9 5 37.5 %
|
||||||
|
9 6 25.0 %
|
||||||
|
9 7 12.5 %
|
||||||
|
|
||||||
|
checksums
|
||||||
|
|
||||||
|
checksum 392 983 984
|
||||||
|
|
Loading…
Reference in New Issue