Ronald G. Minnich ([email protected]) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/2568
-gerrit commit f840d118e13d32cbbd92ebc22545c0bc6fcd08b6 Author: Gabe Black <[email protected]> Date: Fri Mar 1 03:29:19 2013 -0800 libpayload: Mark "halt" as a function. The linker uses that info so interworking can work correctly. Built and booted into depthcharge on Snow and saw interworking start to work correctly. Change-Id: I0ac54f1c424ec70f8244edf6541a10b089ce47b4 Signed-off-by: Gabe Black <[email protected]> Signed-off-by: Ronald G. Minnich <[email protected]> --- payloads/libpayload/arch/armv7/util.S | 1 + 1 file changed, 1 insertion(+) diff --git a/payloads/libpayload/arch/armv7/util.S b/payloads/libpayload/arch/armv7/util.S index 4cf61f3..e3f173e 100644 --- a/payloads/libpayload/arch/armv7/util.S +++ b/payloads/libpayload/arch/armv7/util.S @@ -32,5 +32,6 @@ .align 4 /* This function puts the system into a halt. */ + .type halt, function halt: b halt -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

