mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
* add mc146818rtc runtime option code * drop linuxbios_tables.h - its redundant (tables.h) * add subsystem id support * add option_table as a lar file * fix a typo in xconfig * clean up x86emu makefile * add initial support for normal/fallback (incomplete) * add back LBCHKSUM support in linuxbios table Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Ronald G. Minnich <rminnich@gmail.com> git-svn-id: svn://coreboot.org/repository/LinuxBIOSv3@287 f3766cd6-281f-0410-b1cd-43a5c92072e9
49 lines
1,001 B
Text
49 lines
1,001 B
Text
entries
|
|
|
|
# start-bit length config config-ID name
|
|
0 384 r 0 reserved_memory
|
|
384 1 e 4 boot_option
|
|
385 1 e 4 last_boot
|
|
388 4 r 0 reboot_bits
|
|
392 3 e 5 baud_rate
|
|
412 4 e 6 debug_level
|
|
428 4 h 0 boot_index
|
|
432 8 h 0 boot_countdown
|
|
1008 16 h 0 check_sum
|
|
|
|
enumerations
|
|
|
|
# ID value text
|
|
|
|
1 0 Disable
|
|
1 1 Enable
|
|
|
|
2 0 Enable
|
|
2 1 Disable
|
|
|
|
4 0 Fallback
|
|
4 1 Normal
|
|
|
|
5 0 115200
|
|
5 1 57600
|
|
5 2 38400
|
|
5 3 19200
|
|
5 4 9600
|
|
5 5 4800
|
|
5 6 2400
|
|
5 7 1200
|
|
|
|
6 1 Emergency
|
|
6 2 Alert
|
|
6 3 Critical
|
|
6 4 Error
|
|
6 5 Warning
|
|
6 6 Notice
|
|
6 7 Info
|
|
6 8 Debug
|
|
6 9 Spew
|
|
|
|
checksums
|
|
|
|
checksum 392 1007 1008
|
|
|