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
/
sh
/
cpu
Commit message (
Expand
)
Author
Age
Files
Lines
*
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2021-03-02
2
-2
/
+2
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
1
-1
/
+1
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
1
-1
/
+1
*
common: Drop net.h from common header
Simon Glass
2020-05-18
2
-0
/
+2
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
2
-1
/
+2
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
1
-0
/
+1
*
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
2019-12-02
1
-3
/
+3
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
common: Move checkcpu() out of common.h
Simon Glass
2019-12-02
1
-0
/
+1
*
sh: Fix SH4 build with GCC versions without -m4-nofpu
Marek Vasut
2019-09-14
1
-1
/
+1
*
sh: Fix incorrect linking with new binutils
Marek Vasut
2019-09-14
1
-0
/
+1
*
sh: Fix OF_SEPARATE support
Marek Vasut
2019-09-02
1
-0
/
+1
*
sh: sh3: Remove CPU support
Marek Vasut
2019-05-10
5
-142
/
+0
*
sh: sh2: Remove CPU support
Marek Vasut
2019-05-10
5
-153
/
+0
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
17
-41
/
+17
*
sh: Use -m2a-nofpu only
Tom Rini
2018-02-21
1
-1
/
+1
*
sh: Fix linking of ms7722se
Tom Rini
2017-08-27
1
-0
/
+4
*
arch/sh: don't bring common/env_embedded.o into the link
Thomas Petazzoni
2017-08-26
1
-4
/
+0
*
arch/sh: allow building in big-endian mode
Thomas Petazzoni
2017-08-26
1
-0
/
+5
*
Move environment files from common/ to env/
Simon Glass
2017-08-15
1
-2
/
+2
*
sh: generate position independent code for all platforms
Vladimir Zapolskiy
2016-12-02
1
-1
/
+1
*
sh: share the correct version of start.S among all cpus
Vladimir Zapolskiy
2016-12-02
6
-195
/
+0
*
sh4: fix start.S by calling board_init_f() after first code relocation
Vladimir Zapolskiy
2016-12-02
1
-12
/
+11
*
sh: add shared relocate_code() function and call board_init_r()
Vladimir Zapolskiy
2016-12-02
3
-18
/
+0
*
sh: add MEMORY command to a shared linker script
Vladimir Zapolskiy
2016-12-02
1
-16
/
+16
*
sh: define entry point and reloc_dst inside a linker script
Vladimir Zapolskiy
2016-12-02
1
-5
/
+1
*
sh: place board lowlevel_init code in the beginning of .text
Vladimir Zapolskiy
2016-12-02
1
-1
/
+1
*
sh4: use single u-boot linker script for all boards
Vladimir Zapolskiy
2016-12-02
1
-0
/
+4
*
sh4: cache: move exported cache manipulation functions into cache.c
Vladimir Zapolskiy
2016-12-02
2
-37
/
+36
*
sh: cache: don't modify CCR from P1 area
Vladimir Zapolskiy
2016-12-02
1
-5
/
+3
*
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h
Vladimir Zapolskiy
2016-12-02
1
-37
/
+2
*
sh3: remove unused cache.c file from being built
Vladimir Zapolskiy
2016-12-02
2
-97
/
+1
*
sh4: cache: correct flush_cache() to writeback and invalidate
Vladimir Zapolskiy
2016-12-02
1
-1
/
+1
*
sh4: cache: correct dcache flush to invalidate with write-back
Vladimir Zapolskiy
2016-12-02
1
-1
/
+1
*
sh: Fix build errors for generic board
Simon Glass
2016-05-27
7
-9
/
+31
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
3
-3
/
+0
*
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
Masahiro Yamada
2014-11-13
3
-4
/
+4
*
sh: unify sh2/sh3/sh4 linker scripts
Masahiro Yamada
2014-07-24
3
-160
/
+4
*
sh: delete an unused source file
Masahiro Yamada
2014-04-30
1
-96
/
+0
*
sh: merge compiler flag -ffixed-r13
Masahiro Yamada
2014-03-04
3
-3
/
+0
*
sh: Do not define -ffreestanding twice
Masahiro Yamada
2014-03-04
1
-1
/
+1
*
sh: sh4: Remove CONFIG_SH4A definition from source code
Nobuhiro Iwamatsu
2014-01-09
2
-8
/
+0
*
sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
Nobuhiro Iwamatsu
2014-01-08
1
-1
/
+1
*
sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3
Nobuhiro Iwamatsu
2014-01-08
1
-1
/
+1
*
sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2
Nobuhiro Iwamatsu
2014-01-08
1
-1
/
+1
*
sh: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
3
-72
/
+6
*
sh: Do not include start.o in lib$(CPU).o
Masahiro Yamada
2013-10-31
3
-3
/
+9
*
sh: cache: Change cache API to defines as U-Boot
Nobuhiro Iwamatsu
2013-10-17
2
-3
/
+3
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
24
-390
/
+24
[next]