summaryrefslogtreecommitdiff
path: root/bootloader
AgeCommit message (Expand)Author
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell
2007-05-23Clarify the need to hold MENU+SELECT to reboot an ipodDave Chapman
2007-05-22Ooops (about 3 months too late) - when an error is found by the bootloader, c...Dave Chapman
2007-05-20Add the database rebuild byte for the PP5022AF-05.51-S301-00.12-S301.00.12A-D...Jonathan Gordon
2007-05-17add some code to dump the sansa hidden partition (commented out), usefull for...Jonathan Gordon
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun
2007-04-12Non-functional change - use the firmware __backlight_on() function instead of...Dave Chapman
2007-03-22minor code cleanup and policingJonathan Gordon
2007-03-22Enable usb detection in the sansa bootloader (loads OF if detected)Jonathan Gordon
2007-03-20Fix build errors.Barry Wardell
2007-03-20Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...Barry Wardell
2007-03-20We should check the CRC32 whether it is encrypted or not.Barry Wardell
2007-03-20Add support for encrypted mi4 bootloaders.Barry Wardell
2007-03-20Hopefully fix CRC32 errors when loading the Sansa OF from the firmware partit...Barry Wardell
2007-03-20PP bootloader:Barry Wardell
2007-03-19The model and type strings are only 4 characters long. Also remove the 20 at ...Barry Wardell
2007-03-17If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2...Barry Wardell
2007-03-16Partition type 0x84 is "OS/2 hidden C: drive"Barry Wardell
2007-03-16The hidden partition stuff is only used Sansa.Barry Wardell
2007-03-16In preparation for use with sansapatcher, change portalplayer bootloaders to ...Barry Wardell
2007-03-15Make it possible to boot the OF and show verbose messages at the same time in...Barry Wardell
2007-03-12Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY ...Barry Wardell
2007-03-07Allow H300 to be started up from a non-LCD remoteSteve Bavin
2007-03-06Fix the loading of RetailOS from a file (apple_os.ipod in the root or .rockbox/)Dave Chapman
2007-03-06Remove the leading "20" from the version string - it no longer makes sense wi...Dave Chapman
2007-03-06Fix error in Sansa and H10 bootloadersDave Chapman
2007-03-05Disable bootloader messages in the ipod bootloader unless the RIGHT button is...Dave Chapman
2007-03-05Fix wrong target binary name.Jens Arnold
2007-03-04Added new iAudio M5 target, including some adjustments to make the bootloader...Jens Arnold
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell
2007-03-03look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targetsRobert Kukla
2007-03-02Kill a few warningsLinus Nielsen Feltzing
2007-03-02H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while ch...Linus Nielsen Feltzing
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing
2007-02-28H100/H300 bootloader: Better remote control output, removed a wild pointer ac...Linus Nielsen Feltzing
2007-02-28Better working USB bootloader mode for H300Linus Nielsen Feltzing
2007-02-23Proper file headerLinus Nielsen Feltzing
2007-02-22Set properties correctlyLinus Nielsen Feltzing
2007-02-22Put the X5 bootloader in a separate fileLinus Nielsen Feltzing
2007-02-22Correct the Gigabeat bootloader.Nicolas Pennequin
2007-02-22FS#6554 - Move bootloader code into a common fileLinus Nielsen Feltzing
2007-02-22Use -ffunction-sections and -fdata-sections for all bootloadersLinus Nielsen Feltzing
2007-01-28Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead.Barry Wardell
2007-01-28FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (...Barry Wardell
2007-01-18Verbose error messages in the iPod bootloaderLinus Nielsen Feltzing
2007-01-17Read bootsplash from disk rather than hardcoding itGreg White
2007-01-17Fix build warning.Barry Wardell
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell
2007-01-17Created bootsplash imageGreg White
2007-01-16Added printf() instead of snprintf/lcd_puts/lcd_updateLinus Nielsen Feltzing