2019-03-18 11:32:34 +01:00
|
|
|
## SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
|
|
|
|
# -----------------------------------------------------------------
|
|
|
|
entries
|
|
|
|
|
|
|
|
#start-bit length config config-ID name
|
|
|
|
|
2020-11-03 00:29:39 +01:00
|
|
|
0 120 r 0 reserved_memory
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# RTC_BOOT_BYTE (coreboot hardcoded)
|
2020-11-03 00:29:39 +01:00
|
|
|
384 1 e 4 boot_option
|
|
|
|
388 4 h 0 reboot_counter
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# coreboot config options: console
|
2020-11-03 00:29:39 +01:00
|
|
|
395 4 e 3 debug_level
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# coreboot config options: cpu
|
2020-11-03 00:29:39 +01:00
|
|
|
400 1 e 2 hyper_threading
|
|
|
|
401 1 e 2 vtd
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# coreboot config options: pch
|
2020-11-03 00:29:39 +01:00
|
|
|
408 2 e 4 power_on_after_fail
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# coreboot config options: mainboard
|
2020-11-03 00:29:39 +01:00
|
|
|
440 1 e 2 ethernet1
|
2021-07-01 22:53:45 +02:00
|
|
|
441 1 e 1 inhibit_flashlock
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# payload config options
|
2020-11-03 00:29:39 +01:00
|
|
|
512 256 s 0 boot_devices
|
|
|
|
768 8 h 0 boot_default
|
|
|
|
784 1 e 1 cmos_defaults_loaded
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# coreboot config options: check sums
|
2020-11-03 00:29:39 +01:00
|
|
|
984 16 h 0 check_sum
|
2019-03-18 11:32:34 +01:00
|
|
|
|
|
|
|
# -----------------------------------------------------------------
|
|
|
|
|
|
|
|
enumerations
|
|
|
|
|
2020-11-03 00:29:39 +01:00
|
|
|
#ID value text
|
|
|
|
1 0 No
|
|
|
|
1 1 Yes
|
|
|
|
2 0 Disable
|
|
|
|
2 1 Enable
|
|
|
|
3 0 Emergency
|
|
|
|
3 1 Alert
|
|
|
|
3 2 Critical
|
|
|
|
3 3 Error
|
|
|
|
3 4 Warning
|
|
|
|
3 5 Notice
|
|
|
|
3 6 Info
|
|
|
|
3 7 Debug
|
|
|
|
3 8 Spew
|
|
|
|
4 0 Disable
|
|
|
|
4 1 Enable
|
|
|
|
4 2 Keep
|
2019-03-18 11:32:34 +01:00
|
|
|
# -----------------------------------------------------------------
|
|
|
|
checksums
|
|
|
|
|
|
|
|
checksum 392 983 984
|