the following patch was just integrated into master: commit 49fcd75564e8308d695cf44f54e0e92d693df69b Author: Hung-Te Lin hungte@chromium.org Date: Tue Jan 29 03:16:20 2013 +0800
cbfstool: Fix incorrect CBFS free space by old cbfstool.
Old cbfstool may produce CBFS image with calculation error in size of last empty entry, and then corrupts master header data when you really use every bit in last entry. This fix will correct free space size when you load ROM images with cbfs_image_from_file.
Change-Id: I2ada319728ef69ab9296ae446c77d37e05d05fce Signed-off-by: Hung-Te Lin hungte@chromium.org Reviewed-on: http://review.coreboot.org/2211 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Mon Feb 4 23:46:55 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Tue Feb 5 22:25:46 2013, giving +2 See http://review.coreboot.org/2211 for details.
-gerrit