the following patch was just integrated into master: commit 81108b90593e1c8a459c499307404955771c54f3 Author: Aaron Durbin adurbin@chromium.org Date: Tue Jan 22 13:22:02 2013 -0600
cbfs: alternative support for cbfs_load_payload()
In certain situations boot speed can be increased by providing an alternative implementation to cbfs_load_payload(). The ALT_CBFS_LOAD_PAYLOAD option allows for the mainboard or chipset to provide its own implementation.
Booted baskingridge board with alternative and regular cbfs_load_payload().
Change-Id: I547ac9881a82bacbdb3bbdf38088dfcc22fd0c2c Signed-off-by: Aaron Durbin adurbin@chromium.org Reviewed-on: http://review.coreboot.org/2782 Tested-by: build bot (Jenkins) Reviewed-by: Marc Jones marc.jones@se-eng.com
Build-Tested: build bot (Jenkins) at Tue Mar 19 02:54:26 2013, giving +1 See http://review.coreboot.org/2782 for details.
-gerrit