[coreboot-gerrit] Patch merged into coreboot/master: 5822332 lenovo/x60: Remove duplicate console_init()

gerrit at coreboot.org gerrit at coreboot.org
Thu Apr 3 10:04:27 CEST 2014


the following patch was just integrated into master:
commit 5822332b263571e1a81d4d349bc67a056148d7df
Author: Kyösti Mälkki <kyosti.malkki at gmail.com>
Date:   Mon Mar 31 00:09:23 2014 +0300

    lenovo/x60: Remove duplicate console_init()
    
    For romstage, console_init() was called twice. The one in dock_connect()
    should have done only UART programming and not touch CBMEM console and/or
    USBDEBUG when those are enabled.
    
    Second case where dock_connect() is called is in SMI handler.
    If DEBUG_SMI is not enabled, console_init() does nothing in SMM.
    If DEBUG_SMI is enabled, console_init() is already called every time when
    enterining SMM.
    
    Change-Id: Ib3a842442cb7a5be9d6b71682cd6f368930af886
    Signed-off-by: Kyösti Mälkki <kyosti.malkki at gmail.com>


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

-gerrit



More information about the coreboot-gerrit mailing list