patch-2.4.19 linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/ld.sys.big.Flash
Next file: linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/ld.sys.big.Flash2
Previous file: linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/ld.script.gal
Back to the patch index
Back to the overall index
- Lines: 30
- Date:
Fri Aug 2 17:39:43 2002
- Orig file:
linux-2.4.18/arch/mips/galileo-boards/ev64120/compressed/ld.sys.big.Flash
- Orig date:
Wed Dec 31 16:00:00 1969
diff -urN linux-2.4.18/arch/mips/galileo-boards/ev64120/compressed/ld.sys.big.Flash linux-2.4.19/arch/mips/galileo-boards/ev64120/compressed/ld.sys.big.Flash
@@ -0,0 +1,29 @@
+OUTPUT_FORMAT("elf32-bigmips")
+OUTPUT_ARCH(mips)
+ENTRY(sbdreset)
+
+SECTIONS
+{
+ . = 0xBFC00000;
+ .got : {*(.got)}
+ .reset : {
+ sbdreset = ABSOLUTE(.);
+ sbdreset_evb64120A.o
+ evb64120A_Setup.o /* <-- Note: contains xfer.c contents as well.. */
+ pci_etherboot.o
+ memory.o
+ pci.o
+ }
+ kernel_location_start = 0x80100000;
+ . = 0x80400000;
+ .text : {
+ *(.text)
+ }
+ .bss : {
+ *(.bss)
+ }
+ .data :{
+ *(.data)
+ }
+ malloc_start = .;
+}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)