1. 8a1fd8c Commit FS#6929 - Gigabeat bootloader improvements by Barry Wardell and myself. This build fixes the problems seen with the latest builds on the Gigabeat X. Added View IO Ports under the Debug menu for the Gigabeat. Make sure you grab the latest bootloader from the Wiki as the old bootloader will not work properly with new builds. by Karl Kurbjun · 18 years ago
  2. dbcd321 Non-functional change - use the firmware __backlight_on() function instead of writing directly to the ports to turn the backlight on by Dave Chapman · 18 years ago
  3. ceb1e7a minor code cleanup and policing by Jonathan Gordon · 18 years ago
  4. a76947f Enable usb detection in the sansa bootloader (loads OF if detected) by Jonathan Gordon · 18 years ago
  5. 7e03b0a Fix build errors. by Barry Wardell · 18 years ago
  6. 7cd559d Oops, the mi4 magic was being looked for in the wrong place when decrypting. Also decrease verbosity of PP bootloader a bit. by Barry Wardell · 18 years ago
  7. 9a9aebb We should check the CRC32 whether it is encrypted or not. by Barry Wardell · 18 years ago
  8. 3de41f5 Add support for encrypted mi4 bootloaders. by Barry Wardell · 18 years ago
  9. bada0b7 Hopefully fix CRC32 errors when loading the Sansa OF from the firmware partition. by Barry Wardell · 18 years ago
  10. 0c1a304 PP bootloader: by Barry Wardell · 18 years ago
  11. ca8f7bf The model and type strings are only 4 characters long. Also remove the 20 at the start of the version string - it should never have been there. by Barry Wardell · 18 years ago
  12. e293bbb If loading rockbox.mi4 fails, then drop back to trying rockbox.h10/rockbox.e200 instead. This will allow the new bootloader to be used with older rockbox builds. by Barry Wardell · 18 years ago
  13. b8a5adf Partition type 0x84 is "OS/2 hidden C: drive" by Barry Wardell · 18 years ago
  14. a91a35b The hidden partition stuff is only used Sansa. by Barry Wardell · 18 years ago
  15. 14ed3ca In preparation for use with sansapatcher, change portalplayer bootloaders to read firmwares in mi4 format. by Barry Wardell · 18 years ago
  16. a42070d Make it possible to boot the OF and show verbose messages at the same time in the PP bootloaders. by Barry Wardell · 18 years ago
  17. 2370998 Disable bootloader messages in the H10 and Sansa bootloaders unless the PLAY (on H10) or RIGHT (on Sansa) button is being held. Messages are still displayed if an error occurs. This has already been implemented for iPod bootloaders, but still needs implementing for the other bootloaders. by Barry Wardell · 18 years ago
  18. 88f249d Allow H300 to be started up from a non-LCD remote by Steve Bavin · 18 years ago
  19. a02c426 Fix the loading of RetailOS from a file (apple_os.ipod in the root or .rockbox/) by Dave Chapman · 18 years ago
  20. dc1fc3c Remove the leading "20" from the version string - it no longer makes sense with the SVN revision number by Dave Chapman · 18 years ago
  21. 582d02d Fix error in Sansa and H10 bootloaders by Dave Chapman · 18 years ago
  22. 4d25bff Disable bootloader messages in the ipod bootloader unless the RIGHT button is being held. Messages are still displayed if an error occurs. This needs implementing for the other bootloaders. by Dave Chapman · 18 years ago
  23. f8ffca4 Fix wrong target binary name. by Jens Arnold · 18 years ago
  24. b4994a0 Added new iAudio M5 target, including some adjustments to make the bootloader compile (with a small change against the committed tools/tonfigure, and it won't actually work yet). by Jens Arnold · 18 years ago
  25. 8b06125 Replace some inl/outl with register #define's instead. Also tidy up pp5020.h so that it's in increasing address order. by Barry Wardell · 18 years ago
  26. a731133 look for rockbox.gigabeat in /.rockbox/ first like other SWCODEC targets by Robert Kukla · 18 years ago
  27. 4855615 Kill a few warnings by Linus Nielsen Feltzing · 18 years ago
  28. 8448d3b H300 bootloader: init the ISP1362 chip, and set the CPU to idle mode while charging, to save power by Linus Nielsen Feltzing · 18 years ago
  29. ff17905 H300 bootloader: (Work in progress) Boot Rockbox on RTC alarm, add charging screen, move to a separate source file, backlight is on during USB mode (again) by Linus Nielsen Feltzing · 18 years ago
  30. 343c428 H100/H300 bootloader: Better remote control output, removed a wild pointer access when loading Rockbox, add a 2 second delay before rebooting when Rockbox is not found by Linus Nielsen Feltzing · 18 years ago
  31. 237ff9e Better working USB bootloader mode for H300 by Linus Nielsen Feltzing · 18 years ago
  32. c5df4f8 Proper file header by Linus Nielsen Feltzing · 18 years ago
  33. 4fb389f Set properties correctly by Linus Nielsen Feltzing · 18 years ago
  34. ec549ec Put the X5 bootloader in a separate file by Linus Nielsen Feltzing · 18 years ago
  35. bd073cd Correct the Gigabeat bootloader. by Nicolas Pennequin · 18 years ago
  36. 46597c9 FS#6554 - Move bootloader code into a common file by Linus Nielsen Feltzing · 18 years ago
  37. b58e4e7 Use -ffunction-sections and -fdata-sections for all bootloaders by Linus Nielsen Feltzing · 18 years ago
  38. 7908740 Oops. sleep() doesn't work on PortalPlayer builds. Use udelay() instead. by Barry Wardell · 18 years ago
  39. 84b509d FS#6554. Move bootloader code into a common file. Only PortalPlayer devices (iPods, H10, Sansa) are affected for the moment. Someone with access to (and no fear of bricking) an X5, H100, H300 and Gigabeat should try to adapt those bootloaders to also use the code in common.c. The (non-working) patch in the tracker would be a good place to start with this. by Barry Wardell · 18 years ago
  40. 97d59dd Verbose error messages in the iPod bootloader by Linus Nielsen Feltzing · 18 years ago
  41. 3b65fc2 Read bootsplash from disk rather than hardcoding it by Greg White · 18 years ago
  42. e9327a9 Fix build warning. by Barry Wardell · 18 years ago
  43. f4709d0 Make the build system create a sysfont.h which includes font information for the system font. Available #defines are: SYSFONT_NAME, SYSFONT_FACENAME, SYSFONT_WIDTH, SYSFONT_HEIGHT, SYSFONT_SIZE, SYSFONT_ASCENT, SYSFONT_DESCENT, SYSFONT_FIRST_CHAR, SYSFONT_LAST_CHAR, SYSFONT_DEFAULT_CHAR, SYSFONT_PROPORTIONAL, SYSFONT_COPYRIGHT, SYSFONT_BITS_SIZE. by Barry Wardell · 18 years ago
  44. 8b3c879 Created bootsplash image by Greg White · 18 years ago
  45. f3f0d1c Added printf() instead of snprintf/lcd_puts/lcd_update by Linus Nielsen Feltzing · 18 years ago
  46. 20171c1 Fixed the bootloader for H100 also. by Miika Pekkarinen · 18 years ago
  47. 886c302 Fixed the X5 bootloader. by Miika Pekkarinen · 18 years ago
  48. 355be50 Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memory by Greg White · 18 years ago
  49. 35b0c3f Updated bootloader for H120/H140 and entirely disabled flashing code for H100 until somebody tests it. by Miika Pekkarinen · 18 years ago
  50. 2953676 merge a big part of the unofficial gigabeat cvs back. Includes working bootloader and rockbox with audio. by Marcoen Hirschberg · 18 years ago
  51. 2f16d4f Add working dual-boot bootloaders for H10 and Sansa, which allow booting the OF and Rockbox. Rolo also works. by Barry Wardell · 18 years ago
  52. 0025a97 Restrict the width of some displayed messages (fixes display on Minis and Nano). by Dave Chapman · 18 years ago
  53. 02aeacb Changes to ipod bootloader to bring in line with the capabilities of ipodpatcher: Detect if the bootloader has been installed without the Apple firmware; load the Apple firmware from an apple_os.ipod file on the FAT32 partition. Also change to use hold switch to decide when to boot into the Apple firmware (turning hold on whilst booting will start the Apple firmware). Plus a cosmetic change to white text on a black background. by Dave Chapman · 18 years ago
  54. 0a8d882 Remove unused code in (and hence simplify) the ipod bootloader - the image header parsing and memmove isn't used in Rockbox, it was just leftover from the original ipodlinux loader. Note that we still need the empty space in the bootloader (400 bytes starting at 0x100 - the 'boot_table' definition in firmware/target/arm/crt0-pp.S) to maintain compatibility with ipod_fw/make_fw (which will write information there that we have always ignored). by Dave Chapman · 18 years ago
  55. 6c2e1b8 first step in audio driver unification: renaming the functions to audio_* by Marcoen Hirschberg · 18 years ago
  56. 58825f6 Coldfire targets: Got the rest of the coldfire code out of backlight.c. Straightened up related items in configs and split backlight_set_brightness between the normal and boot/sim builds like the other functions. Should really have done all that in the first place. by Michael Sevakis · 18 years ago
  57. 0f5cb94 Big Patch adds primarily: Samplerate and format selection to recording for SWCODEC. Supprort for samplerates changing in playback (just goes with the recording part inseparably). Samplerates to all encoders. Encoders can be configured individually on a menu specific to the encoder in the recording menu. File creation is delayed until flush time to reduce spinups when splitting. Misc: statusbar icons for numbers are individual digits to display any number. Audio buffer was rearranged to maximize memory available to recording and properly reinitialized when trashed. ColdFire PCM stuff moved to target tree to avoid a complicated mess when adding samplerate switching. Some needed API changes and to neaten up growing gap between hardware and software codecs. by Michael Sevakis · 18 years ago
  58. 9e8fe0e General: changed local adc to voltage conversions in several places to use battery_voltage. Added battery_read_info function for unfiltered battery information. x5: removed adc_read as a distinct function. Removed adc tick task. adc_init is empty inline. Adjusted battery scale, voltage to level array and read 10 bits from the ADC for battery since 255 levels is not enough for true centivolt resolution. by Michael Sevakis · 18 years ago
  59. f40f0de Adapted more Makefiles to the more efficient info printing. by Jens Arnold · 18 years ago
  60. d8ef7c5 Big Sansa update: Go back to using the common crt0-pp.S. Add LCD driver. Add ADC driver (may not be needed). Fix a bug in the button driver. by Daniel Ankers · 18 years ago
  61. 2740914 Changes to make Sansa bootloader run. Thanks to Peter Praest. by Daniel Ankers · 18 years ago
  62. 973ee5d Gracefully shutdown unless firmware is found. by Miika Pekkarinen · 18 years ago
  63. 657dcb5 Initial commit of work for port to the Tatung Elio TPJ-1022 - yet another PortalPlayer PP5020 target. by Dave Chapman · 18 years ago
  64. 1920df3 Add Rockbox bootloader for H10 by Barry Wardell · 18 years ago
  65. 38a5aa1 Fix a few warnings by Dave Chapman · 18 years ago
  66. 70c8b75 use h10.c for H10 GB as well by Daniel Stenberg · 18 years ago
  67. 9272dfd Functional, but minimal LCD driver for H10. by Barry Wardell · 18 years ago
  68. c4a59a2 eeprom driver for the h3x0 series, cleaned up the h1x0 series driver a bit, added debug entry for h3x0 that allows to write to the eeprom by Peter D'Hoye · 18 years ago
  69. 0a06824 initial gigabeat bootloader (only test code) by Marcoen Hirschberg · 18 years ago
  70. 22860a9 Fixed hold switch detection from bootloader when rockbox has been flashed. by Miika Pekkarinen · 18 years ago
  71. 1204136 Some indent/c99 style cleanup by Barry Wardell by Hristo Kovachev · 18 years ago
  72. 9dc0e62 Patch #5731 by Barry Wardell: more iriver h10 work. Thanks! by Hristo Kovachev · 18 years ago
  73. e1eb91b Bootloader support to search firmware also from flash. Bootloader <-> by Miika Pekkarinen · 18 years ago
  74. cec7cdc Initial work for coprocessor support on iPods. FS#5755 by Daniel Ankers · 18 years ago
  75. f2591d3 cleared the lot, add your own test code like this by Daniel Stenberg · 18 years ago
  76. 4d39641 more and proper use of $(SILENT) by Daniel Stenberg · 18 years ago
  77. 5747049 cut out all the ipod cruft we don't need by Daniel Stenberg · 18 years ago
  78. 8cc73f1 Check for IPOD_ARCH instead of PP5002/PP5020 to decide when to build ipod.c by Dave Chapman · 18 years ago
  79. 0fc30d1 added mostly dummy changes to allow building of a Sansa e200 bootloader by Daniel Stenberg · 18 years ago
  80. 78f425d Applied FS #5727 (fix backlight flicker on X5) by Michael Sevakis by Rani Hod · 19 years ago
  81. 5d9eccd Fix button driver for ipod mini 1G. by Frank Dischner · 19 years ago
  82. 7f88088 iPod mini 2G: Working button check in bootloader. by Jens Arnold · 19 years ago
  83. ce6527b iAudio X5 bootloader, plus some cleanup by Linus Nielsen Feltzing · 19 years ago
  84. eed02be Add the target directory tree to the include path, and set the TARGET_TREE macro for the targets that use it by Linus Nielsen Feltzing · 19 years ago
  85. 2850791 Patch #3060 from Andrew Scott - iPod mini button driver by Dave Chapman · 19 years ago
  86. 8adc81d iPod 3G: Use correct DRAM_START address when branching to Rockbox by Dave Chapman · 19 years ago
  87. 8b1297a Patch #1435744 from Andrew Scott - initial iPod Mini support by Dave Chapman · 19 years ago
  88. fa74356 iPod 3G support in Bootloader from Seven Le Mesle by Dave Chapman · 19 years ago
  89. 2fcd1b0 iAudio: don't call UDA1380 functions by Linus Nielsen Feltzing · 19 years ago
  90. 1446b21 Oops - fix red iPod bootloader build by Dave Chapman · 19 years ago
  91. f9dac40 iPod: Fix the detection of lcd type for the iPod Photo - this should fix problems with that LCD. Affected users also need to install a new bootloader - available from the iPod Installation wiki page. by Dave Chapman · 19 years ago
  92. 1c69caf Line too wide for nano screen, split it up. by Thom Johansen · 19 years ago
  93. 3ded3ce Remove logos from bootloader by Dave Chapman · 19 years ago
  94. 780cfff H300: Removed lcd_enable() and added a delay to let the hard drive settle before entering USB mode by Linus Nielsen Feltzing · 19 years ago
  95. 54da924 H300: Bootloader USB mode detection on EXTON wakeup by Linus Nielsen Feltzing · 19 years ago
  96. 1917cd5 H300: bootloader must call lcd_enable() since the backlight thread isn't running by Linus Nielsen Feltzing · 19 years ago
  97. cb7e695 iPod: Fix the bootloader so it can load and run the original Apple firmware again. The Rockbox firmware was doing too much to the hardware so we remove most of the initialisation. by Dave Chapman · 19 years ago
  98. 01917ec H300 bootloader USB mode by Linus Nielsen Feltzing · 19 years ago
  99. b68cb9b H300 bootloader: don't turn on the HD too soon by Linus Nielsen Feltzing · 19 years ago
  100. 20eed88 iPod: Change bootloader so that Rockbox loads by default. Holding down MENU now boots to the Apple firmware. Check .rockbox/ for a firmware file (to be consistent with the iriver bootloader) and remove the cosmetic sleep. by Dave Chapman · 19 years ago