summaryrefslogtreecommitdiff
path: root/firmware/app.lds
AgeCommit message (Collapse)Author
2005-02-03Duplicate lables for the m68k linker that wants the symbols without aDaniel Stenberg
preceeding underscore! git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5758 a1c6a512-1295-4272-9138-f99709370657
2004-10-15stacksymbols adapted to ColdfireLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5281 a1c6a512-1295-4272-9138-f99709370657
2004-10-08Let's put the DRAM at 0x30000000 on the iRiverLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5219 a1c6a512-1295-4272-9138-f99709370657
2004-10-07Now used IRAMORIGLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5208 a1c6a512-1295-4272-9138-f99709370657
2004-10-06ENDADDR is now correctly definedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5188 a1c6a512-1295-4272-9138-f99709370657
2004-10-06Adapted for iRiver H1xxLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5187 a1c6a512-1295-4272-9138-f99709370657
2004-10-06Removed Neo supportLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5182 a1c6a512-1295-4272-9138-f99709370657
2004-08-09Fixed main thread stack sizeJens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4992 a1c6a512-1295-4272-9138-f99709370657
2004-07-24Major fixes to please newer versions of the linkerLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4936 a1c6a512-1295-4272-9138-f99709370657
2004-01-28preparation for running directly from flash ROMJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4283 a1c6a512-1295-4272-9138-f99709370657
2003-12-12link support for NeoDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@4133 a1c6a512-1295-4272-9138-f99709370657
2003-10-12patch #785885 by Magnus Holmgren: way faster rolo, with assemblerJörg Hohensohn
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3971 a1c6a512-1295-4272-9138-f99709370657
2003-06-29Added plugin loader. Moved games, demos and the text viewer to loadable ↵Björn Stenberg
plugins. Copy your *.rock files to /.rockbox/rocks/ git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3769 a1c6a512-1295-4272-9138-f99709370657
2003-05-09Configurable dir browser file buffer size. No more 400-file limit. No more ↵Linus Nielsen Feltzing
whining. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3661 a1c6a512-1295-4272-9138-f99709370657
2003-04-24Added word alignmentBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3606 a1c6a512-1295-4272-9138-f99709370657
2003-02-26set mp3end correctly depending on memory sizeDaniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3349 a1c6a512-1295-4272-9138-f99709370657
2003-02-26Moved to one single .lds file for ALL builds.Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3347 a1c6a512-1295-4272-9138-f99709370657
2003-02-26The new preprocessed version of this file allows us to use #definesDaniel Stenberg
and macros, and we now take advantage of that to set DRAM size. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@3346 a1c6a512-1295-4272-9138-f99709370657
2002-09-08Fixes for binutils 2.13Linus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2230 a1c6a512-1295-4272-9138-f99709370657
2002-09-03Added Randy Wood's ROLOBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2149 a1c6a512-1295-4272-9138-f99709370657
2002-08-13Gained about 128 KB buffer space by removing malloc() and the heapBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1726 a1c6a512-1295-4272-9138-f99709370657
2002-08-01The internal RAM copy accidentally ended up in the wrong placeLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1504 a1c6a512-1295-4272-9138-f99709370657
2002-08-01No allows code and data in internal RAMLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1497 a1c6a512-1295-4272-9138-f99709370657
2002-07-15Decreased the stack sizeLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1355 a1c6a512-1295-4272-9138-f99709370657
2002-06-17remove padding to make it link, we're now bigger than least required!Daniel Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1026 a1c6a512-1295-4272-9138-f99709370657
2002-05-29New section for reset vectorsLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@782 a1c6a512-1295-4272-9138-f99709370657
2002-05-28Better stack and pool allocationLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@763 a1c6a512-1295-4272-9138-f99709370657
2002-05-27Stack allocation lameness fixedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@730 a1c6a512-1295-4272-9138-f99709370657
2002-05-27Bad pool area allocation fixedLinus Nielsen Feltzing
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@729 a1c6a512-1295-4272-9138-f99709370657
2002-05-24MP3 buffer and heap setupBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@698 a1c6a512-1295-4272-9138-f99709370657
2002-05-20Added INPUT directiveBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@633 a1c6a512-1295-4272-9138-f99709370657
2002-05-02Changed debug to DEBUGF and panic to panicf.Björn Stenberg
Also some linking changes. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@383 a1c6a512-1295-4272-9138-f99709370657
2002-03-28First versionBjörn Stenberg
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@60 a1c6a512-1295-4272-9138-f99709370657