summaryrefslogtreecommitdiffstats
path: root/bootloader
AgeCommit message (Expand)AuthorFilesLines
2007-07-28Get the last errors?Michael Sevakis1-0/+1
2007-07-28Fix warnings and errors. Remove some added stuff that wasn't needed afterall.Michael Sevakis1-0/+1
2007-07-27G1/G2 bootloader working (always in verbose mode for now). Corrected fatal er...Jens Arnold2-8/+14
2007-07-25Remove the hack which read the ipod hardware revision from flash in the bootl...Dave Chapman1-10/+1
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-8/+12
2007-06-18Fix bootloader error reporting as per patch FS#7314. Thanks again to James Teh.Steve Bavin2-2/+2
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell1-75/+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-05-20Add the database rebuild byte for the PP5022AF-05.51-S301-00.12-S301.00.12A-D...Jonathan Gordon1-18/+30
2007-05-17add some code to dump the sansa hidden partition (commented out), usefull for...Jonathan Gordon1-0/+16
2007-04-21Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself...Karl Kurbjun2-215/+65
2007-04-12Non-functional change - use the firmware __backlight_on() function instead of...Dave Chapman1-22/+2
2007-03-22minor code cleanup and policingJonathan Gordon1-23/+27
2007-03-22Enable usb detection in the sansa bootloader (loads OF if detected)Jonathan Gordon1-3/+49
2007-03-20Fix build errors.Barry Wardell1-1/+2
2007-03-20Oops, the mi4 magic was being looked for in the wrong place when decrypting. ...Barry Wardell1-4/+11
2007-03-20We should check the CRC32 whether it is encrypted or not.Barry Wardell1-36/+29
2007-03-20Add support for encrypted mi4 bootloaders.Barry Wardell1-46/+237
2007-03-20Hopefully fix CRC32 errors when loading the Sansa OF from the firmware partit...Barry Wardell1-6/+6
2007-03-20PP bootloader:Barry Wardell1-6/+6
2007-03-19The model and type strings are only 4 characters long. Also remove the 20 at ...Barry Wardell1-5/+5
2007-03-17If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e2...Barry Wardell1-18/+27
2007-03-16Partition type 0x84 is "OS/2 hidden C: drive"Barry Wardell1-1/+1
2007-03-16The hidden partition stuff is only used Sansa.Barry Wardell1-3/+7
2007-03-16In preparation for use with sansapatcher, change portalplayer bootloaders to ...Barry Wardell3-11/+272
2007-03-15Make it possible to boot the OF and show verbose messages at the same time in...Barry Wardell1-2/+2
2007-03-12Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY ...Barry Wardell3-20/+57
2007-03-07Allow H300 to be started up from a non-LCD remoteSteve Bavin1-10/+9
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-06Fix error in Sansa and H10 bootloadersDave Chapman1-0/+2
2007-03-05Disable bootloader messages in the ipod bootloader unless the RIGHT button is...Dave Chapman3-7/+24
2007-03-05Fix wrong target binary name.Jens Arnold1-1/+1
2007-03-04Added new iAudio M5 target, including some adjustments to make the bootloader...Jens Arnold1-1/+1
2007-03-03Replace some inl/outl with register #define's instead. Also tidy up pp5020.h ...Barry Wardell1-7/+7
2007-03-03look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targetsRobert Kukla1-4/+7
2007-03-02Kill a few warningsLinus Nielsen Feltzing1-2/+1
2007-03-02H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while ch...Linus Nielsen Feltzing1-0/+7
2007-03-02H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging s...Linus Nielsen Feltzing3-9/+415
2007-02-28H100/H300 bootloader: Better remote control output, removed a wild pointer ac...Linus Nielsen Feltzing1-3/+13
2007-02-28Better working USB bootloader mode for H300Linus Nielsen Feltzing1-16/+13
2007-02-23Proper file headerLinus Nielsen Feltzing1-0/+18
2007-02-22Set properties correctlyLinus Nielsen Feltzing1-1/+1
2007-02-22Put the X5 bootloader in a separate fileLinus Nielsen Feltzing3-64/+202
2007-02-22Correct the Gigabeat bootloader.Nicolas Pennequin1-2/+2
2007-02-22FS#6554 - Move bootloader code into a common fileLinus Nielsen Feltzing5-260/+68
2007-02-22Use -ffunction-sections and -fdata-sections for all bootloadersLinus Nielsen Feltzing1-1/+1
2007-01-28Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead.Barry Wardell1-4/+4
2007-01-28FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (...Barry Wardell5-419/+356