[coreboot-gerrit] Patch merged into coreboot/master: 4da4d3c tegra132: remove printk() before console_init()

gerrit at coreboot.org gerrit at coreboot.org
Fri Mar 27 08:05:12 CET 2015


the following patch was just integrated into master:
commit 4da4d3c9448a40a6e97d56cd6dc5db8d416e40b4
Author: Aaron Durbin <adurbin at chromium.org>
Date:   Sat Sep 6 01:04:09 2014 -0500

    tegra132: remove printk() before console_init()
    
    printk() shouldn't be called until the consoles have been
    initialized. This just so happened to work by luck. Once
    CONFIG_SMP is enabled that breaks because of spinlock
    usage in uncached memory.
    
    BUG=chrome-os-partner:31761
    BRANCH=None
    TEST=Built with CONFIG_SMP and ramstage doesn't hang early.
    
    Change-Id: I4bf5d98e409840cf07a7759e9273d770f3bbf8bb
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 6ec672e52eda69f2b5abb747807a496bb973088f
    Original-Change-Id: I247caac410894fb896dfb25a27c3a3213ef7f020
    Original-Signed-off-by: Aaron Durbin <adurbin at chromium.org>
    Original-Reviewed-on: https://chromium-review.googlesource.com/216429
    Original-Reviewed-by: Furquan Shaikh <furquan at chromium.org>
    Reviewed-on: http://review.coreboot.org/9036
    Tested-by: build bot (Jenkins)
    Reviewed-by: Stefan Reinauer <stefan.reinauer at coreboot.org>


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

-gerrit



More information about the coreboot-gerrit mailing list