summaryrefslogtreecommitdiff
path: root/arch/arc/cpu
AgeCommit message (Expand)AuthorFilesLines
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin1-37/+14
2016-08-05arc: Update exception & interrupt handling for ARCv2Alexey Brodkin1-13/+18
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin1-0/+1
2015-04-03arc: merge common start-up code between ARC and ARCv2Alexey Brodkin6-510/+56
2015-02-13arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin2-0/+261
2015-02-09arc: move CPU flags selection to the main "config.mk"Alexey Brodkin1-7/+0
2015-01-15arc: rename "arc700" in "arcv1"Alexey Brodkin3-0/+0
2015-01-15arc: move common sources in libraryAlexey Brodkin6-406/+1
2015-01-15arc: move linker script in arch/arc/cpu folderAlexey Brodkin1-0/+0
2015-01-15arc: introduce separate section for interrupt vector tableIgor Guryanov3-27/+40
2015-01-15arc: add dependences on MMU presenceAlexey Brodkin1-4/+14
2015-01-15arc: interrupts - fix mask setupIgor Guryanov1-1/+1
2015-01-15arc: add ECR (exception cause register) outputIgor Guryanov2-4/+7
2015-01-15arc: check caches existence before useIgor Guryanov1-0/+29
2014-02-07arc: add cpu filesAlexey Brodkin9-0/+703