summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/imx31/app.lds
AgeCommit message (Expand)AuthorFilesLines
2020-07-05arm: Fix PortalPlayer linker scripts with binutils 2.21+Solomon Peachy1-2/+2
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+0
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero1-1/+1
2011-12-17Do some things to make -ffunction-sections work better.Michael Sevakis1-9/+6
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero1-9/+1
2011-01-08Some static data is only used by .init functions. Add .initdata to declare su...Michael Sevakis1-1/+1
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-06-30Gigabeat S: INIT section wasn't properly overlapping the uninitialized areas ...Michael Sevakis1-1/+5
2010-06-11Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio...Michael Sevakis1-15/+23
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis1-11/+31
2009-02-10Gigabeat S: Place SDMA code load address starting in uninitialized section ad...Michael Sevakis1-7/+17
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis1-1/+2
2008-05-10Real fake IRAM by placing .i.... section in the analagous DRAM sections in th...Michael Sevakis1-20/+4
2008-04-29Make sure the linker considers crt0*.o before all files specified on the comm...Jens Arnold1-1/+1
2008-04-20move some data around to place qh_array at the start of iram. This saves up t...Frank Gevaerts1-0/+1
2008-04-18UMS for the Gigabeat S. Bootloader USB mode. Has a couple quirks 1) First plu...Michael Sevakis1-1/+9
2008-04-07explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...Robert Kukla1-0/+1
2008-03-13Split up app.lds to the respective target directories. The portalplayer devi...Karl Kurbjun1-0/+150