the following patch was just integrated into master: commit f03d22efd7abe6870f1216bc6b1e07aaba446c84 Author: Patrick Georgi patrick@georgi-clan.de Date: Sat Feb 9 14:35:55 2013 +0100
romcc: Don't use user overridable romcc flags for bootblock
The bootblock is typically run before fpu/mmx/sse setup, so we can't rely on -mcpu=p4 and the like to increase the register space.
bootblock_romccflags does that for SSE, but they're controlled separately.
Change-Id: I2b0609ac18b2394a319bf9bbbee1f77d2e758127 Signed-off-by: Patrick Georgi patrick@georgi-clan.de Reviewed-on: http://review.coreboot.org/2335 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer stefan.reinauer@coreboot.org
Build-Tested: build bot (Jenkins) at Sat Feb 9 15:37:01 2013, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Sat Feb 9 20:59:24 2013, giving +2 See http://review.coreboot.org/2335 for details.
-gerrit