the following patch was just integrated into master: commit 6c1129df5afbf578a4173fac9bea3c2f6ed83ac8 Author: Kyösti Mälkki kyosti.malkki@gmail.com Date: Thu Apr 19 14:22:43 2012 +0300
Makefile: rename coreboot_ap linking filenames
$(obj)/coreboot_ap -> $(objcbfs)/coreboot_ap.elf
It is really a ramstage for AP CPU and not a romstage, it is not enabled for any mainboard by default, and it doesn't compile even if enabled.
Change-Id: Ifb9c5cb6df65309660b000876cf6a9a3da9b6839 Signed-off-by: Kyösti Mälkki kyosti.malkki@gmail.com
Build-Tested: build bot (Jenkins) at Thu Apr 19 16:11:35 2012, giving +1 Reviewed-By: Stefan Reinauer stefan.reinauer@coreboot.org at Tue Apr 24 23:16:26 2012, giving +2 See http://review.coreboot.org/840 for details.
-gerrit