1. e7f7c3d Mapped iFP DRAM to 0xc00000 and enabled caching in this area. by Tomasz Malesinski · 19 years ago
  2. d350e80 iPod: Make the plugins compile on the iPod 4G grayscale by Dave Chapman · 19 years ago
  3. 22ffc9b The .entry section does no longer exist. by Jens Arnold · 19 years ago
  4. d6d5da1 iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to 0x0 from its original location at 0x10000000 by Dave Chapman · 19 years ago
  5. a36b1d4 New plugin loader. Solves the crashes introduced with the .bss changes while keeping the small binary size. The model & api version check is now part of the plugin loader. Codecs are not yet adapted, but the old method still works for them. Simulator plugins are not (yet) version-checked. API version numbering restarted, as this is an all-new system. Uses the target ID from configure, so don't change that too often. by Jens Arnold · 19 years ago
  6. d83e929 Work-in-progress iriver iFP-7xx port by Tomasz Malesinski by Dave Chapman · 19 years ago
  7. a991de3 Don't include the .bss section in the archos rockboy overlay as well. Explicitly add common symbols to .bss section for plugins and codecs. by Jens Arnold · 19 years ago
  8. 07c4254 Don't include the .bss and .ibss sections in the binary image for codecs and plugins. Saves quite some disk space (and buffer space in case of codec changes during playback). by Jens Arnold · 19 years ago
  9. afbd438 iPod: Implement plugin.lds and enable codec building for all SWCODEC platforms, not just H100 series by Dave Chapman · 19 years ago
  10. abd9f83 Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR attribute macro), allowing to put 'const' data into IRAM without causing a section type conflict, and .ibss (selectable with the IBSS_ATTR attribute macro) for uninitialised data. * Rockbox core: Adjusted the linker scripts and init code to not include the .ibss section in the binary, it is cleared instead. Saves ~500 bytes on archos and ~30KB on iriver. Codecs and plugins don't handle .ibss in a special way yet. * The init code properly handles empty sections now (except .stack, which should never be empty). * Unified the init code for SH1 and coldfire a bit. by Jens Arnold · 19 years ago
  11. a317d74 Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and reduced the main thread stack to 8KB, same size as on archos. by Jens Arnold · 19 years ago
  12. c6ff1f5 Added CPU_COLDFIRE define - one step closer to iAudio-port by Christian Gmeiner · 19 years ago
  13. 62c768c Recovered from my major brain failure and reverted to using the same load address for both H110 and H120/140 by Linus Nielsen Feltzing · 19 years ago
  14. 2d25122 H110 adjustments by Linus Nielsen Feltzing · 19 years ago
  15. 8493ccb Renamed the iriver h120 defines and configs to "h120"! Added initial support by Daniel Stenberg · 19 years ago
  16. 305a7ce Enabled sectioned compilation for the plugin library, and linking with garbage collection for the plugins. The effect is that functions and data objects from one object file in the plugin library are included in the .elf individually, not as a whole. It makes maintaining larger plugin library packages easier, as it is no longer necessary to split the source files by function to avoid dead code to get included in the plugins. by Jens Arnold · 19 years ago
  17. 3a78ab9 fix to enable plugins to build fine for h300 by Daniel Stenberg · 19 years ago
  18. 91f572c Iriver: Fix codec <-> plugin start address clash, leading to crashes when trying to run plugins while playing music. by Jens Arnold · 19 years ago
  19. a24017f4 Moved the codec and plugin buffer sizes to the config-*.h files instead of by Daniel Stenberg · 19 years ago
  20. d6cf3a0 increase codec buffer size to fit the mpc codec properly (NOTE: the codec by Daniel Stenberg · 19 years ago
  21. ecf2f747 Daniel's fix that loads codecs in their own memory space by Linus Nielsen Feltzing · 19 years ago
  22. c88b5b7 Ooops by Linus Nielsen Feltzing · 19 years ago
  23. e638ead Temporary solution for code and data in IRAM for iriver codecs by Linus Nielsen Feltzing · 20 years ago
  24. 9d4a79b Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in size. See http://www.rockbox.org/mail/archive/rockbox-archive-2004-07/0445.shtml by Dave Chapman · 20 years ago
  25. e452383 Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently only iRiver). by Dave Chapman · 20 years ago
  26. 3fcfdff Added .rodata.str1.1 by Linus Nielsen Feltzing · 20 years ago
  27. bc54fbd set the start address for iRiver plugins (this is still not working) by Daniel Stenberg · 20 years ago
  28. 0a0c4d5 allow different output formats for other targets by Daniel Stenberg · 20 years ago
  29. 5d761f7 Suggestion by Magnus Holmgren: avoid odd bytecount for plugins by Jörg Hohensohn · 21 years ago
  30. 13d5615 Added plugin support for 8MB-modified units. This bumps the plugin API version number again. by Björn Stenberg · 21 years ago
  31. 9381f14 string section patch by Nix by Linus Nielsen Feltzing · 21 years ago
  32. ba371fb Added plugin loader. Moved games, demos and the text viewer to loadable plugins. Copy your *.rock files to /.rockbox/rocks/ by Björn Stenberg · 21 years ago