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
/
arm1136
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
13
-29
/
+13
*
Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR
Tom Rini
2018-04-27
2
-4
/
+0
*
spl: eMMC/SD: Provide one __weak spl_boot_mode() function
Lukasz Majewski
2018-02-07
1
-21
/
+0
*
build: Drop CONFIG_SPL_BUILD guards in some cases
Tom Rini
2018-01-10
2
-8
/
+2
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
2
-2
/
+2
*
common: Pass the boot device into spl_boot_mode()
Marek Vasut
2016-06-26
1
-1
/
+1
*
arm: Allow skipping of low-level init with I-cache on
Simon Glass
2016-06-12
1
-0
/
+2
*
ARM: start.S: fix typo
Yuichiro Goto
2016-02-29
1
-1
/
+1
*
imx: mx31 use new formula for get_cpu_rev
Peng Fan
2015-09-02
1
-1
/
+1
*
arm1136/arm1176: Merge cache handling code
Alexander Stein
2015-08-12
2
-151
/
+1
*
arm1136: Remove dead code
Alexander Stein
2015-08-12
1
-10
/
+0
*
ARM: move -march=* and -mtune= options to arch/arm/Makefile
Masahiro Yamada
2015-03-27
1
-9
/
+0
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
1
-1
/
+0
*
mx35: Fix boot hang by avoiding vector relocation
Fabio Estevam
2015-03-02
2
-0
/
+27
*
mx31: Fix boot hang by avoiding vector relocation
Fabio Estevam
2015-03-02
2
-0
/
+27
*
kbuild: use SoC-specific CONFIG to descend into SoC directory
Masahiro Yamada
2014-11-23
1
-1
/
+2
*
kbuild: Descend into SOC directory from CPU directory
Masahiro Yamada
2014-11-23
1
-0
/
+2
*
Rename some defines containing FAT in their name to be filesystem generic
Guillaume GARDET
2014-10-27
1
-1
/
+1
*
arm: mx35: use common timer functions
Andrew Ruder
2014-09-16
1
-83
/
+0
*
arm: mx31: use common timer functions
Andrew Ruder
2014-09-16
1
-102
/
+2
*
arm: Add missing .vectors section to linker scripts
Benoît Thébaudeau
2014-08-30
1
-0
/
+1
*
arm: move exception handling out of start.S files
Albert ARIBAUD
2014-05-15
1
-241
/
+1
*
arm: remove unused _end_vect and _vectors_end symbols
Albert ARIBAUD
2014-05-15
1
-2
/
+0
*
arm1136: move cache code from start.S to cache.c
Albert ARIBAUD
2014-05-15
1
-10
/
+0
*
kbuild: move asm-offsets.c from SoC directory to arch/$(ARCH)/lib
Masahiro Yamada
2014-03-28
1
-71
/
+0
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2014-02-26
2
-28
/
+5
|
\
|
*
arm: remove unneeded symbol offsets and _TEXT_BASE
Albert ARIBAUD
2014-02-26
1
-27
/
+0
|
*
arm: make _end compiler-generated
Albert ARIBAUD
2014-02-26
1
-1
/
+5
*
|
kbuild: refactor more IMX image rules
Masahiro Yamada
2014-02-25
1
-10
/
+0
*
|
kbuild: use shorten logs for IMX images
Masahiro Yamada
2014-02-25
1
-1
/
+1
|
/
*
kbuild: change out-of-tree build
Masahiro Yamada
2014-02-19
1
-1
/
+1
*
ARM: merge commonly-defined PLATFORM_RELFLAGS
Masahiro Yamada
2014-01-24
1
-7
/
+0
*
ARM: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
3
-73
/
+8
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
1
-1
/
+1
*
ARM: refactor compiler options in config.mk
Masahiro Yamada
2013-09-23
1
-1
/
+0
*
ARM: omap24xx: remove remainders of dead board
Masahiro Yamada
2013-08-15
3
-193
/
+0
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
17
-276
/
+17
*
arm: Remove OMAP2420H4 and all omap24xx support
Tom Rini
2013-06-10
1
-18
/
+0
*
arm: factorize relocate_code routine
Albert ARIBAUD
2013-05-30
1
-76
/
+0
*
arm: do not compile relocate_code() for SPL builds
Albert ARIBAUD
2013-05-30
1
-8
/
+3
*
imx: mx35: Remove legacy iomux support
Benoît Thébaudeau
2013-05-05
2
-115
/
+0
*
mx35 iomux: correct offsets of IOMUX registers
Philip Paeps
2013-04-16
1
-2
/
+2
*
BUGFIX: arm: data abort in get_bad_stack_swi
Tetsuyuki Kobayashi
2013-04-13
1
-1
/
+2
*
arm: Make all linker scripts compatible with per-symbol sections
Benoît Thébaudeau
2013-04-12
1
-1
/
+1
*
arm: Remove unused relocate_code() parameters
Benoît Thébaudeau
2013-04-12
1
-4
/
+2
*
imx: Fix automatic make targets for imx images
Benoît Thébaudeau
2013-04-12
1
-0
/
+7
*
arm: relocate_code(): Use __image_copy_end for end of relocation
Benoît Thébaudeau
2013-04-12
1
-2
/
+2
*
arm: relocate_code(): Remove useless relocation offset computation
Benoît Thébaudeau
2013-04-12
1
-5
/
+3
*
arm1136: Remove redundant relocate_code() return
Benoît Thébaudeau
2013-04-12
1
-2
/
+0
*
arm: relocate_code() is no longer noreturn
Benoît Thébaudeau
2013-04-12
1
-3
/
+1
[next]