<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">seabios doesn't read the log, instead it'll append its own messages.<br>Which I expect will continue to work fine, except when it hits the end<br>of the log buffer, where seabios will simply stop logging instead of<br>rolling over.<br></blockquote><div><br></div><div>Right, sorry, I confused something while writing the explanation there. Nevertheless, the SeaBIOS code will require a small adjustment (same as the libpayload driver in the patch I linked) to continue appending correctly after the log has rolled over, and I'll provide that patch. </div></div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr" style="font-size:12pt;color:rgb(0,0,0);background-color:rgb(255,255,255);font-family:calibri,arial,helvetica,sans-serif"><p><span style="font-size:12pt">Will the ability to change the 'Room allocated for console output in CBMEM' size still be available (and functional) for those need to view the full console output due to the addition of debugging/tracing lines?</span></p></div></blockquote><div>Yes, nothing changes about where the console buffer space is allocated. You can continue to increase the size through Kconfig. I'm just changing how it gets used. <br></div></div></div></div>