freemyipod r194 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r193‎ | r194 | r195 >
Date:20:47, 4 September 2010
Author:theseven
Status:new
Tags:
Comment:
Also fix the backlight init in the loader.
Modified paths:
  • /apps/installer-nano2g/bootstub/bootstub.S (modified) (history)
  • /embios/trunk/loader/ipodnano2g/main.S (modified) (history)

Diff [purge]

Index: apps/installer-nano2g/bootstub/bootstub.S
@@ -158,7 +158,7 @@
159159 str r5, [r0,#0x88]
160160 add r4, r6, #0x00200000
161161 str r1, [r4,#0x08]
162 - mov r5, #0xb7
 162+ mov r5, #0xf3
163163 str r5, [r4]
164164 mov r5, #0x10
165165 str r5, [r4,#0x04]
@@ -166,10 +166,10 @@
167167
168168 pmuinitdata:
169169 .byte 3, 0x39, 0x18, 0, 0x8c
170 - .byte 3, 0x13, 3, 0, 0
171 - .byte 6, 0x16, 7, 0, 5, 2, 0x6b, 0
 170+ .byte 9, 0x13, 3, 0, 0, 7, 0, 5, 2, 0x6b, 0
172171 .byte 4, 0x1e, 0x12, 1, 0, 0x10
173172 .byte 6, 0x22, 0x2f, 1, 0, 0x10, 9, 1
 173+ .byte 1, 0x2a, 6
174174 .byte 6, 0x31, 0x15, 1, 0x0f, 3, 0x15, 0
175175 .byte 1, 0x43, 0
176176 .byte 1, 0x4e, 0
Index: embios/trunk/loader/ipodnano2g/main.S
@@ -157,10 +157,10 @@
158158
159159 pmuinitdata:
160160 .byte 3, 0x39, 0x18, 0, 0x8c
161 - .byte 3, 0x13, 3, 0, 0
162 - .byte 6, 0x16, 7, 0, 5, 2, 0x6b, 0
 161+ .byte 9, 0x13, 3, 0, 0, 7, 0, 5, 2, 0x6b, 0
163162 .byte 4, 0x1e, 0x12, 1, 0, 0x10
164163 .byte 6, 0x22, 0x2f, 1, 0, 0x10, 9, 1
 164+ .byte 1, 0x2a, 6
165165 .byte 6, 0x31, 0x15, 1, 0x0f, 3, 0x15, 0
166166 .byte 1, 0x43, 0
167167 .byte 1, 0x4e, 0