summaryrefslogtreecommitdiffstats
path: root/bootloader/ipod.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-12FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition ...Dave Chapman1-8/+71
2008-12-03Hopefully mop-up remaining red.Michael Sevakis1-10/+0
2008-11-23Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559Björn Stenberg1-1/+1
2008-11-21Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use secto...Frank Gevaerts1-2/+2
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-04-02Revert... stupid svn doesn't complain when passing -m twice :(Jens Arnold1-64/+0
2008-04-02Make the measured LCD scanrates from the greylib known to the scanrate test p...Jens Arnold1-0/+64
2008-03-25Revert accidental tree commit. /me needs a smaller enter key...Jens Arnold1-64/+0
2008-03-25Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...Jens Arnold1-0/+64
2007-11-21Fix iPod Nano & Video bootloaders. Backlight uses sleep(), hence it must be i...Jens Arnold1-5/+5
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold1-1/+1
2007-09-121st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't enable...Jens Arnold1-1/+2
2007-07-27G1/G2 bootloader working (always in verbose mode for now). Corrected fatal er...Jens Arnold1-6/+12
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman1-10/+1
2007-05-23Clarify the need to hold MENU+SELECT to reboot an ipodDave Chapman1-2/+2
2007-05-22Ooops (about 3 months too late) - when an error is found by the bootloader, c...Dave Chapman1-0/+1
2007-04-12Non-functional change - use the firmware __backlight_on() function instead of...Dave Chapman1-22/+2
2007-03-06Fix the loading of RetailOS from a file (apple_os.ipod in the root or .rockbox/)Dave Chapman1-4/+4
2007-03-06Remove the leading "20" from the version string - it no longer makes sense wi...Dave Chapman1-1/+1
2007-03-05Disable bootloader messages in the ipod bootloader unless the RIGHT button is...Dave Chapman1-5/+8
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell1-7/+7
2007-01-28FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (...Barry Wardell1-240/+69
2007-01-18Verbose error messages in the iPod bootloaderLinus Nielsen Feltzing1-3/+32
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell1-1/+1
2007-01-16Added printf() instead of snprintf/lcd_puts/lcd_updateLinus Nielsen Feltzing1-58/+54
2006-12-17Restrict the width of some displayed messages (fixes display on Minis and Nano).Dave Chapman1-0/+7
2006-12-17Changes to ipod bootloader to bring in line with the capabilities of ipodpatc...Dave Chapman1-41/+124
2006-12-10Remove unused code in (and hence simplify) the ipod bootloader - the image he...Dave Chapman1-50/+7
2006-08-03Initial work for coprocessor support on iPods. FS#5755Daniel Ankers1-10/+1
2006-04-19Fix button driver for ipod mini 1G.Frank Dischner1-2/+6
2006-04-02iPod mini 2G: Working button check in bootloader.Jens Arnold1-1/+1
2006-02-27Patch #3060 from Andrew Scott - iPod mini button driverDave Chapman1-0/+4
2006-02-21iPod 3G: Use correct DRAM_START address when branching to RockboxDave Chapman1-2/+5
2006-02-21Patch #1435744 from Andrew Scott - initial iPod Mini supportDave Chapman1-0/+4
2006-02-05iPod 3G support in Bootloader from Seven Le MesleDave Chapman1-28/+24
2006-01-31Oops - fix red iPod bootloader buildDave Chapman1-0/+1
2006-01-31iPod: Fix the detection of lcd type for the iPod Photo - this should fix prob...Dave Chapman1-0/+6
2006-01-18Line too wide for nano screen, split it up.Thom Johansen1-1/+3
2006-01-18Remove logos from bootloaderDave Chapman1-13/+2
2006-01-05iPod: Fix the bootloader so it can load and run the original Apple firmware a...Dave Chapman1-1/+10
2005-11-20iPod: Change bootloader so that Rockbox loads by default. Holding down MENU ...Dave Chapman1-7/+8
2005-11-14Fixes for new 16-bit framebuffer typeDave Chapman1-2/+2
2005-11-13Implement (unreliable) button detection using code from ipodlinux bootloader ...Dave Chapman1-40/+173
2005-11-08Ooops. There was an unclosed comment in the source.Dave Chapman1-1/+1
2005-11-08Initial check-in of work-in-progress iPod bootloader. Current targets are iP...Dave Chapman1-0/+346