freemyipod r743 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r742‎ | r743 | r744 >
Date:16:25, 12 July 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE: iPod Classic: Fix regression caused by r730
Modified paths:
  • /emcore/trunk/target/ipodclassic/crt0.S (modified) (history)

Diff [purge]

Index: emcore/trunk/target/ipodclassic/crt0.S
@@ -121,10 +121,9 @@
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
128 - mov r4, #-1
129128 str r4, [r1,#0x14]
130129 str r4, [r2,#0x14]
131130 str r4, [r1,#0xf00]

Follow-up revisions

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

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r730emCORE: Fix some nonsense in iPod Classic crt0.S that was probably left over ...theseven00:59, 12 July 2011