Console and outputs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
|- | |- | ||
! [[Spkmodem| Console trough spkmodem]] | ! [[Spkmodem| Console trough spkmodem]] | ||
| | |||
* output only | |||
| | |||
For writting to it: | For writting to it: | ||
* coreboot's console | * coreboot's console | ||
* grub's console | * grub's console | ||
For reading it: | For reading it: | ||
* coreboot's/grub's spkmodem_recv | * coreboot's/grub's (same uttility, but in both git repositories) spkmodem_recv uttilty | ||
|- | |- | ||
! [[Network console]] | ! [[Network console]] |
Revision as of 12:37, 15 December 2013
Coreboot has various possible consoles:
Output name | direction (from the target coreboot machine point of view) | software compatibility (compatibility with software loaded after coreboot, like OS payloads etc...) |
---|---|---|
Serial console |
|
|
Console Over EHCI debug port |
| |
Console trough spkmodem |
|
For writting to it:
For reading it:
|
Network console |
| |
Cbmem console |
|
For writting to the buffer:
For reading the buffer:
|
Other output:
- POST Card
- Tracing the Flash chip's access?