summaryrefslogtreecommitdiff
path: root/firmware/src/start/Cstartup.S
Commit message (Expand)AuthorAgeFilesLines
* fix linking issue with latest binutils versionsv0.3Bjoern Kerler2011-10-211-1/+1
* simtrace: add more definitions regarding real hw prototypeHarald Welte2011-06-161-0/+3
* On the Olimex board, the buttons are low-activeHarald Welte2010-11-131-1/+7
* - introduce FIQ stack of 1k (way too large, but we might have debug...)laforge2006-09-301-20/+17
* - Implement runtime DFU switching and reset-after-update. This meanslaforge2006-09-231-0/+24
* - move large rctx definitions to req_ctx.hlaforge2006-09-221-1/+1
* DFU works (fix various bugs such as forgetting to shift the page number, chec...laforge2006-09-211-1/+8
* - fix linker scripts and Cstartup.S to correctly relocate shared datalaforge2006-09-201-1/+1
* - fix relocation of _data_shared segmentlaforge2006-09-201-7/+26
* add GPL disclaimer to all C files that I wrotelaforge2006-09-131-0/+19
* Completely separate DFU from application program, we now have a real bootloader.laforge2006-09-131-175/+173
* move to new directorylaforge2006-09-121-0/+386
personal git repositories of Harald Welte. Your mileage may vary