the following patch was just integrated into master: commit 83a039fde2ec1516d0b38971b1e9db1605f38745 Author: Anton Kochkov anton.kochkov@gmail.com Date: Wed Sep 26 22:31:04 2012 +0400
libpayload: Set 8bits per char for serial port
Previously we assume that hardware using 8 bits per char by default, but on Asrock A53 Pro this is not true (7 bit per char by default). Forcing use 8n1 now.
Change-Id: Ib701725d2ec6dacd7862016b2045270956b27029 Signed-off-by: Anton Kochkov anton.kochkov@gmail.com
Build-Tested: build bot (Jenkins) at Wed Sep 26 21:50:13 2012, giving +1 Reviewed-By: Marc Jones marcj303@gmail.com at Tue Oct 2 23:50:50 2012, giving +2 See http://review.coreboot.org/1541 for details.
-gerrit