On Mon, Jul 27, 2020 at 02:59:42PM +0200, Paul Menzel wrote:
Currently, setting SeaBIOS debug level to 3, the log is filled with messages like below.
ns 1 read lba 11346288+8: 0 ns 1 read lba 11346296+4: 0 ns 1 read lba 11346300+4: 0 ns 1 read lba 11346304+8: 0 ns 1 read lba 11346312+8: 0 ns 1 read lba 11346320+8: 0 ns 1 read lba 11346328+8: 0 ns 1 read lba 11346336+8: 0
With SeaBIOS as coreboot payload, this fills up the CBMEM console buffer.
So, increase the debug level to 5, so possible console buffer do not overflow.
Thanks. I committed this change.
-Kevin