Hi,
On 03.04.20 21:30, None via coreboot wrote:
However the logs seems truncated, just like if the log buffer is not flushed on the console until it is full ?
For instance the last output showed on the console is :
[...] BS: BS_PAYLOAD_LOAD times (ms): entry 0 run 22 exit 0 ICH-NM10-PCH: watchdog disabled Jumping to boot code at 000fd258(7f688000)
this is the last message coreboot prints. So the logs are not truncated. Maybe you just need to increase the log level ("Console" menu in Kconfig or an nvram option if you enabled USE_OPTION_TABLE). The cbmem console is verbose by default, slower consoles are not.
Nico