Normal 0
14
false false false
IT X-NONE X-NONE
MicrosoftInternetExplorer4
Hello Guys !
I apologize with you if my question seems silly:
can you tell me if Coreboot stores a log of the POST phase in its EPROM memory ?
If so, is it possible to retrive the log by the Operative System and read it ?
Thanks in advance.
Vincenzo.
/* Style Definitions */ table.MsoNormalTable {mso-style-name:"Tabella normale"; mso-tstyle-rowband-size:0; mso-tstyle-colband-size:0; mso-style-noshow:yes; mso-style-priority:99; mso-style-qformat:yes; mso-style-parent:""; mso-padding-alt:0cm 5.4pt 0cm 5.4pt; mso-para-margin:0cm; mso-para-margin-bottom:.0001pt; mso-pagination:widow-orphan; font-size:11.0pt; font-family:"Calibri","sans-serif"; mso-ascii-font-family:Calibri; mso-ascii-theme-font:minor-latin; mso-fareast-font-family:"Times New Roman"; mso-fareast-theme-font:minor-fareast; mso-hansi-font-family:Calibri; mso-hansi-theme-font:minor-latin; mso-bidi-font-family:"Times New Roman"; mso-bidi-theme-font:minor-bidi;}
Forensic Consultant Tribunale di Lecce
Studio: Strada di Garibaldi - Contrada Paradisi 73010 Lequile (LE)
cell: 339.7968555 skype: vincenzo.di_salvo
On Wed, Nov 22, 2017 at 10:09 AM, ingegneriaforense@alice.it < ingegneriaforense@alice.it> wrote:
Hello Guys !
I apologize with you if my question seems silly:
can you tell me if Coreboot stores a log of the POST phase in its EPROM memory ?
If so, is it possible to retrive the log by the Operative System and read it ?
Thanks in advance.
Vincenzo.
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.
Run `make menuconfig` and look under "Console" for more details.
Hi Vincenzo,
I had the same issue just a day ago and solved it with cbmem When building coreboot, make sure you have selected the "Send console output to a CBMEM buffer"-option (Run `make menuconfig` and select `Console`) and then use the `cbmem` tool (in `util/cbmem` in the coreboot git repo)
Have a look at the following page https://www.coreboot.org/Cbmem_console
Greetings, Felix
On 22/11/17 19:09, ingegneriaforense@alice.it wrote:
Hello Guys !
I apologize with you if my question seems silly:
can you tell me if Coreboot stores a log of the POST phase in its EPROM memory ?
If so, is it possible to retrive the log by the Operative System and read it ?
Thanks in advance.
Vincenzo.
Forensic Consultant Tribunale di Lecce
Studio: Strada di Garibaldi - Contrada Paradisi 73010 Lequile (LE)
cell: 339.7968555 skype: vincenzo.di_salvo