summaryrefslogtreecommitdiff
path: root/core/cortex-m/init.S
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: remove unnecessary (c) after CopyrightTom Hughes2019-06-191-1/+1
* link_defs.h: Renames __ro_end to __data_lma_start.Yilun Lin2019-01-281-3/+3
* cortex-m: Generate vector table in CPatrick Georgi2018-07-131-317/+0
* cortex-m: proper handling of input parameters to SVC handlerIcarus Sparry2016-01-051-1/+25
* Cleanup: Remove COMPILE_FOR_RAM option from linker scriptsBill Richardson2015-09-081-2/+0
* better unhandled exception panic without runtimeVincent Palatin2014-07-031-3/+0
* cortex-m: Add debug config option for disabling buffered writesChromeOS Developer2014-03-261-0/+10
* make the common runtime optionalVincent Palatin2014-03-221-0/+4
* Reformat init.S to use tabs not spacesRandall Spangler2012-12-171-62/+64
* Enable FPU support for Link ECBill Richardson2012-10-021-2/+6
* Convert panic() to C codeSimon Glass2012-06-081-1/+1
* Fix alignment of task scratchpad and system stackRandall Spangler2012-05-311-3/+2
* Support warm reboot from one EC image to another.Randall Spangler2012-03-191-1/+7
* update versioning information stored in the ECVincent Palatin2012-03-021-5/+6
* FPU controlVic Yang2012-02-161-0/+15
* Move OS files to a CPU specific directoryVincent Palatin2012-01-251-0/+378