[coreboot] Patch merged into coreboot/master: 4d87d4e cbfstool: Add -v (verbose) output.

gerrit at coreboot.org gerrit at coreboot.org
Fri Feb 1 05:54:25 CET 2013


the following patch was just integrated into master:
commit 4d87d4e09b38d152425f060f088f3a44b7dacfcb
Author: Hung-Te Lin <hungte at chromium.org>
Date:   Mon Jan 28 14:39:43 2013 +0800

    cbfstool: Add -v (verbose) output.
    
    Add -v (verbose) to every command, and allow printing debug messages.
    
    Revise logging and debugging functions (fprintf(stderr,...), dprintf...)
    and verbose message printing with following macros:
    	ERROR(xxx):	E: xxx
    	WARN(xxx)	W: xxx
    	LOG(xxx)	xxx
    	INFO(...)	INFO: xxx  (only when runs with -v )
    	DEBUG(...)	DEBUG: xxx (only when runs with more than one -v)
    
    Example:
    	cbfstool coreboot.rom print -v
    	cbfstool coreboot.rom add -f file -n file -t raw -v -v
    
    Normal output (especially for parsing) should use printf, not any of these
    macros (see usage() and cbfs_locate(), cbfs_print_directory() for example).
    
    Change-Id: I167617da1a6eea2b07075b0eb38e3c9d85ea75dc
    Signed-off-by: Hung-Te Lin <hungte at chromium.org>
    Reviewed-on: http://review.coreboot.org/2196
    Tested-by: build bot (Jenkins)
    Reviewed-by: David Hendricks <dhendrix at chromium.org>

Build-Tested: build bot (Jenkins) at Wed Jan 30 03:50:11 2013, giving +1
Reviewed-By: David Hendricks <dhendrix at chromium.org> at Fri Feb  1 05:50:32 2013, giving +2
See http://review.coreboot.org/2196 for details.

-gerrit



More information about the coreboot mailing list