freemyipod r580 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r579‎ | r580 | r581 >
Date:19:11, 9 February 2011
Author:theseven
Status:new
Tags:
Comment:
emCORE Loader for iPod Classic: Simplify syscon setup
Modified paths:
  • /emcore/trunk/loader/ipodclassic/main.S (modified) (history)

Diff [purge]

Index: emcore/trunk/loader/ipodclassic/main.S
@@ -77,15 +77,10 @@
7878 mov r2, #0 @ R2 = 0
7979 str r2, [r0]
8080 str r2, [r0,#0x4]
81 - mov r1, #7
82 - str r1, [r0,#0x44]
83 - mov r1, #0x30
84 - str r1, [r0,#0x44]
8581 str r2, [r0,#0x60]
8682 str r3, [r0,#0x28]
8783 str r4, [r0,#0x38]
8884 mov r1, #0x34
89 - str r1, [r0,#0x44]
9085 orr r1, r1, #0x40000
9186 str r1, [r0,#0x44]
9287 waitpll: