the following patch was just integrated into master: commit be34797e4c2a5b74bb8fcbbe9e4301b471d185e5 Author: Aaron Durbin adurbin@chromium.org Date: Tue Apr 21 11:57:18 2015 -0500
ramstage: don't drop cbmem console
In commit b0d8f5e9 I moved the call to cbmem_initialize() in the CONFIG_EARLY_CBMEM_INIT case to the very beginning of ramstage. However, that caused an issue in the ordering of the cbmem console driver in that it expects cbmemc_init() to be called prior to cbmemc_reinit(). Therefore, ensure console is called as the first thing even if some time is lost w.r.t. timestamp tracking.
Change-Id: I42137d28116e0bccb9235f4e3f394d4fd8b84e37 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/9933 Tested-by: Raptor Engineering Automated Test Stand noreply@raptorengineeringinc.com Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi pgeorgi@google.com
See http://review.coreboot.org/9933 for details.
-gerrit