index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
pinetabv-devel
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sh
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-03
sh: share the correct version of start.S among all cpus
Vladimir Zapolskiy
8
-135
/
+9
2016-12-03
sh4: fix start.S by calling board_init_f() after first code relocation
Vladimir Zapolskiy
1
-12
/
+11
2016-12-03
sh: add shared relocate_code() function and call board_init_r()
Vladimir Zapolskiy
4
-18
/
+18
2016-12-03
sh: add common dram_init() function for all boards
Vladimir Zapolskiy
2
-1
/
+18
2016-12-03
sh: add MEMORY command to a shared linker script
Vladimir Zapolskiy
1
-16
/
+16
2016-12-03
sh: define entry point and reloc_dst inside a linker script
Vladimir Zapolskiy
2
-6
/
+1
2016-12-03
sh: place board lowlevel_init code in the beginning of .text
Vladimir Zapolskiy
1
-1
/
+1
2016-12-03
sh4: use single u-boot linker script for all boards
Vladimir Zapolskiy
1
-0
/
+4
2016-12-03
sh4: remove __io config options from r2dplus and r7780mp boards
Vladimir Zapolskiy
1
-10
/
+0
2016-12-03
sh4: cache: move exported cache manipulation functions into cache.c
Vladimir Zapolskiy
3
-39
/
+36
2016-12-03
sh: cache: don't modify CCR from P1 area
Vladimir Zapolskiy
1
-5
/
+3
2016-12-03
sh: cache use jump_to_P2() and back_to_P1() from asm/system.h
Vladimir Zapolskiy
1
-37
/
+2
2016-12-03
sh3: remove unused cache.c file from being built
Vladimir Zapolskiy
2
-97
/
+1
2016-12-03
sh4: cache: correct flush_cache() to writeback and invalidate
Vladimir Zapolskiy
1
-1
/
+1
2016-12-03
sh4: cache: correct dcache flush to invalidate with write-back
Vladimir Zapolskiy
1
-1
/
+1
2016-10-19
efi: Use asmlinkage for EFIAPI
Simon Glass
1
-0
/
+0
2016-09-24
Remove arch/${ARCH}/include/asm/errno.h
Masahiro Yamada
1
-1
/
+0
2016-07-15
arm, nds32, sh: remove useless ioremap()/iounmap() defines
Masahiro Yamada
1
-33
/
+0
2016-05-27
Drop references to CONFIG_SYS_GENERIC_BOARD in config files
Simon Glass
1
-2
/
+0
2016-05-27
sh: Drop the arch-specific board init
Simon Glass
3
-190
/
+2
2016-05-27
sh: Fix build errors for generic board
Simon Glass
8
-19
/
+33
2016-01-19
Add more SPDX-License-Identifier tags
Tom Rini
1
-3
/
+1
2015-11-20
Move console definitions into a new console.h file
Simon Glass
1
-0
/
+1
2015-11-05
sh: Use the generic bitops headers
Fabio Estevam
1
-0
/
+5
2015-06-26
Move default y configs out of arch/board Kconfig
Joe Hershberger
1
-3
/
+0
2015-05-13
arch: Make board selection choices optional
Joe Hershberger
1
-0
/
+1
2015-04-18
net: Remove the bd* parameter from net stack functions
Joe Hershberger
1
-1
/
+1
2015-03-24
remove unnecessary version.h includes
Rob Herring
3
-3
/
+0
2015-02-25
sh: enable CONFIG_USE_PRIVATE_LIBGCC by default
Masahiro Yamada
1
-0
/
+3
2015-02-25
sh: import missing private libraries from Linux 3.19
Masahiro Yamada
6
-2
/
+936
2015-02-25
sh: rename some private libraries
Masahiro Yamada
3
-2
/
+2
2014-12-08
Replace <compiler.h> with <linux/compiler.h>
Masahiro Yamada
1
-1
/
+1
2014-12-08
Kbuild: introduce Makefile in arch/$ARCH/
Daniel Schwierzeck
1
-0
/
+8
2014-11-17
Merge branch 'master' of git://git.denx.de/u-boot-sh
Tom Rini
7
-31
/
+83
2014-11-17
sh: Move SH_32BIT to Kconfig
Nobuhiro Iwamatsu
1
-0
/
+9
2014-11-13
sh: define CONFIG_CPU_SH4A for some boards
Masahiro Yamada
1
-7
/
+7
2014-11-13
sh: consolidate CONFIG_SYS_CPU defines
Masahiro Yamada
1
-3
/
+8
2014-11-13
sh: move CONFIG_{SH2, SH2A, SH3, SH4} to Kconfig
Masahiro Yamada
7
-10
/
+48
2014-11-13
sh: use more descriptive prompts for board select menu
Masahiro Yamada
1
-19
/
+19
2014-11-08
cppcheck cleanup: fix nullPointer errors
Wolfgang Denk
1
-0
/
+1
2014-09-14
kconfig: remove redundant "string" type in arch and board Kconfigs
Masahiro Yamada
1
-1
/
+0
2014-07-30
kconfig: add board Kconfig and defconfig files
Masahiro Yamada
1
-0
/
+98
2014-07-24
sh: unify sh2/sh3/sh4 linker scripts
Masahiro Yamada
3
-160
/
+4
2014-05-12
bd_info: remove bi_barudrate member from struct bd_info
Masahiro Yamada
2
-2
/
+0
2014-04-30
sh: delete an unused source file
Masahiro Yamada
1
-96
/
+0
2014-03-14
sh: fix PFC registers definition for SH772{2, 3, 4}
Baruch Siach
3
-6
/
+9
2014-03-07
kbuild: add CONFIG_ prefix to USE_PRIVATE_LIBGCC
Masahiro Yamada
1
-12
/
+2
2014-03-04
kbuild: fix CROSS_COMPILE settings in config.mk
Masahiro Yamada
1
-1
/
+3
2014-03-04
sh: merge compiler flag -ffixed-r13
Masahiro Yamada
4
-3
/
+1
2014-03-04
sh: Do not define -ffreestanding twice
Masahiro Yamada
1
-1
/
+1
[prev]
[next]