summaryrefslogtreecommitdiff
path: root/firmware/link
Commit message (Expand)AuthorAgeFilesLines
* DFU: Support re-flashing of DFU via DFUHarald Welte2011-07-301-2/+2
* add new RUN_FROM_RAM run-mode for direct DFU-to-RAM supportHarald Welte2011-07-301-0/+94
* use gcc/ld flags -ffunction-sections and --gc-sectionsHarald Welte2011-07-303-15/+15
* AT91SAM7S: Fix linker script (stack) for 64kByte flash versionHarald Welte2010-11-131-1/+1
* add linker scripts for AT91SAM7S64 (64kByte flash / 16kByte RAM) variantHarald Welte2010-11-122-0/+210
* cleanup, removed deprecated memory definitionsmeri2007-04-105-714/+0
* cleanup, added volatile storage space at the end of flash memorymeri2007-04-104-13/+14
* add __ramfunc (.ramfunc) to data sectionlaforge2006-09-272-0/+2
* - we increase the DFU size from 4k to 16k size. This is mainly due to thelaforge2006-09-224-6/+100
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-211-3/+3
* - fix linker scripts and Cstartup.S to correctly relocate shared datalaforge2006-09-202-2/+4
* fix _edata_shared address definition laforge2006-09-202-4/+2
* - fix relocation of _data_shared segmentlaforge2006-09-202-5/+14
* - add linker scripts for SAM7S128laforge2006-09-202-1/+112
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-132-0/+203
* move to new directorylaforge2006-09-125-0/+714
personal git repositories of Harald Welte. Your mileage may vary