summaryrefslogtreecommitdiff
path: root/firmware/app.lds (follow)
Commit message (Collapse)AuthorAge
* Correct IRAM size for the iAudio X5 appLinus Nielsen Feltzing2006-03-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9159 a1c6a512-1295-4272-9138-f99709370657
* Added iAudio X5 to the app linker command fileLinus Nielsen Feltzing2006-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9106 a1c6a512-1295-4272-9138-f99709370657
* first gigabeat commitMarcoen Hirschberg2006-02-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8831 a1c6a512-1295-4272-9138-f99709370657
* Mapped iFP DRAM to 0xc00000 and enabled caching in this area.Tomasz Malesinski2006-02-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8668 a1c6a512-1295-4272-9138-f99709370657
* Further iPod 3G work from Seven Le MesleDave Chapman2006-02-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8583 a1c6a512-1295-4272-9138-f99709370657
* added .vectors section for ARMTomasz Malesinski2006-01-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8442 a1c6a512-1295-4272-9138-f99709370657
* Work-in-progress iriver iFP-7xx port by Tomasz MalesinskiDave Chapman2006-01-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8342 a1c6a512-1295-4272-9138-f99709370657
* Basic exceptions support for iPod and ARM targets. SDRAM for iPod targets ↵Thom Johansen2005-12-12
| | | | | | remapped to base address 0 to facilitate. Changed some crt0.S #ifdefs to allow for code resuse on other ARM targets. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8223 a1c6a512-1295-4272-9138-f99709370657
* More iPod changesDave Chapman2005-11-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7825 a1c6a512-1295-4272-9138-f99709370657
* Initial commit of work-in-progress iPod portDave Chapman2005-11-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7781 a1c6a512-1295-4272-9138-f99709370657
* Two new sections for IRAM usage: .irodata (selectable with the ICONST_ATTR ↵Jens Arnold2005-10-19
| | | | | | 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. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7644 a1c6a512-1295-4272-9138-f99709370657
* Iriver: Changed the IRAM splitting between core and plugins to 48KB/48KB, ↵Jens Arnold2005-09-01
| | | | | | and reduced the main thread stack to 8KB, same size as on archos. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7447 a1c6a512-1295-4272-9138-f99709370657
* ReplayGain support for Ogg Vorbis files (also called VorbisGain) added.Magnus Holmgren2005-07-24
| | | | | | | | Note that there is a small delay from leaving a setting until the change can be heard (due to audio data buffering). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7234 a1c6a512-1295-4272-9138-f99709370657
* Added CPU_COLDFIRE define - one step closer to iAudio-portChristian Gmeiner2005-07-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7186 a1c6a512-1295-4272-9138-f99709370657
* Recovered from my major brain failure and reverted to using the same load ↵Linus Nielsen Feltzing2005-07-09
| | | | | | address for both H110 and H120/140 git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7082 a1c6a512-1295-4272-9138-f99709370657
* H110 adjustmentsLinus Nielsen Feltzing2005-07-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7071 a1c6a512-1295-4272-9138-f99709370657
* Moved the codec and plugin buffer sizes to the config-*.h files instead ofDaniel Stenberg2005-06-27
| | | | | | | | | having it repeated in numerous files where they all had to be updated to the same value if ever changed. This allows specific models to actually have its own buffer sizes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6901 a1c6a512-1295-4272-9138-f99709370657
* Fixed CODEC_BUFFER_SIZE mismatchLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6830 a1c6a512-1295-4272-9138-f99709370657
* Daniel's fix that loads codecs in their own memory spaceLinus Nielsen Feltzing2005-06-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6794 a1c6a512-1295-4272-9138-f99709370657
* preparation for sectioned linking (will remove dead functions/data)Jörg Hohensohn2005-06-21
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6785 a1c6a512-1295-4272-9138-f99709370657
* Set up things identical for all MCF5249 devices, until we find a reason not toDaniel Stenberg2005-06-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6757 a1c6a512-1295-4272-9138-f99709370657
* Blind fix for gmini build.Jens Arnold2005-05-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6523 a1c6a512-1295-4272-9138-f99709370657
* Ooops. DRAM can't start at 0x30000000 on iRiverLinus Nielsen Feltzing2005-04-20
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6325 a1c6a512-1295-4272-9138-f99709370657
* mp3buf renamed to audiobufLinus Nielsen Feltzing2005-04-05
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6252 a1c6a512-1295-4272-9138-f99709370657
* RoLo now works on the iRiverLinus Nielsen Feltzing2005-03-31
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6238 a1c6a512-1295-4272-9138-f99709370657
* Stricter alignment of sectionsLinus Nielsen Feltzing2005-03-18
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6200 a1c6a512-1295-4272-9138-f99709370657
* gmini: icode in iram, correct layout for DSP iramJean-Philippe Bernardy2005-03-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6164 a1c6a512-1295-4272-9138-f99709370657
* iRiver: Moved the main thread stack to IRAMLinus Nielsen Feltzing2005-03-01
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6088 a1c6a512-1295-4272-9138-f99709370657
* gmini: safer description of imem zones, secondary idata section addedJean-Philippe Bernardy2005-02-25
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6054 a1c6a512-1295-4272-9138-f99709370657
* Temporary solution for code and data in IRAM for iriver codecsLinus Nielsen Feltzing2005-02-22
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6029 a1c6a512-1295-4272-9138-f99709370657
* Increase stack size to 32K on large memory devices (i.e. iRiver). CODEC ↵Dave Chapman2005-02-15
| | | | | | stack usage needs to be investigated, and then this can possibly be reduced git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5959 a1c6a512-1295-4272-9138-f99709370657
* Increase PLUGINSIZE to 768k for devices with at least 32MB of RAM (currently ↵Dave Chapman2005-02-15
| | | | | | only iRiver). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5952 a1c6a512-1295-4272-9138-f99709370657
* Subtle fix for international supportJean-Philippe Bernardy2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5915 a1c6a512-1295-4272-9138-f99709370657
* added missing linker-defined symbolsJean-Philippe Bernardy2005-02-11
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5904 a1c6a512-1295-4272-9138-f99709370657
* Linker script for gmini targetsJean-Philippe Bernardy2005-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5890 a1c6a512-1295-4272-9138-f99709370657
* added calmrisc16 targetJean-Philippe Bernardy2005-02-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5879 a1c6a512-1295-4272-9138-f99709370657
* Duplicate lables for the m68k linker that wants the symbols without aDaniel Stenberg2005-02-03
| | | | | | | preceeding underscore! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5758 a1c6a512-1295-4272-9138-f99709370657
* stacksymbols adapted to ColdfireLinus Nielsen Feltzing2004-10-15
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5281 a1c6a512-1295-4272-9138-f99709370657
* Let's put the DRAM at 0x30000000 on the iRiverLinus Nielsen Feltzing2004-10-08
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5219 a1c6a512-1295-4272-9138-f99709370657
* Now used IRAMORIGLinus Nielsen Feltzing2004-10-07
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5208 a1c6a512-1295-4272-9138-f99709370657
* ENDADDR is now correctly definedLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5188 a1c6a512-1295-4272-9138-f99709370657
* Adapted for iRiver H1xxLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5187 a1c6a512-1295-4272-9138-f99709370657
* Removed Neo supportLinus Nielsen Feltzing2004-10-06
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5182 a1c6a512-1295-4272-9138-f99709370657
* Fixed main thread stack sizeJens Arnold2004-08-09
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4992 a1c6a512-1295-4272-9138-f99709370657
* Major fixes to please newer versions of the linkerLinus Nielsen Feltzing2004-07-24
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4936 a1c6a512-1295-4272-9138-f99709370657
* preparation for running directly from flash ROMJörg Hohensohn2004-01-28
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4283 a1c6a512-1295-4272-9138-f99709370657
* link support for NeoDaniel Stenberg2003-12-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4133 a1c6a512-1295-4272-9138-f99709370657
* patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn2003-10-12
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3971 a1c6a512-1295-4272-9138-f99709370657
* Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg2003-06-29
| | | | | | plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
* Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing2003-05-09
| | | | | | whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657