the following patch was just integrated into master: commit 5f748a2b8fc4c70f7078aa8b1ccc39edf37075f5 Author: Aaron Durbin adurbin@chromium.org Date: Mon Jan 27 15:52:47 2014 -0600
intel: fix microcode compilation failure in bootblock
When not building with CONFIG_SSE there are not enough registers for ROMCC to use for spilling. The previous changes to this file had too many local variables that needed to be tracked -- thus causing romcc compilation issues.
Change-Id: I3dd4b48be707f41ce273285e98ebd397c32a6a25 Signed-off-by: Aaron Durbin adurbin@chromium.org
See http://review.coreboot.org/4845 for details.
-gerrit