2009-08-25 02:53:22 +02:00
|
|
|
menu "Console options"
|
2009-08-12 17:00:51 +02:00
|
|
|
|
2009-10-07 18:15:40 +02:00
|
|
|
# TODO: Rename to SERIAL_CONSOLE once Kconfig transition is complete.
|
2009-09-25 19:24:08 +02:00
|
|
|
config CONSOLE_SERIAL8250
|
2009-10-07 18:15:40 +02:00
|
|
|
bool "Enable serial port console output"
|
2009-08-12 17:00:51 +02:00
|
|
|
default y
|
2009-10-07 18:15:40 +02:00
|
|
|
help
|
|
|
|
Send coreboot debug output to a serial port console.
|
2009-08-12 17:00:51 +02:00
|
|
|
|
2009-10-07 18:15:40 +02:00
|
|
|
# TODO: COM1, COM2 etc.
|
2009-08-12 17:00:51 +02:00
|
|
|
config TTYS0_BASE
|
2009-08-25 02:53:22 +02:00
|
|
|
hex "I/O base for the serial port"
|
2009-09-25 19:24:08 +02:00
|
|
|
depends on CONSOLE_SERIAL8250
|
2009-08-12 17:00:51 +02:00
|
|
|
default 0x3f8
|
|
|
|
|
|
|
|
config TTYS0_BAUD
|
2009-10-07 18:15:40 +02:00
|
|
|
int "Serial port BAUD rate"
|
2009-10-09 19:40:34 +02:00
|
|
|
depends on CONSOLE_SERIAL8250
|
2009-08-12 17:00:51 +02:00
|
|
|
default 115200
|
|
|
|
|
2009-10-07 18:15:40 +02:00
|
|
|
# TODO: Allow user-friendly selection of settings other than 8n1.
|
2009-10-06 22:48:07 +02:00
|
|
|
config TTYS0_LCS
|
|
|
|
int
|
|
|
|
default 3
|
|
|
|
depends on CONSOLE_SERIAL8250
|
|
|
|
|
2009-10-07 18:15:40 +02:00
|
|
|
config SERIAL_POST
|
|
|
|
bool "Enable POST output on the serial port console"
|
|
|
|
depends on CONSOLE_SERIAL8250
|
|
|
|
default n
|
|
|
|
help
|
|
|
|
If enabled, coreboot will additionally print POST codes (which are
|
|
|
|
usually displayed using a so-called "POST card" ISA/PCI/PCI-E
|
|
|
|
device) on the serial console.
|
|
|
|
|
|
|
|
# TODO: FIX DEPENDENCY HERE
|
2009-08-12 17:00:51 +02:00
|
|
|
config USBDEBUG_DIRECT
|
2009-10-07 18:15:40 +02:00
|
|
|
bool "USB 2.0 EHCI debug dongle support"
|
2009-08-12 17:00:51 +02:00
|
|
|
default n
|
2009-10-07 18:15:40 +02:00
|
|
|
help
|
|
|
|
This option allows you to use a so-called USB EHCI Debug device
|
|
|
|
to retrieve the coreboot debug messages (instead, or in addition
|
|
|
|
to, a serial port).
|
|
|
|
|
|
|
|
This feature is NOT supported on all chipsets in coreboot!
|
|
|
|
|
|
|
|
It also requires a USB2 controller which supports the EHCI
|
|
|
|
Debug Port capability. Controllers which are known to work:
|
|
|
|
|
|
|
|
* 10b9:5239 ALi Corporation USB 2.0 (USB PCI card)
|
|
|
|
* 8086:24cd Intel ICH4/ICH4-M
|
|
|
|
* 8086:24dd Intel ICH5
|
|
|
|
* 8086:265c Intel ICH6
|
|
|
|
* 8086:268c Intel 631xESB/632xESB/3100
|
|
|
|
* 8086:27cc Intel ICH7
|
|
|
|
* 8086:2836 Intel ICH8
|
|
|
|
* 8086:283a Intel ICH8
|
|
|
|
* 8086:293a Intel ICH9
|
|
|
|
* 10de:0088 NVIDIA MCP2A
|
|
|
|
* 10de:005b NVIDIA CK804
|
|
|
|
* 10de:026e NVIDIA MCP51
|
|
|
|
* 10de:036d NVIDIA MCP55
|
|
|
|
* 10de:03f2 NVIDIA MCP61
|
|
|
|
* 1002:4386 ATI/AMD SB600
|
|
|
|
* 1106:3104 VIA VX800
|
|
|
|
|
|
|
|
See http://www.coreboot.org/EHCI_Debug_Port for an up-to-date list.
|
2009-08-12 17:00:51 +02:00
|
|
|
|
|
|
|
config CONSOLE_VGA
|
2009-10-07 18:15:40 +02:00
|
|
|
bool "Use VGA console once initialized"
|
2009-08-12 17:00:51 +02:00
|
|
|
default n
|
|
|
|
|
2009-10-07 18:15:40 +02:00
|
|
|
# TODO: Deps?
|
|
|
|
# TODO: Improve description.
|
2009-09-22 20:49:08 +02:00
|
|
|
config CONSOLE_VGA_ONBOARD_AT_FIRST
|
2009-10-07 18:15:40 +02:00
|
|
|
bool "Use onboard VGA as primary video device"
|
2009-09-22 20:49:08 +02:00
|
|
|
default n
|
|
|
|
help
|
|
|
|
If not selected, the last adapter found will be used.
|
|
|
|
|
2009-10-11 15:35:24 +02:00
|
|
|
choice
|
|
|
|
prompt "Maximum console log level"
|
|
|
|
default MAXIMUM_CONSOLE_LOGLEVEL_8
|
|
|
|
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_8
|
|
|
|
bool "8: SPEW"
|
|
|
|
help
|
|
|
|
Way too many details.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_7
|
|
|
|
bool "7: DEBUG"
|
|
|
|
help
|
|
|
|
Debug-level messages.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_6
|
|
|
|
bool "6: INFO"
|
|
|
|
help
|
|
|
|
Informational messages.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_5
|
|
|
|
bool "5: NOTICE"
|
|
|
|
help
|
|
|
|
Normal but significant conditions.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_4
|
|
|
|
bool "4: WARNING"
|
|
|
|
help
|
|
|
|
Warning conditions.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_3
|
|
|
|
bool "3: ERR"
|
|
|
|
help
|
|
|
|
Error conditions.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_2
|
|
|
|
bool "2: CRIT"
|
|
|
|
help
|
|
|
|
Critical conditions.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_1
|
|
|
|
bool "1: ALERT"
|
|
|
|
help
|
|
|
|
Action must be taken immediately.
|
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL_0
|
|
|
|
bool "0: EMERG"
|
|
|
|
help
|
|
|
|
System is unusable.
|
|
|
|
|
|
|
|
endchoice
|
|
|
|
|
2009-08-12 17:00:51 +02:00
|
|
|
config MAXIMUM_CONSOLE_LOGLEVEL
|
2009-10-11 15:35:24 +02:00
|
|
|
int
|
|
|
|
default 0 if MAXIMUM_CONSOLE_LOGLEVEL_0
|
|
|
|
default 1 if MAXIMUM_CONSOLE_LOGLEVEL_1
|
|
|
|
default 2 if MAXIMUM_CONSOLE_LOGLEVEL_2
|
|
|
|
default 3 if MAXIMUM_CONSOLE_LOGLEVEL_3
|
|
|
|
default 4 if MAXIMUM_CONSOLE_LOGLEVEL_4
|
|
|
|
default 5 if MAXIMUM_CONSOLE_LOGLEVEL_5
|
|
|
|
default 6 if MAXIMUM_CONSOLE_LOGLEVEL_6
|
|
|
|
default 7 if MAXIMUM_CONSOLE_LOGLEVEL_7
|
|
|
|
default 8 if MAXIMUM_CONSOLE_LOGLEVEL_8
|
|
|
|
help
|
|
|
|
Map the log level config names to an integer.
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Default console log level"
|
|
|
|
default DEFAULT_CONSOLE_LOGLEVEL_8
|
|
|
|
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_8
|
|
|
|
bool "8: SPEW"
|
|
|
|
help
|
|
|
|
Way too many details.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_7
|
|
|
|
bool "7: DEBUG"
|
|
|
|
help
|
|
|
|
Debug-level messages.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_6
|
|
|
|
bool "6: INFO"
|
|
|
|
help
|
|
|
|
Informational messages.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_5
|
|
|
|
bool "5: NOTICE"
|
|
|
|
help
|
|
|
|
Normal but significant conditions.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_4
|
|
|
|
bool "4: WARNING"
|
|
|
|
help
|
|
|
|
Warning conditions.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_3
|
|
|
|
bool "3: ERR"
|
|
|
|
help
|
|
|
|
Error conditions.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_2
|
|
|
|
bool "2: CRIT"
|
|
|
|
help
|
|
|
|
Critical conditions.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_1
|
|
|
|
bool "1: ALERT"
|
|
|
|
help
|
|
|
|
Action must be taken immediately.
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL_0
|
|
|
|
bool "0: EMERG"
|
|
|
|
help
|
|
|
|
System is unusable.
|
|
|
|
|
|
|
|
endchoice
|
2009-08-12 17:00:51 +02:00
|
|
|
|
|
|
|
config DEFAULT_CONSOLE_LOGLEVEL
|
2009-10-11 15:35:24 +02:00
|
|
|
int
|
|
|
|
default 0 if DEFAULT_CONSOLE_LOGLEVEL_0
|
|
|
|
default 1 if DEFAULT_CONSOLE_LOGLEVEL_1
|
|
|
|
default 2 if DEFAULT_CONSOLE_LOGLEVEL_2
|
|
|
|
default 3 if DEFAULT_CONSOLE_LOGLEVEL_3
|
|
|
|
default 4 if DEFAULT_CONSOLE_LOGLEVEL_4
|
|
|
|
default 5 if DEFAULT_CONSOLE_LOGLEVEL_5
|
|
|
|
default 6 if DEFAULT_CONSOLE_LOGLEVEL_6
|
|
|
|
default 7 if DEFAULT_CONSOLE_LOGLEVEL_7
|
|
|
|
default 8 if DEFAULT_CONSOLE_LOGLEVEL_8
|
|
|
|
help
|
|
|
|
Map the log level config names to an integer.
|
2009-08-12 17:00:51 +02:00
|
|
|
|
|
|
|
endmenu
|
|
|
|
|