[coreboot-gerrit] Patch merged into coreboot/master: 73307e0 Add stage information to coreboot banner

gerrit at coreboot.org gerrit at coreboot.org
Wed Mar 4 19:46:29 CET 2015


the following patch was just integrated into master:
commit 73307e0917c9084f1dc264ac2a61a094fddf1167
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Wed Mar 4 01:11:18 2015 +0100

    Add stage information to coreboot banner
    
    As a convenience, print the actual stage name when entering a stage.
    Also unify the banner between bootblock / romstage and ramstage. No
    reason for two different occurences.
    
    Instead of this:
    
    coreboot-4.0 Tue May 13 14:13:37 PDT 2014 starting...
    [..]
    coreboot-4.0 Tue May 13 14:13:37 PDT 2014 starting...
    [..]
    coreboot-4.0 Tue May 13 14:13:37 PDT 2014 booting...
    
    you will see this:
    
    coreboot-4.0 Tue May 13 14:13:37 PDT 2014 bootblock starting...
    [..]
    coreboot-4.0 Tue May 13 14:13:37 PDT 2014 romstage starting...
    [..]
    coreboot-4.0 Tue May 13 14:13:37 PDT 2014 ramstage starting...
    
    Roughly based on: https://chromium-review.googlesource.com/199671
    
    Change-Id: Id5894535e0551d113c80e4ff0514287391be1bef
    Signed-off-by: Stefan Reinauer <reinauer at google.com>
    Signed-off-by: Vadim Bendebury <vbendeb at chromium.org>
    Reviewed-on: http://review.coreboot.org/8578
    Tested-by: build bot (Jenkins)
    Reviewed-by: Marc Jones <marc.jones at se-eng.com>


See http://review.coreboot.org/8578 for details.

-gerrit



More information about the coreboot-gerrit mailing list