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
/
arm926ejs
/
spear
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Drop asm/ptrace.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
2
-2
/
+4
*
common: Drop init.h from common header
Simon Glass
2020-05-18
3
-0
/
+3
*
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
1
-0
/
+1
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
1
-0
/
+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
1
-0
/
+1
*
spl: pass args to board_return_to_bootrom
Peng Fan
2019-10-08
1
-1
/
+4
*
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
1
-1
/
+0
*
env: Move env_set() to env.h
Simon Glass
2019-08-11
1
-0
/
+1
*
arm: spear: Return to BootROM if failing to boot from the main device
Miquel Raynal
2019-07-11
1
-0
/
+12
*
arm: spear: Do not link the _main branch
Miquel Raynal
2019-07-11
1
-1
/
+2
*
arm: spear: Support returning to BootROM
Miquel Raynal
2019-07-11
2
-3
/
+39
*
arm: spear: Simplify start.S organization
Miquel Raynal
2019-07-11
1
-15
/
+2
*
arm: spear: Reference the link register with LR instead of R14
Miquel Raynal
2019-07-11
1
-1
/
+1
*
arm: spear: Use PUSH/POP mnemonics when relevant
Miquel Raynal
2019-07-11
1
-4
/
+4
*
arm: spear: Purely cosmetic changes in start.S
Miquel Raynal
2019-07-11
1
-9
/
+8
*
arm: spear: Fix the main comment in start.S
Miquel Raynal
2019-07-11
1
-4
/
+3
*
arm: spear: Drop false comment
Miquel Raynal
2019-07-11
1
-5
/
+0
*
arm: spear: Call the SPL 'SPL', not 'Xloader'
Miquel Raynal
2019-07-11
1
-2
/
+2
*
arm: spear: Drop useless board_init_r call
Miquel Raynal
2019-07-11
1
-2
/
+0
*
linker: Modify linker scripts to be more generic
Tom Rini
2019-01-26
1
-2
/
+2
*
arm: remove prototype for get_timer_masked
Patrick Delaunay
2018-10-10
1
-1
/
+3
*
arm: remove prototype for udelay_masked
Patrick Delaunay
2018-10-10
1
-5
/
+0
*
arm: spear: enable SSP1, 2 and 3 clocks when SPI controller driver is built
Quentin Schulz
2018-09-25
1
-0
/
+3
*
arm: spear: enable GPIO3 and 4 clocks when the GPIO controller driver is built
Quentin Schulz
2018-09-10
1
-0
/
+3
*
ARM: CPU: arm926ejs: Consolidate cache routines to common file
Adam Ford
2018-09-10
1
-10
/
+0
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
14
-29
/
+14
*
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-08
1
-0
/
+1
*
arch/arm/cpu/arm926ejs/spear/cpu.c: guard do_switch_ecc() with CONFIG_NAND_FSMC
Thomas Petazzoni
2017-08-26
1
-1
/
+1
*
board/spear/common: move code to arch/arm/cpu/arm926ejs/spear/
Thomas Petazzoni
2017-08-26
3
-0
/
+425
*
arm: spear: do not return random value from stack
xypron.glpk@gmx.de
2017-08-13
1
-1
/
+1
*
spear: Use upper case for CONFIG options
Simon Glass
2016-09-16
1
-1
/
+1
*
arm: spear: Add command to switch between 1-bit HW ECC and SW BCH4
Stefan Roese
2015-09-11
1
-0
/
+34
*
arm: spear: Enable caches on SPEAr
Stefan Roese
2015-08-28
1
-0
/
+10
*
arm: spear: Move to common SPL infrastructure
Stefan Roese
2015-08-28
6
-264
/
+73
*
usb: spear: Add support for both SPEAr600 EHCI controllers
Stefan Roese
2015-08-19
1
-0
/
+4
*
Kconfig: Move CONFIG_DESIGNWARE_ETH to Kconfig
Simon Glass
2015-04-18
1
-1
/
+1
*
i2c: designware: Convert driver to multibus/multiadapter framework
Stefan Roese
2014-10-29
1
-1
/
+1
*
arm: move exception handling out of start.S files
Albert ARIBAUD
2014-05-15
2
-26
/
+2
*
arm: make _end compiler-generated
Albert ARIBAUD
2014-02-26
1
-2
/
+7
*
arm: keep all sections in ELF file
Albert ARIBAUD
2013-12-07
1
-7
/
+9
*
arm926ejs: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
1
-28
/
+8
*
Coding Style cleanup: remove trailing white space
Wolfgang Denk
2013-10-14
6
-6
/
+6
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
13
-221
/
+13
*
remove all references to .dynsym
Albert ARIBAUD
2013-06-21
1
-5
/
+0
*
lib: consolidate hang()
Andreas Bießmann
2013-05-01
1
-7
/
+0
*
Merge branch 'u-boot/master' into 'u-boot-arm/master'
Albert ARIBAUD
2013-04-12
2
-21
/
+18
|
\
|
*
Consolidate bool type
York Sun
2013-04-01
2
-21
/
+18
[next]