Philip Prindeville ([email protected]) just uploaded a new patch set to 
gerrit, which you can find at http://review.coreboot.org/513

-gerrit

commit 5e0f452ec5454d96dbef1f01f557e90306aa96ce
Author: Philip Prindeville <[email protected]>
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 <[email protected]>
---
 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

-- 
coreboot mailing list: [email protected]
http://www.coreboot.org/mailman/listinfo/coreboot

Reply via email to