the following patch was just integrated into master: commit 3948e5392bbfd685e6e2f9abfb16c46a2eae18b9 Author: Aaron Durbin adurbin@chromium.org Date: Fri Mar 20 13:00:20 2015 -0500
program loading: introduce struct prog
The struct prog serves as way to consolidate program loading. This abstraction can be used to perform more complicated execution paths such as running a program on a separate CPU after it has been loaded. Currently t124 and t132 need to do that in the boot path. Follow on patches will allow the platform to decide how to execute a particular program.
Note: the vboot path is largely untouched because it's already broken in the coreboot.org tree. After getting all the necessary patches pushed then vboot will be fixed.
Change-Id: Ic6e6fe28c5660fb41edee5fd8661eaf58222f883 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/8839 Tested-by: build bot (Jenkins) Tested-by: Raptor Engineering Automated Test Stand noreply@raptorengineeringinc.com Reviewed-by: Marc Jones marc.jones@se-eng.com
See http://review.coreboot.org/8839 for details.
-gerrit