index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
cpu
/
arm920t
Commit message (
Expand
)
Author
Age
Files
Lines
*
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2021-03-02
2
-2
/
+2
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
2
-1
/
+3
*
common: Drop init.h from common header
Simon Glass
2020-05-18
1
-0
/
+1
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
2
-1
/
+3
*
common: Move get_tbclk() to time.h
Simon Glass
2020-01-17
1
-1
/
+1
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
2019-12-02
1
-1
/
+1
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
2
-0
/
+2
*
arm: remove prototype for get_timer_masked
Patrick Delaunay
2018-10-10
2
-10
/
+5
*
arm: remove prototype for udelay_masked
Patrick Delaunay
2018-10-10
1
-6
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
13
-29
/
+13
*
common: ep93xx: Move arch-specific declarations out of common
Simon Glass
2017-06-05
1
-1
/
+1
*
samsung: Drop more references fo s3c24x0
Simon Glass
2017-06-05
1
-37
/
+0
*
samsung: Drop s3c24x0 arch-specific code
Simon Glass
2017-06-05
5
-311
/
+0
*
Remove various unused interrupt related code
Tom Rini
2017-04-06
2
-2
/
+0
*
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
Tom Rini
2017-04-06
2
-53
/
+0
*
arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILD
Tom Rini
2017-03-18
1
-1
/
+1
*
status_led: Kconfig migration
Uri Mashiach
2017-01-21
1
-17
/
+18
*
arch, board: squash lines for immediate return
Masahiro Yamada
2016-09-23
1
-5
/
+1
*
arm: Allow skipping of low-level init with I-cache on
Simon Glass
2016-06-12
1
-1
/
+2
*
ARM: start.S: fix typo
Yuichiro Goto
2016-02-29
1
-1
/
+1
*
arm: build some file(s) as ARM mode only
David Müller (ELSOFT AG)
2016-02-15
1
-0
/
+6
*
arch/arm/cpu/arm920t/ep93xx/led.c: Mark inline functions as static inline
Tom Rini
2015-12-05
1
-2
/
+2
*
ARM: move -march=* and -mtune= options to arch/arm/Makefile
Masahiro Yamada
2015-03-27
1
-8
/
+0
*
ARM: remove a320evb board support
Masahiro Yamada
2015-02-24
4
-138
/
+0
*
ARM: remove cm4008 and cm41xx board support
Masahiro Yamada
2015-02-24
4
-276
/
+0
*
ARM: at91: collect SoC sources into mach-at91
Masahiro Yamada
2015-02-21
8
-584
/
+0
*
kbuild: use SoC-specific CONFIG to descend into SoC directory
Masahiro Yamada
2014-11-23
1
-1
/
+6
*
kbuild: Descend into SOC directory from CPU directory
Masahiro Yamada
2014-11-23
1
-0
/
+2
*
arm: ep9315: Add .vectors section to lds and remove obsolete lds
Sergey Kostanbaev
2014-08-30
1
-58
/
+0
*
arm: ep9315: Return back Cirrus Logic EDB9315A board support
Sergey Kostanbaev
2014-07-04
1
-27
/
+436
*
arm: move exception handling out of start.S files
Albert ARIBAUD
2014-05-15
2
-215
/
+4
*
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-26
1
-26
/
+0
*
arm: make _end compiler-generated
Albert ARIBAUD
2014-02-26
1
-1
/
+4
*
ARM: merge commonly-defined PLATFORM_RELFLAGS
Masahiro Yamada
2014-01-24
1
-7
/
+0
*
arm920t: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
7
-170
/
+22
*
ARM: refactor compiler options in config.mk
Masahiro Yamada
2013-09-23
1
-2
/
+0
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
34
-546
/
+34
*
arm: make __image_copy_{start, end} compiler-generated
Albert ARIBAUD
2013-06-21
1
-1
/
+5
*
arm: factorize relocate_code routine
Albert ARIBAUD
2013-05-30
1
-75
/
+0
*
arm: do not compile relocate_code() for SPL builds
Albert ARIBAUD
2013-05-30
1
-7
/
+5
*
arm: Make all linker scripts compatible with per-symbol sections
Benoît Thébaudeau
2013-04-12
1
-5
/
+5
*
arm: Remove unused relocate_code() parameters
Benoît Thébaudeau
2013-04-12
1
-4
/
+2
*
arm: relocate_code(): Use __image_copy_end for end of relocation
Benoît Thébaudeau
2013-04-12
2
-1
/
+8
*
arm: relocate_code(): Remove useless relocation offset computation
Benoît Thébaudeau
2013-04-12
1
-5
/
+3
*
arm: relocate_code() is no longer noreturn
Benoît Thébaudeau
2013-04-12
1
-3
/
+1
*
arm: start.S: Fix _TEXT_BASE for SPL
Benoît Thébaudeau
2013-04-12
1
-0
/
+4
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-18
1
-1
/
+1
|
\
|
*
Refactor linker-generated arrays
Albert ARIBAUD
2013-03-12
1
-1
/
+1
[next]