summaryrefslogtreecommitdiff
path: root/firmware/src/start/Cstartup.S
Commit message (Expand)AuthorAgeFilesLines
* - 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