1. cc486c9 The presence of the run list corelocks are dependent on core number and not building with priority scheduling. Fix building for multiprocessor without HAVE_PRIORITY_SCHEDULING defined. by Michael Sevakis · 17 years ago
  2. 27f59f6 Make the H10 bootloader work again. Also fix the same problem that might be affecting other PP bootloaders. by Barry Wardell · 17 years ago
  3. 9cd2919 Disabled unused ata_led function. by Bertrik Sikken · 17 years ago
  4. 6a0340f More static / header file cleanup. by Bertrik Sikken · 17 years ago
  5. a969e85 Forgot a file by Maurus Cuelenaere · 17 years ago
  6. 41a82f9 More LCD stuff.. by Maurus Cuelenaere · 17 years ago
  7. 5fc95a3 Fix tabs. by Michael Giacomelli · 17 years ago
  8. 1942590 Another round of making local functions static and making sure that source files are in sync with their header files. by Bertrik Sikken · 17 years ago
  9. e243db6 Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus. by Michael Giacomelli · 17 years ago
  10. 9e6cd92 Forgot 0x by Maurus Cuelenaere · 17 years ago
  11. 2b0e436 Add OF LCD init by Maurus Cuelenaere · 17 years ago
  12. 8f0a1b3 It's better not to use fixed constants since the lower volume limit may not be constant. by Michael Sevakis · 17 years ago
  13. 28df6bf The Gigabeat S can do album art. by Nicolas Pennequin · 17 years ago
  14. 5df4405 Gigabeat S: Man it's so loud in here. We have SOUND! Someone please make keymaps consistent; it's rather messy atm. by Michael Sevakis · 17 years ago
  15. ed5f1ed 1) add debug menu for USB & PIC 2) update keymap 3) fix yellow by Maurus Cuelenaere · 17 years ago
  16. 1be4d42 Don't commit LOGF_ENABLE by Maurus Cuelenaere · 17 years ago
  17. 1357099 And don't forget the yellows... by Maurus Cuelenaere · 17 years ago
  18. ae0f5ed Fix more red... by Maurus Cuelenaere · 17 years ago
  19. 65a0de3 Fix red. by Maurus Cuelenaere · 17 years ago
  20. a6b31f1 1) add support for ata-as-arm by Maurus Cuelenaere · 17 years ago
  21. e15f8a2 Made source files #include the header file that they implement to make sure they are in sync. Made some local functions static. by Bertrik Sikken · 17 years ago
  22. 9c1ab1f Convert the TCC77x ADC driver to use interrupts - based on the technique used in the SH ADC driver. by Dave Chapman · 17 years ago
  23. 2124a9f Made rolo.h consistent with rolo.c by Bertrik Sikken · 17 years ago
  24. ba39a5c Added missing usb #includes to usb source files. by Bertrik Sikken · 17 years ago
  25. 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
  26. 6c6a2ed Working ROLO for the Gigabeat F/X by Karl Kurbjun · 17 years ago
  27. 0542338 Remove some cruft not being used that interferes with building rockboy on Gigabeat S. by Michael Sevakis · 17 years ago
  28. f74cf93 Fix an oops in ARMv6 flush_icache. by Michael Sevakis · 17 years ago
  29. 93b8a07 Make the linker complain if the bootloader isn't going to fit into IRAM on PP devices. by Barry Wardell · 17 years ago
  30. a1fa57f Use FIQ register + comments. by Maurus Cuelenaere · 17 years ago
  31. 327f845 remove the 2nd last evil use of ata_disk_is_active() in apps/ by Jonathan Gordon · 17 years ago
  32. 0e73b8a Remove wrong usage of '.global'. These symbols are imported, not exported. by Jens Arnold · 17 years ago
  33. 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
  34. f3d83c7 Cleanup some tabs and whitespace by Karl Kurbjun · 17 years ago
  35. c741ecc yep.. I really cant spell by Jonathan Gordon · 17 years ago
  36. a6100fb undo some changes of my last patch... should fix wm8751 based targets by Christian Gmeiner · 17 years ago
  37. 9c0abbf Added #include <string.h> to memmove.c, memcpy.c and strcat.c by Bertrik Sikken · 17 years ago
  38. cbd7fa4 Moved private types and constants from profile.h to profile.c by Bertrik Sikken · 17 years ago
  39. bff3ddd Forgot to #include stdlib.h for atoi implementation. by Bertrik Sikken · 17 years ago
  40. 2843469 Moved atoi declaration to stdlib.h. Deleted atoi.h by Bertrik Sikken · 17 years ago
  41. e5319e0 Fixed prototype of i2c_write for plugins and for i2c-telechips (fix red/yellow). by Bertrik Sikken · 17 years ago
  42. a5d3029 Update source files to include the header file for the functions they implement, to make sure the header and the implementation is consistent (and fix it for a case where it wasn't). by Bertrik Sikken · 17 years ago
  43. 8391526 * introduce AUDIOHW_CAPS to define which audio codec can do what kind of operations in hw, e.g. setting bass by Christian Gmeiner · 17 years ago
  44. 17f7adb get rid of the last mr500 yellow (again :p ) by Jonathan Gordon · 17 years ago
  45. 054c728 Gigabeat S: Define the used ADC channels, get the channel order correct, enable charge current channel conversion. by Michael Sevakis · 17 years ago
  46. 39ed708 IMX31: Try to catch the interrupt that was the reason irq_handler was called since it never should be. The bootloader occasionally shows one but it's not saying what. by Michael Sevakis · 17 years ago
  47. 88451d5 IMX31: Use template structures to access modules' registers from a base address (as for i2c) which makes drivers look nicer and makes array accesses of registers simpler. Throw in minor fix to fiq_handler dispatcher, otherwise no functional changes. by Michael Sevakis · 17 years ago
  48. f8bf78a Fix red (missing header file) by Bertrik Sikken · 17 years ago
  49. 4341480 Updated use of events.h header file. by Bertrik Sikken · 17 years ago
  50. f4eb0ee Updated panicf in remove_event. Also fixed some comments. by Bertrik Sikken · 17 years ago
  51. 297e050 FS#8708: D2/m:robe500 touchscreen keymaps by Andreas Mueller. by Rob Purchase · 17 years ago
  52. 6b9b508 fix red by Jonathan Gordon · 17 years ago
  53. d20d9dd add more registers for the tsc2100 by Jonathan Gordon · 17 years ago
  54. 8d7bd0a remove the last mr500 yello by Jonathan Gordon · 17 years ago
  55. 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
  56. 27fac88 Gigabeat S: Implement i2c driver - transmit works but no testing of receiving which will get a chance later. Add some seeds for codec driver. Correct a few #defines. by Michael Sevakis · 17 years ago
  57. fec6af6 Move the Telechips TCC77x SSD1815 LCD driver up a level in the target tree - it isn't specific to the DAX. by Dave Chapman · 17 years ago
  58. bec6aa3 - change the usb class driver framework to allow for device classes with more than one interface or more than one endpoint pair by Frank Gevaerts · 17 years ago
  59. e1bc2d5 minor code policing and some warning removals by Daniel Stenberg · 17 years ago
  60. b39f9bf m:robe 100 - backlight PWM fading by Robert Kukla · 17 years ago
  61. 8845533 Fixes some warnings. by Maurus Cuelenaere · 17 years ago
  62. 45786ca Make Gigabeat S keypad correctly detect multiple key down events in a row. Properly exclude BUTTON_POWER in interrupt enable decision. Shorten delays in KPP_HANDLER and hopefully get away with it. by Michael Sevakis · 17 years ago
  63. 95167e0 Commit whole Creative Zen Vision:M target tree + all related firmware/ changes. by Maurus Cuelenaere · 17 years ago
  64. ac387d4 Add a PMIC-based RTC driver for Gigabeat S. by Michael Sevakis · 17 years ago
  65. 45f6469 Add in a few more debug registers by Karl Kurbjun · 17 years ago
  66. 38498ce Make sure buttons have pullups disabled as necessary by Karl Kurbjun · 17 years ago
  67. b1806b2 move mas35xx specific code for set_channels and set_stereo_width to mas35xx.c audio codec driver. If you ask why I by Christian Gmeiner · 17 years ago
  68. 3ad6ca0 change style to make some people happier - (... but reading it is awful weird) by Christian Gmeiner · 17 years ago
  69. 0738b99 a warning is better by Christian Gmeiner · 17 years ago
  70. 365c3b9 move defines for VOLUME_MIN and VOLUME_MAX to their correct place (mas35xx.h) by Christian Gmeiner · 17 years ago
  71. 7510335 This is a big chunk of code necessary to prepare for Gigabeat F flash loading and and implementation of rolo. There should be no noticible changes for the user. A new bootloader is not needed. by Karl Kurbjun · 17 years ago
  72. 68afa9d Cleanup/fixup the USB initialization for the Gigabeat F by Karl Kurbjun · 17 years ago
  73. 8ec1dca Enable program flow prediction in the system control coprocessor setup in the bootloader. by Michael Sevakis · 17 years ago
  74. fd773cb A few preparations for the D2 PCM driver: move driver up to TCC780x level, move FIQ handler into PCM driver, add some new register defines, and remove those goddamn warnings. by Rob Purchase · 17 years ago
  75. a333e48 Enable RTC for Cowon D2. Time readout works, but date is currently junk. by Rob Purchase · 17 years ago
  76. 5f28b46 fix red and remove tabs by Andree Buschmann · 17 years ago
  77. fe5a35c Also declare .qharray for the bootloader on imx31. Usb is also supported there... by Frank Gevaerts · 17 years ago
  78. 7a2d9dd move some data around to place qh_array at the start of iram. This saves up to about 2k iram on PP by Frank Gevaerts · 17 years ago
  79. 850a112 Adding new setting to System Settings <Accessory Power Supply -- off by default). This setting can be used to enable/disable the power supply for accessories. With this commit implemented for iPods with PCF50605 power controller. by Andree Buschmann · 17 years ago
  80. cea07eb Fix freezing of some builds on PP5002. The PP5002 needs the not-sleep-at 0xNNNNNNN0-addresses fix everywhere when caching is enabled, not only in core_sleep(). Introduced a pair of inline functions to sleep and wake cores on PP for consistency. by Jens Arnold · 17 years ago
  81. 02bfba6 Put USB controller structures in IRAM. This seems to make the connection much more stable on PP502x by Frank Gevaerts · 17 years ago
  82. bcf0b6c disable irqs during the critical part of prime_transfer(). This improves the behaviour on PP502x when connected through a hub, bit it doesn't totally solve the problems by Frank Gevaerts · 17 years ago
  83. db2d61f Killed unnecessary global variables by making them static. by Bertrik Sikken · 17 years ago
  84. 0e71c58 Oops, clean up and use usb_drv.h. by Michael Sevakis · 17 years ago
  85. 9003dbe Make the inital connect problem go away on Gigabeat S. Would be nice if a better way were found but it works for me. Update the bootloader to have it work. by Michael Sevakis · 17 years ago
  86. 38b8a23 Add detailed header for wm8978. by Michael Sevakis · 17 years ago
  87. 7fa6bc7 Fix warning. by Barry Wardell · 17 years ago
  88. 1f36c4b FS#8642: Improve boot time on Sansa bootloaders by boosting the CPU. This only has any noticable effect if the OF bootloader is fully replaced with the RB BL. by Barry Wardell · 17 years ago
  89. a73b13c Fix ticking noise on PP5002 introduced with tthe transfer optimisation in r17097. by Jens Arnold · 17 years ago
  90. 3dcb4ff Add keywords and fix more headers. by Michael Sevakis · 17 years ago
  91. 1eed012 Add keywords and fix headers for files the usbstack files. by Michael Sevakis · 17 years ago
  92. 3b90ab5 Fix bootloader red. by Michael Sevakis · 17 years ago
  93. 94f7d0f UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plug has problems if cold. Replug if it doesn't connect or not at high speed 2) Linux doesn't like the odd bootable flag value used in the partitions so it won't mount but Windows works. Fix minor OTG driver bugs and clean up device memory handling. Generic name for ARC controller driver. by Michael Sevakis · 17 years ago
  94. fc0eca3 Rough battery calibration for the c200 based on results posted by Tomasz Wasilczyk. by Michael Giacomelli · 17 years ago
  95. 99a65df Cache functions should include data and instruction barriers. by Michael Sevakis · 17 years ago
  96. 7fee486 For TCC and IMX Rolo, use a full flush and invalidate before branching. by Michael Sevakis · 17 years ago
  97. bbb0c3f Optimized byte-swapping macros for ARMv6. by Michael Sevakis · 17 years ago
  98. 8f91591 Fix yellows by Maurus Cuelenaere · 17 years ago
  99. 9a432ca Make usb stack back available to non-PP targets. by Maurus Cuelenaere · 17 years ago
  100. 689020f Fix yellow. usb_strings needs to point to const data as well. by Michael Sevakis · 17 years ago