[coreboot-gerrit] New patch to review for coreboot: 479fd18 console: Allow bootblock console on MIPS

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Thu Mar 19 16:01:35 CET 2015


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8769

-gerrit

commit 479fd18740102893eedc3b6c2f162b1f94a3bc09
Author: Paul Burton <paul.burton at imgtec.com>
Date:   Sat Jun 14 00:04:33 2014 +0100

    console: Allow bootblock console on MIPS
    
    In addition to ARM based systems, allow MIPS based systems to select
    bootblock console support.
    
    BUG=chrome-os-partner:31438
    TEST=none yet
    
    Change-Id: I40e5d8b651102709118878a317f7e983a617f433
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
    Original-Commit-Id: 1a41853273ef9ae716d5645379fcef79c5771b87
    Original-Change-Id: I41f03ea8c8104ba2dd9f532b084696385d29636c
    Original-Signed-off-by: Paul Burton <paul.burton at imgtec.com>
    Original-Reviewed-on: https://chromium-review.googlesource.com/207973
    Original-Reviewed-by: Aaron Durbin <adurbin at chromium.org>
    Original-Tested-by: Vadim Bendebury <vbendeb at chromium.org>
    Original-Commit-Queue: Vadim Bendebury <vbendeb at chromium.org>
---
 src/console/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/console/Kconfig b/src/console/Kconfig
index e686506..0a0e069 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -2,7 +2,7 @@ menu "Console"
 
 config BOOTBLOCK_CONSOLE
 	bool "Enable early (bootblock) console output."
-	depends on ARCH_ARM || ARCH_RISCV
+	depends on ARCH_ARM || ARCH_RISCV || ARCH_MIPS
 	default n
 	help
 	  Use console during the bootblock if supported



More information about the coreboot-gerrit mailing list