index
:
platform/kernel/u-boot
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
master
old/tizen_20201104
old/tizen_20211124
sandbox/akazmin/hwasan_build
sandbox/amistewicz/comwor4
sandbox/hoegeun/tizen-next-pmic-starfive
sandbox/jkryszyn/virtual-ab
sandbox/klewandowski/wip
sandbox/lstelmach/sd_fusing_py
sandbox/mmajewski2/sd_fusing_py_lint
sandbox/mszyprowski/dev/tizen-next-prepare
sandbox/mszyprowski/dev/tizen-next-prepare-2
sandbox/mszyprowski/dev/tizen-next-prepare-3
sandbox/mszyprowski/dev/tizen-next-prepare-4
sandbox/nmerinov/llvm
sandbox/snawrocki/kvim3_thor_progress_2
sandbox/songinha/upstream
tizen
tizen-next
tizen_-1
tizen_-2
tizen_-3
tizen_-4
tizen_-5
tizen_-6
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
cpu
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
1
-1
/
+1
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
1
-1
/
+1
2020-05-18
common: Drop net.h from common header
Simon Glass
2
-0
/
+2
2020-01-17
common: Move reset_cpu() to the CPU header
Simon Glass
2
-1
/
+2
2019-12-02
common: Move enable/disable_interrupts out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move interrupt functions into a new header
Simon Glass
1
-0
/
+1
2019-12-02
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
1
-3
/
+3
2019-12-02
common: Move some cache and MMU functions out of common.h
Simon Glass
1
-0
/
+1
2019-12-02
common: Move checkcpu() out of common.h
Simon Glass
1
-0
/
+1
2019-09-14
sh: Fix SH4 build with GCC versions without -m4-nofpu
Marek Vasut
1
-1
/
+1
2019-09-14
sh: Fix incorrect linking with new binutils
Marek Vasut
1
-0
/
+1
2019-09-02
sh: Fix OF_SEPARATE support
Marek Vasut
1
-0
/
+1
2019-05-10
sh: sh3: Remove CPU support
Marek Vasut
5
-142
/
+0
2019-05-10
sh: sh2: Remove CPU support
Marek Vasut
5
-153
/
+0
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
17
-41
/
+17
2018-02-21
sh: Use -m2a-nofpu only
Tom Rini
1
-1
/
+1
2017-08-27
sh: Fix linking of ms7722se
Tom Rini
1
-0
/
+4
2017-08-26
arch/sh: don't bring common/env_embedded.o into the link
Thomas Petazzoni
1
-4
/
+0
2017-08-26
arch/sh: allow building in big-endian mode
Thomas Petazzoni
1
-0
/
+5
2017-08-15
Move environment files from common/ to env/
Simon Glass
1
-2
/
+2
2016-12-02
sh: generate position independent code for all platforms
Vladimir Zapolskiy
1
-1
/
+1
2016-12-02
sh: share the correct version of start.S among all cpus
Vladimir Zapolskiy
6
-195
/
+0
2016-12-02
sh4: fix start.S by calling board_init_f() after first code relocation
Vladimir Zapolskiy
1
-12
/
+11
2016-12-02
sh: add shared relocate_code() function and call board_init_r()
Vladimir Zapolskiy
3
-18
/
+0
2016-12-02
sh: add MEMORY command to a shared linker script
Vladimir Zapolskiy
1
-16
/
+16
2016-12-02
sh: define entry point and reloc_dst inside a linker script
Vladimir Zapolskiy
1
-5
/
+1
2016-12-02
sh: place board lowlevel_init code in the beginning of .text
Vladimir Zapolskiy
1
-1
/
+1
2016-12-02
sh4: use single u-boot linker script for all boards
Vladimir Zapolskiy
1
-0
/
+4
2016-12-02
sh4: cache: move exported cache manipulation functions into cache.c
Vladimir Zapolskiy
2
-37
/
+36
2016-12-02
sh: cache: don't modify CCR from P1 area
Vladimir Zapolskiy
1
-5
/
+3
2016-12-02
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h
Vladimir Zapolskiy
1
-37
/
+2
2016-12-02
sh3: remove unused cache.c file from being built
Vladimir Zapolskiy
2
-97
/
+1
2016-12-02
sh4: cache: correct flush_cache() to writeback and invalidate
Vladimir Zapolskiy
1
-1
/
+1
2016-12-02
sh4: cache: correct dcache flush to invalidate with write-back
Vladimir Zapolskiy
1
-1
/
+1
2016-05-27
sh: Fix build errors for generic board
Simon Glass
7
-9
/
+31
2015-03-24
remove unnecessary version.h includes
Rob Herring
3
-3
/
+0
2014-11-13
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
Masahiro Yamada
3
-4
/
+4
2014-07-24
sh: unify sh2/sh3/sh4 linker scripts
Masahiro Yamada
3
-160
/
+4
2014-04-30
sh: delete an unused source file
Masahiro Yamada
1
-96
/
+0
2014-03-04
sh: merge compiler flag -ffixed-r13
Masahiro Yamada
3
-3
/
+0
2014-03-04
sh: Do not define -ffreestanding twice
Masahiro Yamada
1
-1
/
+1
2014-01-09
sh: sh4: Remove CONFIG_SH4A definition from source code
Nobuhiro Iwamatsu
2
-8
/
+0
2014-01-08
sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
Nobuhiro Iwamatsu
1
-1
/
+1
2014-01-08
sh: sh3: Add CONFIG_SH3 definition to config.mk of SH3
Nobuhiro Iwamatsu
1
-1
/
+1
2014-01-08
sh: sh2: Add CONFIG_SH2 definition to config.mk of SH2
Nobuhiro Iwamatsu
1
-1
/
+1
2013-10-31
sh: convert makefiles to Kbuild style
Masahiro Yamada
3
-72
/
+6
2013-10-31
sh: Do not include start.o in lib$(CPU).o
Masahiro Yamada
3
-3
/
+9
2013-10-17
sh: cache: Change cache API to defines as U-Boot
Nobuhiro Iwamatsu
2
-3
/
+3
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
24
-390
/
+24
2013-03-18
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
3
-3
/
+3
[next]