aboutsummaryrefslogtreecommitdiff
path: root/arch/nios2/cpu/start.S
AgeCommit message (Expand)AuthorFilesLines
2021-09-17Remove #include <version.h> from files which do not need itPali Rohár1-1/+0
2020-01-17common: Move relocate_code() to init.hSimon Glass1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2016-02-06nios2: set up the debug UART earlyThomas Chou1-0/+7
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-5/+9
2015-11-06nios2: fix cached mode in clearing the BSSThomas Chou1-1/+1
2015-11-06nios2: remove CONFIG_SYS_INIT_SP macroThomas Chou1-2/+1
2015-10-23nios2: convert copy_exception_trampoline to use dm cpu dataThomas Chou1-24/+1
2015-10-23nios2: set default cache configuration in start.SThomas Chou1-7/+15
2015-10-23nios2: clean up comments style in start.SThomas Chou1-31/+30
2015-10-23nios2: call board_init_f_memThomas Chou1-0/+10
2015-10-23nios2: zap version_stringThomas Chou1-6/+0
2015-10-23nios2: zap dly_clksThomas Chou1-33/+0
2015-10-23nios2: enlarge the code relocation rangeThomas Chou1-2/+3
2015-10-23nios2: BSS should be cleared only after board_init_fThomas Chou1-14/+16
2014-08-24nios2: add generic board supportThomas Chou1-4/+30
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-3/+3
2011-07-28unify version_stringAndreas Bießmann1-8/+1
2011-03-27rename _end to __bss_end__Po-Yu Chuang1-3/+3
2010-10-26Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated valueWolfgang Denk1-1/+1
2010-05-28nios2: fix r15 issue for gcc4Thomas Chou1-7/+0
2010-04-24nios2: consolidate reset initializationThomas Chou1-5/+4
2010-04-13nios2: Move cpu/nios2/* to arch/nios2/cpu/*Peter Tyser1-0/+217