Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fwts_coreboot.c: add fwts_coreboot_cbmem_console_dump() #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 17, 2018

  1. fwts_coreboot.c: add cbmem console parser

    Parse the full coreboot console log out of /dev/mem, if the google
    kernel module is not loaded. Does only work on x86 plattform.
    
    Todo:
    - add arm plattform support
    
    Tested with:
    - Lenovo thinkpad t410
    - Qemu x86
    
    The code is based on:
    - google kernel module memconsole-coreboot
    - coreboot util/cbmem https://review.coreboot.org/coreboot.git
    
    Signed-off-by: Marcello Sylvester Bauer <info@marcellobauer.com>
    sylv-io committed Jul 17, 2018
    Configuration menu
    Copy the full SHA
    3673817 View commit details
    Browse the repository at this point in the history