freemyipod r360 - Code Review

Jump to: navigation, search
Repository:freemyipod
Revision:r359‎ | r360 | r361 >
Date:14:47, 20 December 2010
Author:theseven
Status:new
Tags:
Comment:
Installer for iPod Nano 2G: Fix an interesting rather obvious bug in the boot stub that should have prevented it from ever working. I have a bit of a bad feeling about fixing this though, as it has worked this way for ages...
Modified paths:
  • /apps/installer-nano2g/bootstub/bootstub.S (modified) (history)

Diff [purge]

Index: apps/installer-nano2g/bootstub/bootstub.S
@@ -335,7 +335,7 @@
336336 mov r1, #0x29
337337 mov r2, #1
338338 bl i2csendbyte
339 - ldr r1, _stubend + 4
 339+ adr r1, _stubend + 4
340340 ldr r0, _stubend
341341 add r0, r1, r0
342342 mov r2, #0x08000000

Follow-up revisions

RevisionCommit summaryAuthorDate
r413Installer for iPod Nano2G boot stub: Revert r360, it was indeed broken.theseven23:33, 7 January 2011