the following patch was just integrated into master: commit a660e87a3b8dff7bfbea6b2890ad9e446a1f2a95 Author: Stefan Reinauer reinauer@chromium.org Date: Wed Jul 31 16:28:44 2013 -0700
ARMv7: Fix location of CBMEM console in romstage
The CBMEM console pointer in romstage is actually a zero byte array. This means CBMEM area has to live at the end of the allocations or else CBMEM console will overwrite whatever comes after it.
Change-Id: Icc59e982b724a2d396370c3a5abd8898e08baf26 Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: https://gerrit.chromium.org/gerrit/63997 Reviewed-by: Aaron Durbin adurbin@chromium.org Commit-Queue: Stefan Reinauer reinauer@chromium.org Tested-by: Stefan Reinauer reinauer@chromium.org
See http://review.coreboot.org/4428 for details.
-gerrit