freemyipod r745 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r744‎ | r745 | r746 >
Date:15:50, 12 July 2011
Author:theseven
Status:new
Tags:
Comment:
Fix SVN fail from r744
Modified paths:
  • /emcore/trunk/target/ipodclassic/crt0.S (modified) (history)
  • /umsboot/target/ipodclassic/crt0.S (modified) (history)

Diff [purge]

Index: umsboot/target/ipodclassic/crt0.S
@@ -72,7 +72,7 @@
7373 mov r0, #0
7474 mcr p15, 0, r0,c7,c10,4
7575 mcr p15, 0, r0,c7,c5,0
76 - add r1, r1, #0x00c00000
 76+ ldr r1, =0x38e00000
7777 add r2, r1, #0x00001000
7878 add r3, r1, #0x00002000
7979 mov r4, #-1
Index: emcore/trunk/target/ipodclassic/crt0.S
@@ -121,7 +121,7 @@
122122 mov r0, #0
123123 mcr p15, 0, r0,c7,c10,4
124124 mcr p15, 0, r0,c7,c5,0
125 - add r1, r1, #0x00c00000
 125+ ldr r1, =0x38e00000
126126 add r2, r1, #0x00001000
127127 add r3, r1, #0x00002000
128128 mov r4, #-1

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r744UMSboot: Backport iPod Classic fixes in r743 from emCOREtheseven15:40, 12 July 2011