the following patch was just integrated into master: commit c2fe1e0a0999f65f7954ba88b69e63c3d2737291 Author: Stefan Reinauer reinauer@chromium.org Date: Thu Mar 14 17:53:19 2013 -0700
SMM: link against libgcc
The non-relocatable SMM code was changed to link against libgcc a while back so that printk could use built-in division instead of a hand crafted div() function. However, the relocatable SMM code was not adapted by mistake. This patch links the relocatable SMM against libgcc, too, so we can enable it for Haswell.
Change-Id: Ia64a78e2e62348d115ae4ded52d1a02c74c5cea4 Signed-off-by: Stefan Reinauer reinauer@google.com Reviewed-on: http://review.coreboot.org/2727 Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich rminnich@gmail.com
Build-Tested: build bot (Jenkins) at Fri Mar 15 21:26:43 2013, giving +1 Reviewed-By: Ronald G. Minnich rminnich@gmail.com at Mon Mar 18 20:51:26 2013, giving +2 See http://review.coreboot.org/2727 for details.
-gerrit