<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 22, 2017 at 10:09 AM, <a href="mailto:ingegneriaforense@alice.it" target="_blank">ingegneriaforense@alice.it</a> <span dir="ltr"><<a href="mailto:ingegneriaforense@alice.it" target="_blank">ingegneriaforense@alice.it</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<p>Hello Guys !</p>

<p>I apologize with you if my question seems silly:</p>

<p>can you tell me if Coreboot stores a log of the POST phase in its EPROM
memory ?  </p>

<p>If so, is it possible to retrive the log by the Operative System  and
read it ?</p>

<p>Thanks in advance.</p>

<p>Vincenzo.</p></blockquote><div><br></div><div>There are a few ways you can log stuff in coreboot. Console output can be stored in DRAM which can later be retrieved from the OS using the `cbmem` tool, or written to SPI flash (warning: this is for debugging may cause premature wear). POST codes can be saved to CMOS or sent to an external device (such as an EC or other microcontroller) that can store them. There's also an event log which uses a SMBIOS-like record format that is written to flash.</div><div><br></div><div>Run `make menuconfig` and look under "Console" for more details.</div><div><br></div><div><br></div></div><br></div></div>