the following patch was just integrated into master: commit b868d40830787ba5a92721d131c38165285b7795 Author: Hung-Te Lin hungte@chromium.org Date: Wed Feb 6 22:01:18 2013 +0800
armv7: Use same console initialization procedure for all ARM stages
Use same console initialization procedure for all ARM stages (bootblock, romstage, and ramstage):
#include <console/console.h> ... console_init() ... printk(level, format, ...)
Verified to boot on armv7/snow with console messages in all stages.
Change-Id: Idd689219035e67450ea133838a2ca02f8d74557e Signed-off-by: Hung-Te Lin hungte@chromium.org Signed-off-by: David Hendricks dhendrix@chromium.org Reviewed-on: http://review.coreboot.org/2301 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Fri Feb 8 02:58:36 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Feb 8 03:24:08 2013, giving +2 See http://review.coreboot.org/2301 for details.
-gerrit