the following patch was just integrated into master: commit e95a1204ff37ce65c9a869c206b9895c551f8f0a Author: Stefan Reinauer reinauer@chromium.org Date: Tue Aug 7 14:50:47 2012 -0700
Fix SMBIOS generation
Dropping mainboard's chip.h broke execution of the mainboard's enable function and the addition of mainboard specific smbios tables.
The former was fixed by Kyosti in http://review.coreboot.org/1374 This patch fixes the breakage in static.c and also backs out a small portion of Kyosti's patch (because it's not needed anymore)
Change-Id: I6fdea9cbb8c6041663bd36f68f1cae4b435c1f9b Signed-off-by: Stefan Reinauer reinauer@google.com
Build-Tested: build bot (Jenkins) at Wed Aug 8 02:00:25 2012, giving +1 Reviewed-By: Anton Kochkov anton.kochkov@gmail.com at Wed Aug 8 11:34:57 2012, giving +2 See http://review.coreboot.org/1421 for details.
-gerrit