Console and outputs: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 34: | Line 34: | ||
* output only | * output only | ||
| | | | ||
For reading the buffer: | |||
* grub with the cbmemc command | * grub with the cbmemc command | ||
* coreboot's userspace cbmem -c uttility | * coreboot's userspace cbmem -c uttility | ||
For writting to the buffer: | |||
* coreboot console output | |||
* grub console output | |||
|- | |- | ||
|} | |} |
Revision as of 12:33, 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 |
| |
Network console |
| |
Cbmem console |
|
For reading the buffer:
For writting to the buffer:
|
Other output:
- POST Card
- Tracing the Flash chip's access?