Console and outputs: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
Coreboot has various possible consoles:
Coreboot has various possible consoles:
* [[Serial console]]
{| class="wikitable"  border="1"
* [[EHCI Debug Port| Console Over EHCI debug port]]
! Output name
* [[Spkmodem| Console trough spkmodem]]
! direction(from the target coreboot machine point of view)
* [[Network console]]
! software compatibility
* [[Cbmem console]]
|-
! [[Serial console]]
|
* input
* output
|-
! [[EHCI Debug Port| Console Over EHCI debug port]]
|
* input?
* output
|-
! [[Spkmodem| Console trough spkmodem]]
|
* output only
|-
! [[Network console]]
|
* output
|-
! [[Cbmem console]]
|
* output only
|-
|}
Other output:
Other output:
* [[Developer Manual/Tools#POST card|POST Card]]
* [[Developer Manual/Tools#POST card|POST Card]]
* Tracing the Flash chip's access?
* Tracing the Flash chip's access?

Revision as of 12:27, 15 December 2013

Coreboot has various possible consoles:

Output name direction(from the target coreboot machine point of view) software compatibility
Serial console
  • input
  • output
Console Over EHCI debug port
  • input?
  • output
Console trough spkmodem
  • output only
Network console
  • output
Cbmem console
  • output only

Other output: