the following patch was just integrated into master: commit cfa9b99b23702ed35d61c9fcf3ad30ec55280174 Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Sat Jul 4 11:30:59 2015 -0700
cbfstool: Make sure CBFS data structures are packed gcc style
On Windows systems, structs can be packed gcc style or ms style. Make sure we use the same one (gcc style) in our user space tools that we use in coreboot.
Change-Id: I7a9ea7368f77fba53206e953b4d5ca219ed4c12e Signed-off-by: Stefan Reinauer stefan.reinauer@coreboot.org Signed-off-by: Scott Duplichan scott@notabs.org Reviewed-on: http://review.coreboot.org/10794 Tested-by: build bot (Jenkins)
See http://review.coreboot.org/10794 for details.
-gerrit