index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
plugins
/
plugin.lds
Age
Commit message (
Expand
)
Author
2007-09-30
Move some more files around and get the main build compiling
Karl Kurbjun
2007-09-21
Merge the Gigabeat S branch back into trunk. Fingers crossed nothing breaks.
Will Robertson
2007-03-05
Bring up the M5 port to a working stage: Extended numerous explicit checks fo...
Jens Arnold
2007-01-13
Setup LCD ourselves; move LCD buffer and TTB to free up 1.7MB of memory
Greg White
2006-12-29
merge a big part of the unofficial gigabeat cvs back. Includes working bootlo...
Marcoen Hirschberg
2006-11-26
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
Tomasz Malesinski
2006-11-22
Change if CONFIG_CPU==PP50XX to ifdef CPU_PP where appropriate
Daniel Ankers
2006-11-09
X5: Changed IRAM splitting between core and codecs/plugins. (a) Codecs benefi...
Jens Arnold
2006-08-12
Iriver iFP7xx memory layout adjustment.
Tomasz Malesinski
2006-04-11
moved the LCD framebuffer to IRAM for iAudio X5 - gives ~40% speed boost
Daniel Stenberg
2006-03-21
Correct IRAM size for the iAudio X5 app
Linus Nielsen Feltzing
2006-02-24
More iPod 3G work from Seven Le Mesle
Dave Chapman
2006-02-12
Mapped iFP DRAM to 0xc00000 and enabled caching in this area.
Tomasz Malesinski
2006-02-05
iPod: Make the plugins compile on the iPod 4G grayscale
Dave Chapman
2006-01-18
The .entry section does no longer exist.
Jens Arnold
2006-01-16
iPod: Correct the definition of DRAMORIG for the ipod - RAM is remapped to 0x...
Dave Chapman
2006-01-15
New plugin loader. Solves the crashes introduced with the .bss changes while ...
Jens Arnold
2006-01-12
Work-in-progress iriver iFP-7xx port by Tomasz Malesinski
Dave Chapman
2006-01-08
Don't include the .bss section in the archos rockboy overlay as well. Explici...
Jens Arnold
2006-01-08
Don't include the .bss and .ibss sections in the binary image for codecs and ...
Jens Arnold
2005-11-12
iPod: Implement plugin.lds and enable codec building for all SWCODEC platform...
Dave Chapman
2005-10-19
Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR at...
Jens Arnold
2005-09-01
Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, and...
Jens Arnold
2005-07-18
Added CPU_COLDFIRE define - one step closer to iAudio-port
Christian Gmeiner
2005-07-09
Recovered from my major brain failure and reverted to using the same load add...
Linus Nielsen Feltzing
2005-07-08
H110 adjustments
Linus Nielsen Feltzing
2005-07-08
Renamed the iriver h120 defines and configs to "h120"! Added initial support
Daniel Stenberg
2005-06-29
Enabled sectioned compilation for the plugin library, and linking with garbag...
Jens Arnold
2005-06-29
fix to enable plugins to build fine for h300
Daniel Stenberg
2005-06-28
Iriver: Fix codec <-> plugin start address clash, leading to crashes when try...
Jens Arnold
2005-06-27
Moved the codec and plugin buffer sizes to the config-*.h files instead of
Daniel Stenberg
2005-06-22
increase codec buffer size to fit the mpc codec properly (NOTE: the codec
Daniel Stenberg
2005-06-22
Daniel's fix that loads codecs in their own memory space
Linus Nielsen Feltzing
2005-04-20
Ooops
Linus Nielsen Feltzing
2005-02-22
Temporary solution for code and data in IRAM for iriver codecs
Linus Nielsen Feltzing
2005-02-15
Discard .eh_frame, otherwise the codec viewer plugins are about 800MB in size...
Dave Chapman
2005-02-15
Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently ...
Dave Chapman
2005-02-04
Added .rodata.str1.1
Linus Nielsen Feltzing
2005-02-04
set the start address for iRiver plugins (this is still not working)
Daniel Stenberg
2005-02-04
allow different output formats for other targets
Daniel Stenberg
2003-08-04
Suggestion by Magnus Holmgren: avoid odd bytecount for plugins
Jörg Hohensohn
2003-07-13
Added plugin support for 8MB-modified units. This bumps the plugin API versio...
Björn Stenberg
2003-07-06
string section patch by Nix
Linus Nielsen Feltzing
2003-06-29
Added plugin loader. Moved games, demos and the text viewer to loadable plugi...
Björn Stenberg