the following patch was just integrated into master: commit 31bb2df5086bfde706378b1d80bd53fec69697a2 Author: Hung-Te Lin hungte@chromium.org Date: Thu Feb 7 19:30:40 2013 +0800
exynos/snow: Configure UART peripheral during console initialization.
For Exynos platforms, the UART component on pinmux must be first selected and configured. This should be done as part of UART console initialization.
Note, that the current implementation hard-codes the device index as UART3, while the base port can be assigned to different device in Kconfig. This will be fixed later.
Verified to work on armv7/snow.
Change-Id: Ie63e76e2dac09fec1132573d1b0027fce55333a1 Signed-off-by: Hung-Te Lin hungte@chromium.org Reviewed-on: http://review.coreboot.org/2315 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com Reviewed-by: David Hendricks dhendrix@chromium.org
Build-Tested: build bot (Jenkins) at Thu Feb 7 15:41:36 2013, giving +1 Reviewed-By: David Hendricks dhendrix@chromium.org at Fri Feb 8 01:59:42 2013, giving +2 See http://review.coreboot.org/2315 for details.
-gerrit