From b020d53352c1bbe1084c9c499b45cfb345fc8677 Mon Sep 17 00:00:00 2001 From: Greg Watson Date: Wed, 14 Jan 2004 17:21:22 +0000 Subject: *** empty log message *** git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1335 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- targets/embeddedplanet/ep405pc/Config.lb | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'targets/embeddedplanet') diff --git a/targets/embeddedplanet/ep405pc/Config.lb b/targets/embeddedplanet/ep405pc/Config.lb index 991e9733e1..7f996390a0 100644 --- a/targets/embeddedplanet/ep405pc/Config.lb +++ b/targets/embeddedplanet/ep405pc/Config.lb @@ -13,7 +13,8 @@ uses CONFIG_CHIP_CONFIGURE uses DEFAULT_CONSOLE_LOGLEVEL uses CONFIG_USE_INIT uses CONFIG_CONSOLE_SERIAL8250 -uses TTYS0_BASE UART0_IO_BASE +uses TTYS0_BASE TTYS0_BAUD TTYS0_DIV +uses UART0_IO_BASE uses NO_POST uses CONFIG_IDE_STREAM uses CONFIG_SYS_CLK_FREQ @@ -51,6 +52,9 @@ option NO_POST=1 option DEFAULT_CONSOLE_LOGLEVEL=8 option CONFIG_CONSOLE_SERIAL8250=1 option TTYS0_BASE={UART0_IO_BASE} +# Divisor of 69 == 9600 baud due to weird clocking +option TTYS0_DIV=69 +option TTYS0_BAUD=9600 ## Boot linux from IDE option CONFIG_IDE_STREAM=1 -- cgit v1.2.3