summaryrefslogtreecommitdiffstats
path: root/bootloader/main-pp.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-27Don't make the Sansa bootloaders verbose when USB is connectedDave Chapman1-3/+5
2008-03-05m:robe 100: use power button for dual-booting the OF (short press to boot roc...Robert Kukla1-1/+1
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg1-0/+2
2008-01-09Initial commit for the Olympus m:robe 100 port (PP5020). The LCD driver works...Mark Arigo1-0/+6
2007-11-22Red fix: USB power check implemented in driver insteadBjörn Stenberg1-2/+2
2007-11-19shutdown if hold is on in the non-ipod-pp target bootloaders.Jonathan Gordon1-1/+10
2007-11-12Hardware controlled backlight brightness for iPod Video and Nano, retaining t...Jens Arnold1-1/+1
2007-10-20Fix warningBarry Wardell1-0/+2
2007-10-20Support database rebuild disabling when USB is connected for all e200 OF vers...Barry Wardell1-47/+9
2007-10-20Make the firmware partition dump code compile again.Barry Wardell1-1/+1
2007-10-20Add 3 more OF datbase refresh locations for the e200 bootloader (FS#7990)Jonathan Gordon1-1/+4
2007-10-14Turn on the backlight in the e200 booloader. This is necessary for when we re...Barry Wardell1-0/+8
2007-09-18key added used for C200 A1.00.03Daniel Stenberg1-0/+1
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo1-12/+28
2007-09-04dont bother waiting for a usb connection if we arnt getting usb power (speeds...Jonathan Gordon1-1/+2
2007-09-04FS #7691 - improved USB detection on PP devices. This patch modifies the tar...Dave Chapman1-1/+1
2007-09-03fix warningDaniel Stenberg1-1/+2
2007-09-03added two keys, and made NUM_KEYS work without needing a fixed numberDaniel Stenberg1-1/+3
2007-06-30Accept FS#7134 - Sansa: external sd card support by Antonius Hellmann with so...Michael Sevakis1-8/+12
2007-06-04Bring back rolo for mi4-based targets (H10 and Sansa).Barry Wardell1-75/+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-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 Wardell1-11/+269
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 Wardell1-18/+24
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 Wardell1-179/+46
2007-01-17Fix build warning.Barry Wardell1-1/+0
2007-01-17Make the build system create a sysfont.h which includes font information for ...Barry Wardell1-37/+41
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell1-0/+263