the following patch was just integrated into master: commit 3e4e3038584fb2055c482fd346bb821b3d6236fc Author: Stefan Reinauer reinauer@chromium.org Date: Wed Mar 20 14:08:04 2013 -0700
Unify coreboot table generation
coreboot tables are, unlike general system tables, a platform independent concept. Hence, use the same code for coreboot table generation on all platforms. lib/coreboot_tables.c is based on the x86 version of the file, because some important fixes were missed on the ARMv7 version lately.
Change-Id: Icc38baf609f10536a320d21ac64408bef44bb77d Signed-off-by: Stefan Reinauer reinauer@coreboot.org Reviewed-on: http://review.coreboot.org/2863 Reviewed-by: Ronald G. Minnich rminnich@gmail.com Reviewed-by: Aaron Durbin adurbin@google.com Tested-by: build bot (Jenkins)
Build-Tested: build bot (Jenkins) at Thu Mar 21 02:50:44 2013, giving +1 See http://review.coreboot.org/2863 for details.
-gerrit