freemyipod r815 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r814‎ | r815 | r816 >
Date:23:37, 22 November 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: Shrink iPod Classic kernel memory to 256kiB SRAM + 256kiB SDRAM
Modified paths:
  • /emcore/trunk/target/ipodclassic/ls.x (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodclassic/ls.x
@@ -5,9 +5,9 @@
66
77 MEMORY
88 {
9 - INIT : ORIGIN = 0x08000000, LENGTH = 0x03f80000
 9+ INIT : ORIGIN = 0x08000000, LENGTH = 0x03fc0000
1010 SRAM : ORIGIN = 0x22000000, LENGTH = 0x0003c000
11 - SDRAM : ORIGIN = 0x0bf80000, LENGTH = 0x00080000
 11+ SDRAM : ORIGIN = 0x0bfc0000, LENGTH = 0x00040000
1212 }
1313
1414 SECTIONS