~funderscore
blog
cgit
wiki
get in touch
index
:
misc/u-boot-kii-pro.git
for-master/kii-pro
master
wip/kii-pro
wip/spl
U-Boot fork with work-in-progress stuff
Ferass
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
/
cpu
/
sh4
Commit message (
Expand
)
Author
Age
*
reset: Remove addr parameter from reset_cpu()
Harald Seiler
2021-03-02
*
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-07-17
*
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
*
common: Drop net.h from common header
Simon Glass
2020-05-18
*
common: Move reset_cpu() to the CPU header
Simon Glass
2020-01-17
*
common: Move enable/disable_interrupts out of common.h
Simon Glass
2019-12-02
*
common: Move interrupt functions into a new header
Simon Glass
2019-12-02
*
arm: powerpc: Tidy up code style for interrupt functions
Simon Glass
2019-12-02
*
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
*
common: Move checkcpu() out of common.h
Simon Glass
2019-12-02
*
sh: Fix SH4 build with GCC versions without -m4-nofpu
Marek Vasut
2019-09-14
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
*
sh: share the correct version of start.S among all cpus
Vladimir Zapolskiy
2016-12-02
*
sh4: fix start.S by calling board_init_f() after first code relocation
Vladimir Zapolskiy
2016-12-02
*
sh: add shared relocate_code() function and call board_init_r()
Vladimir Zapolskiy
2016-12-02
*
sh4: cache: move exported cache manipulation functions into cache.c
Vladimir Zapolskiy
2016-12-02
*
sh: cache: don't modify CCR from P1 area
Vladimir Zapolskiy
2016-12-02
*
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h
Vladimir Zapolskiy
2016-12-02
*
sh4: cache: correct flush_cache() to writeback and invalidate
Vladimir Zapolskiy
2016-12-02
*
sh4: cache: correct dcache flush to invalidate with write-back
Vladimir Zapolskiy
2016-12-02
*
sh: Fix build errors for generic board
Simon Glass
2016-05-27
*
remove unnecessary version.h includes
Rob Herring
2015-03-24
*
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
Masahiro Yamada
2014-11-13
*
sh: unify sh2/sh3/sh4 linker scripts
Masahiro Yamada
2014-07-24
*
sh: merge compiler flag -ffixed-r13
Masahiro Yamada
2014-03-04
*
sh: sh4: Remove CONFIG_SH4A definition from source code
Nobuhiro Iwamatsu
2014-01-09
*
sh: sh4: Add CONFIG_SH4 definition to config.mk of SH4
Nobuhiro Iwamatsu
2014-01-08
*
sh: convert makefiles to Kbuild style
Masahiro Yamada
2013-10-31
*
sh: Do not include start.o in lib$(CPU).o
Masahiro Yamada
2013-10-31
*
sh: cache: Change cache API to defines as U-Boot
Nobuhiro Iwamatsu
2013-10-17
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
*
Merge branch 'master' of git://git.denx.de/u-boot-arm
Tom Rini
2013-03-18
|
\
|
*
Refactor linker-generated arrays
Albert ARIBAUD
2013-03-12
*
|
Replace __bss_end__ with __bss_end
Simon Glass
2013-03-15
|
/
*
common: Discard the __u_boot_cmd section
Marek Vasut
2012-10-22
*
common: Add .u_boot_list into all linker files
Marek Vasut
2012-10-22
*
sh: modify checkcpu() for SH-4A
Yoshihiro Shimoda
2012-08-08
*
sh: avoid multiple definition errors with cache funcs
Mike Frysinger
2011-12-02
*
punt unused clean/distclean targets
Mike Frysinger
2011-10-15
*
rename _end to __bss_end__
Po-Yu Chuang
2011-03-27
*
sh: Add KEEP order to start.o section
Nobuhiro Iwamatsu
2011-03-16
*
sh: Fix build in start.S
Nobuhiro Iwamatsu
2010-11-30
*
Switch from archive libraries to partial linking
Sebastien Carlier
2010-11-17
*
Replace CONFIG_SYS_GBL_DATA_SIZE by auto-generated value
Wolfgang Denk
2010-10-26
*
Make sure that argv[] argument pointers are not modified.
Wolfgang Denk
2010-07-04
*
sh: Add trigger_address_error and support cpu reset
Nobuhiro Iwamatsu
2010-06-28
*
sh: Move cpu/$CPU to arch/sh/cpu/$CPU
Peter Tyser
2010-04-13