the following patch was just integrated into master: commit 243cdc7b487ecf0356b8e1a64efb0552a2df5f8c Author: Vadim Bendebury vbendeb@chromium.org Date: Tue Aug 16 11:44:35 2011 -0700
Fix coreboot table size calculations.
The code when reporting the coreboot table size did not account for the last added table record. This change fixes the problem.
. rebuild coreboot, program it on the target, restart it . look for 'Wrote coreboot table at:' in the console log . observe the adequate table size reported
$ grep 'Wrote coreboot table:' /tmp/cb.log Wrote coreboot table at: 00000500, 0x10 bytes, checksum c06f Wrote coreboot table at: 7f6fc000, 0x1a73 bytes, checksum 3e45 $
Change-Id: Ic55501a4ae06fab2bcda9aea58e362325f2edccf Signed-off-by: Vadim Bendebury vbendeb@chromium.org
Build-Tested: build bot (Jenkins) at Fri Mar 9 07:42:28 2012, giving +1 See http://review.coreboot.org/703 for details.
-gerrit