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

Philip Prindeville (philipp@redfish-solutions.com) gerrit at coreboot.org
Sun Jan 8 21:06:35 CET 2012


Philip Prindeville (philipp at redfish-solutions.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/508

-gerrit

commit cc32bd53cd174d32726186b107436edc699bd842
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