[coreboot] Patch set updated for coreboot: 33dd7a8 geos: Explicitly set console baud rate

Philip Prindeville (pprindeville@gmail.com) gerrit at coreboot.org
Fri Jan 6 19:56:21 CET 2012


Philip Prindeville (pprindeville at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/513

-gerrit

commit 33dd7a89e6c3214947ed8cc879819e6c89b0f6e3
Author: Philip Prindeville <philipp at redfish-solutions.com>
Date:   Sat Dec 31 19:29:21 2011 -0700

    geos: Explicitly set console baud rate
    
    If the default baud rate changes, we should remain compatible with
    earlier published coreboot images.
    
    Change-Id: I4e6b5515395a9de237ad8f758f6f66fb825262eb
    Signed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
---
 src/mainboard/traverse/geos/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/traverse/geos/Kconfig b/src/mainboard/traverse/geos/Kconfig
index dd6c8dd..b455f60 100644
--- a/src/mainboard/traverse/geos/Kconfig
+++ b/src/mainboard/traverse/geos/Kconfig
@@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select UDELAY_TSC
 	select BOARD_ROMSIZE_KB_1024
 	select POWER_BUTTON_DEFAULT_DISABLE
+	select CONSOLE_SERIAL_115200
 
 config MAINBOARD_DIR
 	string




More information about the coreboot mailing list