the following patch was just integrated into master: commit 81cbadadc13a73220e8a02d47c2d0a182fa5b22f Author: Gabe Black gabeblack@chromium.org Date: Mon Jul 1 05:12:40 2013 -0700
beaglebone: Put some code in romstage.c so we can tell if it ran.
The placeholder code in beaglebone's romstage.c didn't do anything, it just immediately tried to load the RAM stage and jump into it. That doesn't currently work, and there's no indication whether you actually successfully got into the ROM stage or not.
This change adds a few lines which initialize the console and say "Hi" so that we can tell that the ROM stage is running.
Change-Id: I45a0908c3ac65b21e0e5020428696d2e54933d0e Signed-off-by: Gabe Black gabeblack@chromium.org Reviewed-on: http://review.coreboot.org/3581 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
See http://review.coreboot.org/3581 for details.
-gerrit