freemyipod r335 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r334‎ | r335 | r336 >
Date:17:10, 19 December 2010
Author:theseven
Status:new
Tags:
Comment:
emBIOS: Fix a bunch of linker script bugs
Modified paths:
  • /embios/trunk/target/ipodclassic/ls.x (modified) (history)
  • /embios/trunk/target/ipodnano2g/ls.x (modified) (history)
  • /embios/trunk/target/ipodnano3g/ls.x (modified) (history)
  • /embios/trunk/target/ipodnano4g/ls.x (modified) (history)

Diff [purge]

Index: embios/trunk/target/ipodnano2g/ls.x
@@ -9,7 +9,7 @@
1010 INITBSS : ORIGIN = 0x09e00000, LENGTH = 0x0017f000
1111 INITSTACK : ORIGIN = 0x09f7f000, LENGTH = 0x00001000
1212 SRAM : ORIGIN = 0x22000000, LENGTH = 0x0002bdf0
13 - SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00100000
 13+ SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00080000
1414 }
1515
1616 SECTIONS
Index: embios/trunk/target/ipodnano3g/ls.x
@@ -9,7 +9,7 @@
1010 INITBSS : ORIGIN = 0x09e00000, LENGTH = 0x0017f000
1111 INITSTACK : ORIGIN = 0x09f7f000, LENGTH = 0x00001000
1212 SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
13 - SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00100000
 13+ SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00080000
1414 }
1515
1616 SECTIONS
Index: embios/trunk/target/ipodnano4g/ls.x
@@ -9,7 +9,7 @@
1010 INITBSS : ORIGIN = 0x09e00000, LENGTH = 0x0017f000
1111 INITSTACK : ORIGIN = 0x09f7f000, LENGTH = 0x00001000
1212 SRAM : ORIGIN = 0x22000000, LENGTH = 0x00030000
13 - SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00100000
 13+ SDRAM : ORIGIN = 0x09f80000, LENGTH = 0x00080000
1414 }
1515
1616 SECTIONS
Index: embios/trunk/target/ipodclassic/ls.x
@@ -6,10 +6,10 @@
77 MEMORY
88 {
99 INIT : ORIGIN = 0x08000000, LENGTH = 0x01eff000
10 - INITBSS : ORIGIN = 0x0ae00000, LENGTH = 0x0017f000
11 - INITSTACK : ORIGIN = 0x0af7f000, LENGTH = 0x00001000
 10+ INITBSS : ORIGIN = 0x0be00000, LENGTH = 0x000ff000
 11+ INITSTACK : ORIGIN = 0x0beff000, LENGTH = 0x00001000
1212 SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
13 - SDRAM : ORIGIN = 0x0af80000, LENGTH = 0x00100000
 13+ SDRAM : ORIGIN = 0x0bf00000, LENGTH = 0x00100000
1414 }
1515
1616 SECTIONS