the following patch was just integrated into master: commit 1b98a7a13db8718f4a8c6901ea5e5bbc868ebe7f Author: Aaron Durbin adurbin@chromium.org Date: Thu Mar 13 08:52:17 2014 -0500
cbfstool: remove incorrect section size check
I was overzealous in checking the section size with respect to the file size. That check makes no sense as the section only deals with link sizes -- not on-disk sizes. Remove the check as it doesn't make any sense.
Change-Id: I348e7847ae3a50badc22693439614f813462445a Signed-off-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/5384 for details.
-gerrit