summaryrefslogtreecommitdiffstats
path: root/bootloader
AgeCommit message (Expand)AuthorFilesLines
2007-10-14Turn on the backlight in the e200 booloader. This is necessary for when we re...Barry Wardell1-0/+8
2007-10-14clean up the e200r installer app to make it more user friendlyJonathan Gordon1-5/+19
2007-10-13Cleanup more warnings on the M:RobeKarl Kurbjun1-32/+41
2007-10-01touchpad calibration (very simple calibration screen is in mrobe500.c Jonathan Gordon1-19/+60
2007-09-30Move some more files around and get the main build compilingKarl Kurbjun1-1/+1
2007-09-30IRQ driven touchpad driver, crude but workingJonathan Gordon1-17/+20
2007-09-30slow - but working - IRQ based uart/button driver.Jonathan Gordon1-2/+7
2007-09-25More ATA work (that doesn't work)Karl Kurbjun1-3/+3
2007-09-23Working DM320 interrupts, changed the way registers are accessed in spi and u...Karl Kurbjun1-14/+23
2007-09-22More interupt/timer workKarl Kurbjun1-1/+2
2007-09-22start of the tsc2100 driver.Jonathan Gordon1-17/+13
2007-09-22Seperate M:Robe crt0.S, fix the vector tables for the bootloader, and show to...Karl Kurbjun1-3/+7
2007-09-21Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.Will Robertson2-0/+97
2007-09-21m:robe 500i port: Less warnings = good.Catalin Patulea1-0/+1
2007-09-21m:robe 500i port: Add primitives for the SPI bus and start moving toward new-...Catalin Patulea1-9/+16
2007-09-20(mr500) reset if power is pressed, not very nice, but im sick of using the re...Jonathan Gordon1-9/+12
2007-09-20Sansa C200 bootloader works fine, no need to be verbose anymoreBjörn Stenberg1-1/+1
2007-09-20uart driver (which the buttons need) and button test code in the bootloaderJonathan Gordon1-1/+13
2007-09-20Beginning of an M:Robe 500i port. Currently only in the bootloader stage. N...Karl Kurbjun2-0/+137
2007-09-18key added used for C200 A1.00.03Daniel Stenberg1-0/+1
2007-09-121st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't enable...Jens Arnold2-3/+4
2007-09-09Firmware "hacker" code for the e200r install so the full bootloader rom doesn...Jonathan Gordon3-2/+125
2007-09-06Sansa c200 port. Rockbox works with sound. Several features are disabled incl...Mark Arigo2-13/+30
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 Chapman4-13/+14
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-08-17Fix more yellow.Jens Arnold1-0/+1
2007-08-17Fix yellow.Jens Arnold2-0/+2
2007-08-17First step of powermanagement rework: * Move target specific stuff into targe...Jens Arnold3-18/+12
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