[coreboot] cbmem in ELOG

Aaron Durbin adurbin at google.com
Mon Aug 24 13:39:52 CET 2015


On Sun, Aug 23, 2015 at 5:49 AM, John Lewis <jlewis at johnlewis.ie> wrote:
> Hi Guys,
>
> This may be a daft question technically, but is there some way event logging
> could be subverted to store cbmem output?


Yes. Just add a type to the OEM section and call elog_add_event_raw()
with the console pointer and size. Keep it mind that would be
snapshotted then so it matters when you make that call as to what
would show up in elog. Also, depending on the size you could fill up
you elog sections pretty quickly.

Also, I assume you mean cbmem console when referring to cbmem above?

>
> -John.
>
> --
> coreboot mailing list: coreboot at coreboot.org
> http://www.coreboot.org/mailman/listinfo/coreboot



More information about the coreboot mailing list