the following patch was just integrated into master: commit 221fdd8cce708f192a457f39a703e9a968b2f847 Author: Julius Werner jwerner@chromium.org Date: Tue Jun 7 15:44:39 2016 -0700
veyron: Add exception_init() to romstage
I'm not even sure how this slipped through... looks like it had never been there in the first place. Anyway, on ARM exceptions should always be reinitialized in all stages to make sure the handlers are still around (especially in an OVERLAP_VERSTAGE_ROMSTAGE board like this one).
Change-Id: Ic74ea1448d63b363f2ed59d9e2529971b3d32d9a Signed-off-by: Julius Werner jwerner@chromium.org Reviewed-on: https://review.coreboot.org/15099 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
See https://review.coreboot.org/15099 for details.
-gerrit