aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/cpu/sa1100
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-1/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-1/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02common: Move get_ticks() function out of common.hSimon Glass1-0/+1
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay1-4/+4
2018-10-10arm: remove prototype for udelay_maskedPatrick Delaunay1-6/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini4-9/+4
2017-04-06Remove various unused interrupt related codeTom Rini1-4/+0
2016-09-23arch, board: squash lines for immediate returnMasahiro Yamada1-4/+1
2016-06-12arm: Allow skipping of low-level init with I-cache onSimon Glass1-0/+2
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada1-9/+0
2015-03-24remove unnecessary version.h includesRob Herring1-1/+0
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD1-214/+1
2014-05-15arm: move reset_cpu from start.S into cpu.cAlbert ARIBAUD2-10/+14
2014-02-26arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-26/+0
2014-01-24ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-7/+0
2014-01-24lib: time: add weak timer_init() functionDarwin Rambo1-5/+0
2013-10-31ARM: convert makefiles to Kbuild styleMasahiro Yamada1-25/+3
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk5-85/+5
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-76/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-6/+5
2013-04-12arm: Remove unused relocate_code() parametersBenoît Thébaudeau1-4/+2
2013-04-12arm: relocate_code(): Use __image_copy_end for end of relocationBenoît Thébaudeau1-1/+5
2013-04-12arm: relocate_code(): Remove useless relocation offset computationBenoît Thébaudeau1-5/+3
2013-04-12arm: relocate_code() is no longer noreturnBenoît Thébaudeau1-3/+1
2013-04-12arm: start.S: Fix _TEXT_BASE for SPLBenoît Thébaudeau1-0/+4
2013-03-15Replace __bss_end__ with __bss_endSimon Glass1-1/+1
2013-01-08arm: move C runtime setup code in crt0.SAlbert ARIBAUD1-42/+8
2012-10-04arm: Fixed the offset for the no relocation.Zhong Hongbo1-0/+1
2012-07-20arm: Fix to mistake clean the memory spaceZhong Hongbo1-3/+5
2012-03-30arm: Use common .lds file where possibleSimon Glass1-83/+0
2011-11-03Reduce build timesWolfgang Denk1-1/+2
2011-08-04Convert ISO-8859 files to UTF-8Albert ARIBAUD1-1/+1
2011-07-28cleanup: Fix typos and misspellings in various files.Mike Williams1-1/+1
2011-07-26Timer: Remove reset_timer_masked()Graeme Russ1-6/+0
2011-07-26Timer: Remove reset_timer() for non-Nios2 archesGraeme Russ1-5/+0
2011-07-26Timer: Remove set_timer completelyGraeme Russ1-5/+0
2011-07-26replace CONFIG_PRELOADER with CONFIG_SPL_BUILDAneesh V1-2/+2
2011-03-27arm: fix incorrect monitor protection region in FLASHPo-Yu Chuang2-0/+6
2011-03-27rename _end to __bss_end__Po-Yu Chuang2-2/+2
2011-02-02ARM: */start.S: code cleanupLiu Hui-R643431-2/+0
2010-12-13ARM: */start.S: use canonical asm syntaxWolfgang Denk1-1/+1
2010-12-09arm: fixloop(): do not use r8 for relocationAndreas Bießmann1-3/+3
2010-12-09arm: relocate_code(): do not set register uselessAndreas Bießmann1-2/+2
2010-12-09arm: copy_loop(): use scratch registerAndreas Bießmann1-5/+5
2010-12-08arm: add 8-byte alignment for ABI compliance before board_init_fHeiko Schocher1-0/+1
2010-11-26arm: add ELF relocation support to rest of cpusAlbert Aribaud2-72/+85