the following patch was just integrated into master: commit 825a5a85b17439985610c5b2769caba6b348700a Author: Aaron Durbin adurbin@chromium.org Date: Fri Mar 20 16:42:17 2015 -0500
tegra124: implement platform_prog_run()
The tegra124 SoC is currently booting up on the AVP cpu which bootstraps the rest of the SoC. Upon exiting bootblock it runs romstage from its faster armv7 core. Instead of hard coding the stage loading operations use run_romstage().
Change-Id: Idddcfd5443f08d4dd41e1d9b71650ff6d4b14bc4 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/8847 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marc.jones@se-eng.com
See http://review.coreboot.org/8847 for details.
-gerrit