[coreboot] Patch merged into coreboot/master: a2d207d Make CBFS output more consistent

gerrit at coreboot.org gerrit at coreboot.org
Fri May 4 08:11:30 CEST 2012


the following patch was just integrated into master:
commit a2d207db706d961acb7efdea5a20bd99c4a645e1
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Wed May 2 16:33:18 2012 -0700

    Make CBFS output more consistent
    
    - Prefix all CBFS output messages with CBFS:
    - Add an option DEBUG_CBFS that is off by default. Without DEBUG_CBFS
      enabled, the code will no longer print all the files it walks for
      every file lookup.
    - Add DEBUG() macro next to LOG() and ERROR() to specify which messages
      should only be visible with DEBUG_CBFS printed.
    - Actually print a message when the file we're looking for was found. :)
    
    old:
    Searching for fallback/coreboot_ram
    Check cmos_layout.bin
    Check pci8086,0106.rom
    Check fallback/romstage
    Check fallback/coreboot_ram
    
    Change-Id: I2d731fae17a5f6ca51d435cfb7a58d6e017efa24
    Stage: loading fallback/coreboot_ram @ 0x100000 (540672 bytes), entry @ 0x100000
    Stage: done loading.
    new:
    CBFS: Looking for 'fallback/coreboot_ram'
    CBFS: found.
    CBFS: loading stage fallback/coreboot_ram @ 0x100000 (507904 bytes), entry @ 0x100000
    CBFS: stage loaded.
    Signed-off-by: Stefan Reinauer <reinauer at google.com>


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

-gerrit




More information about the coreboot mailing list