the following patch was just integrated into master: commit 269d1090d86f65b4fe674ee28142b4cdaa1b088f Author: Stefan Reinauer stefan.reinauer@coreboot.org Date: Thu Oct 27 18:42:53 2011 +0200
Fix checksum calculation both in romstage and ramstage.
The earlier fix for CMOS checksums only fixed the function rtc_set_checksum, which would fix the checksum, but then coreboot would no longer honor the settings because it assumed the checksum is wrong after this. This change fixes the remaining functions.
Change-Id: I3f52d074df29fc29ae1d940b3dcec3aa2cfc96a5 Signed-off-by: Stefan Reinauer reinauer@google.com
Reviewed-By: Patrick Georgi patrick@georgi-clan.de at Fri Oct 28 09:09:39 2011, giving +2 See http://review.coreboot.org/342 for details.
-gerrit