Since some people disapprove of white space cleanups mixed in regular commits
[coreboot.git] / src / mainboard / intel / xe7501devkit / cmos.layout
1 # NOTE: This file must be in UNIX format (not DOS) or build_opt_tbl fails:
2 # "Error - Name  is an invalid identifier in line"
3
4 entries
5
6 #start-bit length  config config-ID    name
7 0           512      r       0        reserved_memory1  # We know nothing about the factory BIOS
8 512         512      r       0        reserved_memory2  # More factory BIOS
9
10 # Work in progress.
11 # This is where we would put the LB RTC_BOOT_BYTE options once the code
12 # supports finding them there.
13 #1024         1       e       4        boot_option
14 #1025         1       e       4        last_boot
15 #1026         1       e       1        ECC_memory
16 #1028         4       r       0        reboot_bits
17
18 # Options used by XE7501DevKit
19 #1032         3       e       5        baud_rate
20 #1035         1       e       2        hyper_threading
21 #1036         1       e       1        power_on_after_fail
22 #1037         1       e       1        nmi
23
24 #1040         4       e       6        debug_level
25
26 #1048        16       h       0        check_sum
27
28
29
30 enumerations
31
32 #ID value   text
33 1     0     Disable
34 1     1     Enable
35 2     0     Enable
36 2     1     Disable
37 4     0     Fallback
38 4     1     Normal
39 5     0     115200
40 5     1     57600
41 5     2     38400
42 5     3     19200
43 5     4     9600
44 5     5     4800
45 5     6     2400
46 5     7     1200
47 6     6     Notice
48 6     7     Info
49 6     8     Debug
50 6     9     Spew
51
52 checksums
53
54 # Checksum FROM bit-location TO bit-location STORE AT bit-location
55 checksum 1024 1047 1048
56