summaryrefslogtreecommitdiff
path: root/arch/arm/cpu/arm920t
AgeCommit message (Expand)AuthorFilesLines
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass2-1/+3
2020-01-17common: Move get_tbclk() to time.hSimon Glass1-1/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03arm: powerpc: Tidy up code style for interrupt functionsSimon Glass1-1/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03common: Move get_ticks() function out of common.hSimon Glass2-0/+2
2018-10-10arm: remove prototype for get_timer_maskedPatrick Delaunay2-10/+5
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 Rini13-29/+13
2017-06-05common: ep93xx: Move arch-specific declarations out of commonSimon Glass1-1/+1
2017-06-05samsung: Drop more references fo s3c24x0Simon Glass1-37/+0
2017-06-05samsung: Drop s3c24x0 arch-specific codeSimon Glass5-311/+0
2017-04-07Remove various unused interrupt related codeTom Rini2-2/+0
2017-04-07Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2-53/+0
2017-03-19arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini1-1/+1
2017-01-21status_led: Kconfig migrationUri Mashiach1-17/+18
2016-09-24arch, board: squash lines for immediate returnMasahiro Yamada1-5/+1
2016-06-13arm: Allow skipping of low-level init with I-cache onSimon Glass1-1/+2
2016-02-29ARM: start.S: fix typoYuichiro Goto1-1/+1
2016-02-15arm: build some file(s) as ARM mode onlyDavid Müller (ELSOFT AG)1-0/+6
2015-12-06arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inlineTom Rini1-2/+2
2015-03-27ARM: move -march=* and -mtune= options to arch/arm/MakefileMasahiro Yamada1-8/+0
2015-02-25ARM: remove a320evb board supportMasahiro Yamada4-138/+0
2015-02-25ARM: remove cm4008 and cm41xx board supportMasahiro Yamada4-276/+0
2015-02-21ARM: at91: collect SoC sources into mach-at91Masahiro Yamada8-584/+0
2014-11-23kbuild: use SoC-specific CONFIG to descend into SoC directoryMasahiro Yamada1-1/+6
2014-11-23kbuild: Descend into SOC directory from CPU directoryMasahiro Yamada1-0/+2
2014-08-30arm: ep9315: Add .vectors section to lds and remove obsolete ldsSergey Kostanbaev1-58/+0
2014-07-05arm: ep9315: Return back Cirrus Logic EDB9315A board supportSergey Kostanbaev1-27/+436
2014-05-15arm: move exception handling out of start.S filesAlbert ARIBAUD2-215/+4
2014-02-27arm: remove unneeded symbol offsets and _TEXT_BASEAlbert ARIBAUD1-26/+0
2014-02-27arm: make _end compiler-generatedAlbert ARIBAUD1-1/+4
2014-01-25ARM: merge commonly-defined PLATFORM_RELFLAGSMasahiro Yamada1-7/+0
2013-10-31arm920t: convert makefiles to Kbuild styleMasahiro Yamada7-170/+22
2013-09-23ARM: refactor compiler options in config.mkMasahiro Yamada1-2/+0
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk34-546/+34
2013-06-22arm: make __image_copy_{start, end} compiler-generatedAlbert ARIBAUD1-1/+5
2013-05-30arm: factorize relocate_code routineAlbert ARIBAUD1-75/+0
2013-05-30arm: do not compile relocate_code() for SPL buildsAlbert ARIBAUD1-7/+5
2013-04-12arm: Make all linker scripts compatible with per-symbol sectionsBenoît Thébaudeau1-5/+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ébaudeau2-1/+8
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-18Merge branch 'master' of git://git.denx.de/u-boot-armTom Rini1-1/+1
2013-03-16Replace __bss_end__ with __bss_endSimon Glass2-2/+2
2013-03-13Refactor linker-generated arraysAlbert ARIBAUD1-1/+1
2013-02-02arm: Move lastinc to arch_global_dataSimon Glass2-10/+10
2013-02-02arm: Move tbl to arch_global_dataSimon Glass3-12/+12