the following patch was just integrated into master: commit 77e13997d33ce8011f711c2001f82113320511fa Author: Aaron Durbin adurbin@chromium.org Date: Tue Nov 29 17:43:04 2016 -0600
romstage_handoff: remove code duplication
The same pattern was being used throughout the code base for initializing the romstage handoff structure. Provide a helper function to initialize the structure with the S3 resume state then utilize it at all the existing call sites.
Change-Id: I1e9d588ab6b9ace67757387dbb5963ae31ceb252 Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: https://review.coreboot.org/17646 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki kyosti.malkki@gmail.com Reviewed-by: Furquan Shaikh furquan@google.com
See https://review.coreboot.org/17646 for details.
-gerrit