aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/lib/start.S
AgeCommit message (Expand)AuthorFilesLines
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2020-04-27ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev1-0/+15
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-2/+2
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin1-0/+9
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin1-1/+7
2018-03-21arc: Don't halt slavesAlexey Brodkin1-20/+0
2018-01-19ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev1-0/+12
2017-06-29arc: arcv1: Disable master/slave checkAlexey Brodkin1-0/+4
2017-03-31arcv2: Halt non-master coresAlexey Brodkin1-0/+16
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-5/+7
2015-07-01arc: significant cache reworkAlexey Brodkin1-9/+37
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin1-0/+4
2015-04-03arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin1-0/+8
2015-04-03arc: clean-up init procedureAlexey Brodkin1-64/+18
2015-04-03arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin1-144/+0
2015-04-03arc: merge common start-up code between ARC and ARCv2Alexey Brodkin1-0/+241