the following patch was just integrated into master: commit 7b0e0d98101a49b1e53567ff1bfa3d6a3bda6cf5 Author: Paul Kocialkowski contact@paulk.fr Date: Mon Jun 27 18:17:14 2016 +0200
nyan: Avoid running early_mainboard_init twice in vboot context
A call to early_mainboard_init is already present in verstage, thus it is only necessary to call it from romstage when not in vboot context.
Change-Id: I2e0b5a369c5fb24efae4ac40d83a31f5cf4a078d Signed-off-by: Paul Kocialkowski contact@paulk.fr Reviewed-on: https://review.coreboot.org/15450 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth martinroth@google.com Reviewed-by: Julius Werner jwerner@chromium.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net
See https://review.coreboot.org/15450 for details.
-gerrit