1. bc963c3 Hopefully mop-up remaining red. by Michael Sevakis · 16 years ago
  2. b69be10 Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559 by Björn Stenberg · 16 years ago
  3. ac355de Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use sectors instead by Frank Gevaerts · 16 years ago
  4. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  5. 0258085 Revert... stupid svn doesn't complain when passing -m twice :( by Jens Arnold · 17 years ago
  6. 01a106d Make the measured LCD scanrates from the greylib known to the scanrate test plugin. by Jens Arnold · 17 years ago
  7. 1f4bcc8 Revert accidental tree commit. /me needs a smaller enter key... by Jens Arnold · 17 years ago
  8. 9a7978a Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 24 bit BMP instead of unnecessary 32 bit. by Jens Arnold · 17 years ago
  9. afd5174 Fix iPod Nano & Video bootloaders. Backlight uses sleep(), hence it must be initialised after kernel_init(). by Jens Arnold · 17 years ago
  10. ef12b3b Hardware controlled backlight brightness for iPod Video and Nano, retaining the software PWM fade in/ fade out. * Backlight handling cleanup, getting rid of one layer of 'lowlevelness'. * Use atomic GPIO bit manipulation for PP502x backlight handling. by Jens Arnold · 17 years ago
  11. c41470d 1st/2nd gen bootloader: * Don't be verbose by default anymore. * Don't enable the backlight, as it looks bad in a bright environment due to backlight inversion, and it needs a lot of power. by Jens Arnold · 17 years ago
  12. 90eacb2 G1/G2 bootloader working (always in verbose mode for now). Corrected fatal error help text for G1..G3. by Jens Arnold · 17 years ago
  13. ebc076b Remove the hack which read the ipod hardware revision from flash in the bootloader and passed it to Rockbox via a fixed address in SDRAM. Rockbox now remaps flash and so can just read the value itself. Also clean up the debug menu a little - only display the hw revision for ipods, and add the lcd_type variable to indicate the type of LCD (0 or 1) for ipod Color/Photo. by Dave Chapman · 17 years ago
  14. c5302d5 Clarify the need to hold MENU+SELECT to reboot an ipod by Dave Chapman · 18 years ago
  15. 7d79db2 Ooops (about 3 months too late) - when an error is found by the bootloader, call lcd_update() so users can see it. by Dave Chapman · 18 years ago
  16. 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
  17. a02c426 Fix the loading of RetailOS from a file (apple_os.ipod in the root or .rockbox/) by Dave Chapman · 18 years ago
  18. 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
  19. 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
  20. 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
  21. 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
  22. 97d59dd Verbose error messages in the iPod bootloader by Linus Nielsen Feltzing · 18 years ago
  23. 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
  24. f3f0d1c Added printf() instead of snprintf/lcd_puts/lcd_update by Linus Nielsen Feltzing · 18 years ago
  25. 0025a97 Restrict the width of some displayed messages (fixes display on Minis and Nano). by Dave Chapman · 18 years ago
  26. 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
  27. 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
  28. cec7cdc Initial work for coprocessor support on iPods. FS#5755 by Daniel Ankers · 18 years ago
  29. 5d9eccd Fix button driver for ipod mini 1G. by Frank Dischner · 19 years ago
  30. 7f88088 iPod mini 2G: Working button check in bootloader. by Jens Arnold · 19 years ago
  31. 2850791 Patch #3060 from Andrew Scott - iPod mini button driver by Dave Chapman · 19 years ago
  32. 8adc81d iPod 3G: Use correct DRAM_START address when branching to Rockbox by Dave Chapman · 19 years ago
  33. 8b1297a Patch #1435744 from Andrew Scott - initial iPod Mini support by Dave Chapman · 19 years ago
  34. fa74356 iPod 3G support in Bootloader from Seven Le Mesle by Dave Chapman · 19 years ago
  35. 1446b21 Oops - fix red iPod bootloader build by Dave Chapman · 19 years ago
  36. 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
  37. 1c69caf Line too wide for nano screen, split it up. by Thom Johansen · 19 years ago
  38. 3ded3ce Remove logos from bootloader by Dave Chapman · 19 years ago
  39. 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
  40. 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
  41. f5aebf7 Fixes for new 16-bit framebuffer type by Dave Chapman · 19 years ago
  42. 061f380 Implement (unreliable) button detection using code from ipodlinux bootloader - this needs replacing by a better button driver in firmware/ and triple-boot bootloader functionality. Current button mappings: MENU loads rockbox.ipod and checks the checksum (but doesn't execute it), PLAY will load and execute a Linux kernel (linux.bin). An error in either of those two actions, or no keypress will load the original firmware by Dave Chapman · 19 years ago
  43. d8c5d1b Ooops. There was an unclosed comment in the source. by Dave Chapman · 19 years ago
  44. 38e8fb6 Initial check-in of work-in-progress iPod bootloader. Current targets are iPod Color/Photo and iPod Nano. by Dave Chapman · 19 years ago