[coreboot] Patch merged into coreboot/master: d4508c2 Don't include console.h in microcode.c when compiling with ROMCC

gerrit at coreboot.org gerrit at coreboot.org
Wed May 2 21:06:33 CEST 2012


the following patch was just integrated into master:
commit d4508c295915bfad6b19daf4b39a5fa3de631d22
Author: Stefan Reinauer <reinauer at chromium.org>
Date:   Tue May 1 16:53:22 2012 -0700

    Don't include console.h in microcode.c when compiling with ROMCC
    
    If microcode.c is built by romcc, this indicates that we are running
    microcode updates in the bootblock (e.g. before enabling cache as ram).
    In this case we did not enable any consoles yet, so we don't output
    anything.
    
    This patch removes inclusion of the unnecessary console/console.h for
    that case, which was breaking with certain configurations.
    
    Change-Id: Iebb57794d7b1e84cac253d249d47b88de4dd28a3
    Signed-off-by: Stefan Reinauer <reinauer at google.com>


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

-gerrit




More information about the coreboot mailing list