[coreboot] Patch set updated for coreboot: b731758 Set default baudrate on Alix2d to be compatible with factory default

Philip Prindeville (pprindeville@gmail.com) gerrit at coreboot.org
Fri Jan 6 19:56:19 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/508

-gerrit

commit b731758d195f1e0174afb77d6a310ebd91768fc5
Author: Philip Prindeville <philipp at redfish-solutions.com>
Date:   Wed Dec 28 16:32:44 2011 -0700

    Set default baudrate on Alix2d to be compatible with factory default
    
    Boards shipping from PC Engines with the factory BIOS (tinyBios 0.99)
    boot up at 38400. In keeping with the principle of least astonishment,
    boards reflashed with SeaBIOS should probably try to keep compatible
    with this setting.
    
    Change-Id: Ieda47016c78e673ce2f6aec8b270c2b511ebfcf0
    Signed-off-by: Philip Prindeville <philipp at redfish-solutions.com>
---
 src/mainboard/pcengines/alix2d/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mainboard/pcengines/alix2d/Kconfig b/src/mainboard/pcengines/alix2d/Kconfig
index 264f5d9..ea02adf 100644
--- a/src/mainboard/pcengines/alix2d/Kconfig
+++ b/src/mainboard/pcengines/alix2d/Kconfig
@@ -11,6 +11,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select UDELAY_TSC
 	select BOARD_ROMSIZE_KB_512
 	select POWER_BUTTON_FORCE_DISABLE
+	select CONSOLE_SERIAL_38400
 
 config MAINBOARD_DIR
 	string




More information about the coreboot mailing list