the following patch was just integrated into master: commit 62c014bcf3717cacb7ba0dd5e4c9cb1b6e425cd2 Author: Patrick Georgi patrick@georgi-clan.de Date: Tue Aug 25 12:55:33 2015 +0200
cbfstool: start moving cbfs_file header creation up the call chain
Up to now cbfstool creates the cbfs_file header at the latest possible time, which is unsuitable when the idea is to add further fields to it that need to be configured earlier.
Thus, have it ripple up the call chain.
Change-Id: I7c160681c31818bc550ed2098008146043d0ee01 Signed-off-by: Patrick Georgi patrick@georgi-clan.de Reviewed-on: http://review.coreboot.org/11320 Tested-by: build bot (Jenkins) Reviewed-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/11320 for details.
-gerrit