# HG changeset patch # User Space Falcon # Date 1441585384 0 # Node ID b700c3cdd2242f2c452f4b7d60d55789b240cc9b # Parent 89f63833708eaa0e1bb27f0dd1a3e58f47f90603 Trace UART driver: set 812500 baud instead of 406250 to make ext LCD out "work" diff -r 89f63833708e -r b700c3cdd224 chipsetsw/drivers/drv_core/uart/uart.c --- a/chipsetsw/drivers/drv_core/uart/uart.c Sun Sep 06 23:33:47 2015 +0000 +++ b/chipsetsw/drivers/drv_core/uart/uart.c Mon Sep 07 00:23:04 2015 +0000 @@ -300,7 +300,7 @@ static const SYS_UWORD8 dll[] = { - 2, /* 406250 baud. */ + 1, /* 812500 baud. */ /* FreeCalypso hack for external LCD out */ 7, /* 115200 baud. */ 14, /* 57600 baud. */ 21, /* 38400 baud. */