[coreboot] Patch merged into coreboot/master: 930ecd2 Introduce utility for parsing CBMEM contents.

gerrit at coreboot.org gerrit at coreboot.org
Thu Mar 29 20:15:28 CEST 2012


the following patch was just integrated into master:
commit 930ecd22286a3a8f708e562362cef1e3a81f0200
Author: Vadim Bendebury <vbendeb at chromium.org>
Date:   Fri Sep 30 14:21:03 2011 -0700

    Introduce utility for parsing CBMEM contents.
    
    This is a python script which is supposed to run on a target
    which is controlled by coreboot. The script examines top of
    memory looking for the CBMEM signature at addresses aligned at
    128K boundary. Once the script finds the CBMEM, it iterates
    through the CBMEM table of contents and parses two entries: the
    timestamps and the console log.
    
    This submission is just a template to build upon to create a
    utility for displaying CBMEM information while running Linux on
    the target.
    
    BUG=chrome-os-partner:4200
    TEST=manual
    
    See test description of d81e6b8c8d41f2d6 for test procedure.
    
    Change-Id: Id863a8598eaadc2d20d728f9186843e65cbe6f37
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Reviewed-on: https://gerrit-int.chromium.org/5942
    Tested-by: Vadim Bendebury <vbendeb at google.com>
    Reviewed-by: Stefan Reinauer <reinauer at google.com>

Build-Tested: build bot (Jenkins) at Fri Mar  9 19:45:29 2012, giving +1
See http://review.coreboot.org/723 for details.

-gerrit




More information about the coreboot mailing list