blob: 7afff9ccf3dec19be47b3470766f9b42abd2d2cd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
|
## SPDX-License-Identifier: GPL-2.0-only
# -----------------------------------------------------------------
entries
# start-bit length config config-ID name
0 120 r 0 reserved_memory
# -----------------------------------------------------------------
# RTC_BOOT_BYTE (coreboot hardcoded)
384 1 e 1 boot_option
388 4 h 0 reboot_counter
# -----------------------------------------------------------------
# coreboot config options: console
392 24 r 0 cmos_post_offset
416 4 e 2 debug_level
# -----------------------------------------------------------------
# coreboot config options: southbridge
420 2 e 3 power_on_after_fail
422 1 e 4 legacy_8254_timer
# -----------------------------------------------------------------
# vboot nv area
816 64 r 0 boot_count_offset
880 128 r 0 vbnv
# -----------------------------------------------------------------
# coreboot config options: check sums
1008 16 h 0 check_sum
#1024 1024 r 0 upper_bank
# -----------------------------------------------------------------
enumerations
#ID value text
1 0 Fallback
1 1 Normal
2 0 Emergency
2 1 Alert
2 2 Critical
2 3 Error
2 4 Warning
2 5 Notice
2 6 Info
2 7 Debug
2 8 Spew
3 0 Disable
3 1 Enable
3 2 Keep
4 0 Disable
4 1 Enable
# -----------------------------------------------------------------
checksums
checksum 416 815 1008
|