the following patch was just integrated into master: commit f2b20d898a652889a819478174316cff235a501b Author: Aaron Durbin adurbin@chromium.org Date: Mon Feb 11 21:07:18 2013 -0600
romstage_handoff: provide common logic for setup
The romstage_handoff structure can be utilized from different components of the romstage -- some in the chipset code, some in coreboot's core libarary. To ensure that all users handle initialization of a newly added romstage_handoff structure properly, provide a common function to handle structure initialization.
Change-Id: I3998c6bb228255f4fd93d27812cf749560b06e61 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/2795 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Tue Mar 19 05:27:01 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Thu Mar 21 22:49:18 2013, giving +2 See http://review.coreboot.org/2795 for details.
-gerrit