1. 9e1d00c Get the M:Robe 500 main build booting again, fix a bug and commit the rest of Cat's work to get sound working. The code is messy right now, but it plays a file (test.raw) in a normal build when you go into the debug ports screen. Take 1. by Karl Kurbjun · 16 years ago
  2. 935fad7 Small fix for touchscreen-capable DAP's in display_logf() by Maurus Cuelenaere · 16 years ago
  3. cf26322 fix the obligatory yellow by Frank Gevaerts · 16 years ago
  4. 2ee18b3 fix storage_*() calls by Frank Gevaerts · 16 years ago
  5. 00baccd Onda VX747 bootloader: don't remove too much info.. by Maurus Cuelenaere · 16 years ago
  6. 4b0ae10 Don't display logo in Onda VX747 bootloader (which also fixes bootloader builds) by Maurus Cuelenaere · 16 years ago
  7. 4532d14 Onda VX747: by Maurus Cuelenaere · 16 years ago
  8. 21f0c9a Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE. by Michael Sevakis · 16 years ago
  9. 04c7379 Onda VX747: commit some parts to get apps/ to compile (more will follow) by Maurus Cuelenaere · 16 years ago
  10. c33209e Add optional logf display helper function for bootloaders by Maurus Cuelenaere · 16 years ago
  11. 3f109f5 Onda VX747: enable USB in the bootloader by Maurus Cuelenaere · 16 years ago
  12. 4d3a020 Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat between physical and virtual addresses. NO BOOTLOADER UPDATE SHOULD BE NEEDED. The firmware image now handles low-level system setup as well. by Michael Sevakis · 16 years ago
  13. ee1e8be Creative ZVM: by Maurus Cuelenaere · 16 years ago
  14. af5c4d1 Silence the m:robe 100 and HDD1630 bootloaders by Mark Arigo · 16 years ago
  15. 47509fa Fix up ZVM builds. It appeared to share common definitions with PP502x targets so use those. Remove one stale comment left behind in last commit. by Michael Sevakis · 16 years ago
  16. 616c98b USB detection changes. c200/e200: Consider USB to be powered when charger is plugged but detect USB connection by bus reset. When received, disconnect and restart the driver fully enabled. imx31: Fix hack used to make initial connect succeeded-- set PHY type before initial reset. General: Move some target code out of usb-drv-arc.c and implement it in respective usb sources and CPU headers so things stay clean. by Michael Sevakis · 16 years ago
  17. 3482a55 Dual boot for the Philips HDD1630. by Mark Arigo · 16 years ago
  18. c97f640 Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some buttons defined, a bootloader, and stubs for most drivers. by Michael Giacomelli · 16 years ago
  19. 9da2456 Fix SVN properties by Maurus Cuelenaere · 16 years ago
  20. 40ec543 * Add support for Onda VX747+ (FS#9674 by Olivier Barbut) by Maurus Cuelenaere · 16 years ago
  21. cb06108 Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching to firmware and cache handling. Put proper main return address in lr. by Michael Sevakis · 16 years ago
  22. bc963c3 Hopefully mop-up remaining red. by Michael Sevakis · 16 years ago
  23. a091d20 Added 'keywords' and 'eol-style' properties. by Björn Stenberg · 16 years ago
  24. 2b39cb4 Sansa AMS bootloader: consider the bootloader finished by Rafaël Carré · 16 years ago
  25. 76e662b fix the e200r installer so it compiles again (storage rework broke it) by Jonathan Gordon · 16 years ago
  26. b69be10 Use BOOTDIR and BOOTFILE defines instead of hardcoded path and file. FS#9559 by Björn Stenberg · 16 years ago
  27. ac355de Don't print partition sizes in megabytes, as that is buggy on 5.5G. Use sectors instead by Frank Gevaerts · 16 years ago
  28. c6b3d38 New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. by Björn Stenberg · 16 years ago
  29. 9f0fbec Show the Rockbox logo in the Telechips bootloader. by Rob Purchase · 16 years ago
  30. f32336e Last commit for the flash bootloader. The bootloader build works properly either flashed or unflashed. by Karl Kurbjun · 16 years ago
  31. 59d4d20 Revert last commit (accidentally committed the whole tree) by Karl Kurbjun · 16 years ago
  32. d420410 Add in the needed crt0.S code for the wakeup alarm also by Karl Kurbjun · 16 years ago
  33. ce505b8 the delay in the as3525 bootloader was driving me mad so remove it and get the bootloader closer to where a "finished" one should be (only show info if sometrhing needs to be shown, which is always for now.) by Jonathan Gordon · 16 years ago
  34. f7b1d80 Sansa AMS bootloader: use the correct (renamed) header file by Rafaël Carré · 16 years ago
  35. 4ca4e52 Rename functions as3525_codec_* to ascodec_* to prepare re-use of as3514 code for sansa v2 players by Bertrik Sikken · 16 years ago
  36. aef27e1 Sansav2 Bootloader by Rafaël Carré · 16 years ago
  37. 6e645cc AS3525: we won't use threads in the bootloader by Rafaël Carré · 16 years ago
  38. baecdb6 AS3525: use kernel_init() in bootloader by Rafaël Carré · 16 years ago
  39. 86f0c75 fix red by Frank Gevaerts · 16 years ago
  40. 2f8a008 Apply FS#9500. This adds a storage_*() abstraction to replace ata_*(). To do that, it also introduces sd_*, nand_*, and mmc_*. by Frank Gevaerts · 16 years ago
  41. 19d1cac cleanup storage defines by Frank Gevaerts · 16 years ago
  42. e1b4838 Embryo of a SD driver for Sansav2 by Rafaël Carré · 16 years ago
  43. 8df1a7e e200v2: implement the backlight handling (copy/paste from the c200v1/e200v1 code - this should probably be unified, along with other upcoming v2 code), plus clean up the lcd init by calling lcd_init() directly in the bootloader, instead of lcd_init_device(). by Dave Chapman · 16 years ago
  44. b3ee07c Sansav2 : initializes SDRAM by Rafaël Carré · 16 years ago
  45. 95726a5 FS#9503 - Sansa v2 audio/PMU communication driver (for the AS3525 SoC) by Bertrik Sikken · 16 years ago
  46. 4f81a54 Add c200 erase tools. The resulting .bin files can be run from e200tool by Frank Gevaerts · 16 years ago
  47. 08c41d4 Add e200v2 and m200v2 targets. Move the telechips lcd-ssd1815.c (currently used by Logik DAX and m200v1 ports) driver up in the target tree and share with the m200v2 - as2525 parts contributed by Rafael Carre. Includes the start (but is still very incomplete) of an LCD driver for the e200v2. m200v2 is not yet fully supported by mkamsboot - that will come soon. Also some minor cleanups for the Clip. by Dave Chapman · 16 years ago
  48. 49ec9ea Make the meizu m3 load from flash, so interrupts work. More work is needed to get the m6sl "working" again by Frank Gevaerts · 16 years ago
  49. 91b9c61 telechips usb: not ready for use but, something is working, needs improvement. by Vitja Makarov · 16 years ago
  50. 5134612 Remove usage of snprintf and strlen and instead calculate things at compile-time. Also swap the positions of the version text and logo for the Clip so we don't get a multi-coloured logo by Dave Chapman · 16 years ago
  51. 2cc85bc Fix LCD timings on the older meizu M3 variant, so it works with a fast clock. by Frank Gevaerts · 16 years ago
  52. da8bff1 Commit FS#9467 - initial work on port to Sansa Clip by Rafaël Carré and François Dinel. A few cosmetic changes were made by me prior to committing: 1) TAB policing in button-clip.c; 2) Add François Dinel to CREDITS; 3) Add François Dinel as (C) holder in button-target.h (it was previously blank); 4) Add Rockbox header to bootloader/sansa_as3525.c with Rafaël Carré as (C) holder; 5) Change target_id to 50 (next available number) in tools/configure and fixed indentation; 6) Change MODEL_NUMBER in config-clip.h to 50 (next available number); 7) Remove unused in/out macros from system-target.h by Dave Chapman · 16 years ago
  53. 68d9fb9 lcd now shows things on the old-style Meizu M3. by Frank Gevaerts · 16 years ago
  54. 2d5e6e1 LCD driver for meizu M3, new type (older M3s are not yet supported) by Frank Gevaerts · 16 years ago
  55. 85807cd Trivial changes to make the main Rockbox builds for the Sansa m200 and Logik DAX ports compile. Note that some codecs are currently disabled (due to lowmem on these targets), but that needs more work and analysis to decide how much RAM we want to allocate to codecs. by Dave Chapman · 16 years ago
  56. 48e45f5 add Meizu M6SP and M3 ports by Marcoen Hirschberg · 16 years ago
  57. 9407ae8 Onda VX747: by Maurus Cuelenaere · 16 years ago
  58. c0e898a Now reads the LCD controller ID succesfully and flashes it using the backlight by Frank Gevaerts · 16 years ago
  59. 1e294e3 Onda VX747: by Maurus Cuelenaere · 16 years ago
  60. 1898ff7 * move qt1106 specific things to their own files * use CHANGE pin by Frank Gevaerts · 16 years ago
  61. 1ff9ce2 Fix mrobe500 svn:* by Maurus Cuelenaere · 16 years ago
  62. 3637ef9 First reading out of the touchpad! by Frank Gevaerts · 16 years ago
  63. 23fc923 ZVM: by Maurus Cuelenaere · 16 years ago
  64. d462a64 Initial commit of iaudio 7 port by Vitja Makarov (FS#9245). Port is at quite an advanced stage, but is troubled by the lack of a reliable NAND driver (similar to the Cowon D2 port) and is not yet suitable for non-developers. by Dave Chapman · 16 years ago
  65. e144638 Add Onda VX767 target by Maurus Cuelenaere · 16 years ago
  66. 5420c3f Share bootloader with Creative ZVM 30GB/60GB and Creative ZV by Maurus Cuelenaere · 16 years ago
  67. e278b4f Turn off automatically after a number of backlight toggles. by Frank Gevaerts · 16 years ago
  68. 78d4438 Fix TABing by Maurus Cuelenaere · 16 years ago
  69. 944c334 * Commit dual-boot support for Creative ZVx family by Maurus Cuelenaere · 16 years ago
  70. 62c4a28 Onda VX747: by Maurus Cuelenaere · 16 years ago
  71. 1392dc2 Commit FS#9308: differentiate between TOUCHPAD & TOUCHSCREEN by Maurus Cuelenaere · 16 years ago
  72. 4bf4d2b * Get interrupts working (but crashes after 10-30secs) by Maurus Cuelenaere · 16 years ago
  73. 447ffc8 * Add interrupt handling (but still not working) by Maurus Cuelenaere · 16 years ago
  74. 1ac260c Fix H10 bootloader locking up if the scroll pad was touched. May also fix any other lock ups from trying to read from the adc in the bootloader. by Barry Wardell · 16 years ago
  75. 88ae902 * Add basic (non-working) support for NAND flash by Maurus Cuelenaere · 16 years ago
  76. 06e3c66 Prepare Creative bootloader compilation for future dual boot integration by Maurus Cuelenaere · 16 years ago
  77. 06efd07 Updated bootloader containing more debug information by Maurus Cuelenaere · 16 years ago
  78. 1f692e5 1) Set svn:keywords where they should've been set 2) Onda VX747 specific changes by Maurus Cuelenaere · 16 years ago
  79. 975261f Fix the LCD bug! by Maurus Cuelenaere · 16 years ago
  80. ea9d107 Forgot a file.. by Maurus Cuelenaere · 16 years ago
  81. e6248f2 Remove svn:executable by Maurus Cuelenaere · 16 years ago
  82. 0709f0a Add preliminary support for the Onda VX747 (MIPS target) by Maurus Cuelenaere · 16 years ago
  83. f6cde72 Fix a few dead references in the manual and add an 's' where one was missing. by Marc Guay · 16 years ago
  84. b1e16d2 Repair charging screen on archos. usb_detect() doesn't return a boolean since 2007-09-04. Fixed same problem in the m:robe 500 bootloader and in bootbox. by Jens Arnold · 16 years ago
  85. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  86. 7b10ef9 initial Meizu M6SL port (take 2) by Marcoen Hirschberg · 16 years ago
  87. 22e7bf3 My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. by Mark Arigo · 16 years ago
  88. b93667b Add the Sansa c100 as a build target with basic drivers. by Marc Guay · 16 years ago
  89. badb6da Add mi4 key for the Philips GoGear HDD1630 (PP5022-based) by Mark Arigo · 16 years ago
  90. b4275d4 Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. by Mark Arigo · 16 years ago
  91. 63f4f68 Don't need this any more since it's the default now. by Barry Wardell · 17 years ago
  92. 80278e4 Bring Gigabeat S bootloader one step close to a release version. by Michael Sevakis · 17 years ago
  93. c41caca Do some gigabeat S bootloader cleanup (includes, const, static-ing, number of variables, etc.). Make sure a tar file isn't too big before loading it however unlikely that is. No overall functional change but bump to v.00000013 for tracking purposes. by Michael Sevakis · 17 years ago
  94. 0218397 Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with initialized sections. 2) Clean all caches in main before doing anything else because vector copying counts as self-modifying code. Up to v.00000012. by Michael Sevakis · 17 years ago
  95. 536d2fe Oops. Forgot to svn add this. by Barry Wardell · 17 years ago
  96. 940091a FS#7977: Bootloader logo for PP-based targets (H10, Sansa, M-Robe 100). by Barry Wardell · 17 years ago
  97. 75fe887 Fix firmware load error display and handling in Gigabeat S bootloader. Remove "Hello World". v.00000011 now. by Michael Sevakis · 17 years ago
  98. f204298 Add the Sansa M200 (v1) as a target - it's extremely similar to the Logik DAX (the LCD driver worked unchanged). Plus various tcc77x work, including a working tick interrupt (enabled in the bootloader). Rockbox itself builds for the M200 (there are no keymaps yet for the DAX), but doesn't progress very far due to the lack of an ATA (NAND flash) driver. by Dave Chapman · 17 years ago
  99. 2bbacf8 Make sure the linker considers crt0*.o before all files specified on the command line by using STARTUP() instead of INPUT() in the .lds. Using INPUT() makes the linker process crt0*.o after all files specified on the command line, making linking fail if there are librockbox.a members which are only referenced by crt0*.o. Remove the hackaround that was needed for building the gigabeat S bootloader before (aka UIE() problem). by Jens Arnold · 17 years ago
  100. 18b004b Enable 'touchscreen areas' on the D2, based on JdGordon's m:robe code. Disable the bootloader debug screen, as that stuff is all available from the Debug menu now. by Rob Purchase · 17 years ago