[coreboot] r3934 - trunk/payloads/bayou

svn at coreboot.org svn at coreboot.org
Tue Feb 10 22:09:04 CET 2009


Author: myles
Date: 2009-02-10 22:09:03 +0100 (Tue, 10 Feb 2009)
New Revision: 3934

Modified:
   trunk/payloads/bayou/bayou.ldscript
Log:
Fix bayou payload execution.

Bayou must link with its own ldscript to end up at a load address that
doesn't interfere with payloads. Make Bayou's ldscript MB compatible, so
the link with libpayload/lib/i386/head.o succeeds.

Signed-off-by: Ulf Jordan <jordan at chalmers.se>
Acked-by: Jordan Crouse <jordan at cosmicpenguin.net>



Modified: trunk/payloads/bayou/bayou.ldscript
===================================================================
--- trunk/payloads/bayou/bayou.ldscript	2009-02-10 03:02:05 UTC (rev 3933)
+++ trunk/payloads/bayou/bayou.ldscript	2009-02-10 21:09:03 UTC (rev 3934)
@@ -60,6 +60,8 @@
 		*(.data.*)
 	}
 
+	_edata = .;
+
 	.bss : {
 		*(.bss)
 		*(.bss.*)





More information about the coreboot mailing list