summaryrefslogtreecommitdiffstats
path: root/bootloader
AgeCommit message (Expand)AuthorFilesLines
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
2007-01-18Verbose error messages in the iPod bootloaderLinus Nielsen Feltzing1-3/+32
2007-01-17Read bootsplash from disk rather than hardcoding itGreg White2-8018/+32
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 Wardell2-38/+42
2007-01-17Created bootsplash imageGreg White2-237/+8078
2007-01-16Added printf() instead of snprintf/lcd_puts/lcd_updateLinus Nielsen Feltzing1-58/+54
2007-01-13Fixed the bootloader for H100 also.Miika Pekkarinen1-3/+13
2007-01-13Fixed the X5 bootloader.Miika Pekkarinen1-9/+5
2007-01-13Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memoryGreg White1-5/+8
2007-01-12Updated bootloader for H120/H140 and entirely disabled flashing code for H100...Miika Pekkarinen1-159/+364
2006-12-29merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...Marcoen Hirschberg1-8/+359
2006-12-19Add working dual-boot bootloaders for H10 and Sansa, which allow booting the ...Barry Wardell3-206/+16
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-12-06first step in audio driver unification: renaming the functions to audio_*Marcoen Hirschberg1-1/+1
2006-11-10Coldfire targets: Got the rest of the coldfire code out of backlight.c. Strai...Michael Sevakis1-4/+1
2006-11-06Big Patch adds primarily: Samplerate and format selection to recording for SW...Michael Sevakis1-0/+4
2006-10-30General: changed local adc to voltage conversions in several places to use ba...Michael Sevakis1-28/+28
2006-10-30Adapted more Makefiles to the more efficient info printing.Jens Arnold1-14/+9
2006-10-16Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. A...Daniel Ankers1-19/+112
2006-10-10Changes to make Sansa bootloader run. Thanks to Peter Praest.Daniel Ankers1-5/+21
2006-09-04Gracefully shutdown unless firmware is found.Miika Pekkarinen1-2/+12
2006-08-31Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another Por...Dave Chapman2-0/+137
2006-08-28Add Rockbox bootloader for H10Barry Wardell1-160/+153
2006-08-22Fix a few warningsDave Chapman1-1/+1