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
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: fix LTO for imx28_xea
Marek Behún
2021-05-24
2
-2
/
+2
*
ARM: fix LTO build for some thumb-interwork cases
Marek Behún
2021-05-24
1
-0
/
+2
*
ARM: make gd a function call for LTO and set via set_gd()
Marek Behún
2021-05-24
1
-1
/
+1
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Marek Behún
2021-05-24
1
-1
/
+1
*
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2021-03-02
5
-6
/
+6
*
common: Drop asm/global_data.h from common header
Simon Glass
2021-02-02
9
-0
/
+9
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
4
-6
/
+6
*
common: Drop linux/delay.h from common header
Simon Glass
2020-05-18
6
-0
/
+6
*
common: Drop asm/ptrace.h from common header
Simon Glass
2020-05-18
4
-0
/
+4
*
common: Drop log.h from common header
Simon Glass
2020-05-18
5
-0
/
+5
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
3
-3
/
+7
*
common: Drop init.h from common header
Simon Glass
2020-05-18
12
-0
/
+12
*
common: Drop net.h from common header
Simon Glass
2020-05-18
5
-0
/
+5
*
arm: orion5x: finish moving SoC to mach-orion5x
Trevor Woerner
2020-05-15
1
-60
/
+0
*
arm: lpc32xx: move SoC to mach-lpc32xx
Trevor Woerner
2020-05-15
9
-588
/
+0
*
common: Move hang() to the same header as panic()
Simon Glass
2020-01-17
2
-0
/
+2
*
common: Move RAM-sizing functions to init.h
Simon Glass
2020-01-17
2
-0
/
+2
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
5
-1
/
+6
*
common: Move get_tbclk() to time.h
Simon Glass
2020-01-17
1
-1
/
+1
*
common: Move clock functions into a new file
Simon Glass
2020-01-17
2
-0
/
+2
*
ARM: mxs: spl_boot.c: make early_delay more robust
Rasmus Villemoes
2020-01-07
1
-5
/
+2
*
arm: mxs: be more careful when enabling gpmi_clk
Rasmus Villemoes
2020-01-07
1
-1
/
+4
*
arm: mxs: fix comments in arch_cpu_init to match the code
Rasmus Villemoes
2020-01-07
1
-2
/
+2
*
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 ARM cache operations out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
4
-0
/
+4
*
common: Move get_ticks() function out of common.h
Simon Glass
2019-12-02
5
-0
/
+5
*
common: Move serial functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
Move strtomhz() to vsprintf.h
Simon Glass
2019-12-02
2
-0
/
+2
*
arm: mxs: Increase VDDD voltage to match specification
Marek Vasut
2019-11-03
1
-2
/
+2
*
Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...
Tom Rini
2019-10-09
1
-1
/
+4
|
\
|
*
spl: pass args to board_return_to_bootrom
Peng Fan
2019-10-08
1
-1
/
+4
*
|
arm: mxs: Correct CONFIG_SPL_NO_CPU_SUPPORT option
Simon Glass
2019-10-08
1
-1
/
+1
|
/
*
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
*
Convert to use fsl_esdhc_imx for i.MX platforms
Yangbo Lu
2019-06-23
1
-4
/
+4
*
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2019-05-18
3
-9
/
+9
*
arm: lpc32xx: Fix timer initialization
Gregory CLEMENT
2019-04-26
1
-0
/
+3
[next]