the following patch was just integrated into master: commit d9462c6dca942bed9a609cc40572912bb33f0558 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Fri Apr 6 04:03:50 2012 +0300
Fix support for RAM-less multi-processor init
Fix regression after commit: 7dfe32c5408916b6cb23f1ec48e473e1c728d300
Only align 16-bit entry on platforms that really require it, indicated by selecting SIPI_VECTOR_IN_ROM in CPU Kconfig. Disable assertion test of AP_SIPI_VECTOR for platforms not depending on this feature.
Build of romstage should be fixed to get the vector address from bootblock build automatically.
Change-Id: Ide470833c0254df1a9ff708369ab1c095ccfb98d Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
Build-Tested: build bot (Jenkins) at Fri Apr 6 04:48:34 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Fri Apr 6 04:56:58 2012, giving +2 See http://review.coreboot.org/875 for details.
-gerrit