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
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
/
arc
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-25
ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN
Alexey Brodkin
1
-0
/
+3
2019-01-25
ARC: Fix iteration in arc_xx_version()
Alexey Brodkin
1
-2
/
+2
2019-01-19
Kconfig: Migrate BOUNCE_BUFFER
Philipp Tomsich
1
-0
/
+2
2018-12-03
ARC: Improve identification of ARC cores
Alexey Brodkin
2
-21
/
+204
2018-11-01
emdk->emsdp: Rename board
Alexey Brodkin
3
-5
/
+5
2018-10-15
ARC: Don't use COMMON section for global not-initialized variables
Alexey Brodkin
1
-1
/
+1
2018-10-12
ARC: make generic print_cpuinfo() weak
Alexey Brodkin
1
-1
/
+1
2018-10-05
arc: Add support for IoT development kit
Alexey Brodkin
3
-0
/
+51
2018-10-05
ARC: Implement print_cpuinfo()
Alexey Brodkin
1
-1
/
+34
2018-10-05
ARC: Add model property to boards .dts
Alexey Brodkin
6
-0
/
+12
2018-10-05
ARC: Don't pre-define CROSS_COMPILE
Alexey Brodkin
1
-6
/
+0
2018-09-11
arch: types.h: factor out fixed width typedefs to int-ll64.h
Masahiro Yamada
1
-34
/
+2
2018-09-05
ARC: HSDK: Fix timer frequency value
Eugeniy Paltsev
1
-1
/
+1
2018-07-31
ARC: Enable unaligned access in hardware if compiler uses it
Alexey Brodkin
2
-0
/
+12
2018-07-31
AXS10x: add spi flash support
Eugeniy Paltsev
1
-0
/
+34
2018-07-31
GPIO: CREG: improve flexibility of hsdk-creg-gpio driver
Eugeniy Paltsev
1
-1
/
+6
2018-07-30
Kconfig: Sort bool, default, select and imply options
Michal Simek
1
-5
/
+5
2018-06-18
.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore
Masahiro Yamada
1
-1
/
+0
2018-05-31
ARC: Add support for EM Development Kit board
Alexey Brodkin
3
-0
/
+39
2018-05-31
ARC: Use elf32-bigarc in case of -EB
Alexey Brodkin
1
-1
/
+1
2018-05-31
ARC: Reset: Implement weak reset_cpu()
Alexey Brodkin
1
-5
/
+9
2018-05-31
ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM
Alexey Brodkin
1
-1
/
+1
2018-05-31
ARC: Move .ivt section to the very beginning of the image
Alexey Brodkin
1
-7
/
+8
2018-05-31
ARC: Improve relocation fix-ups
Alexey Brodkin
1
-22
/
+54
2018-05-31
ARC: Make sure .ivt section is not purged by garbage collector
Alexey Brodkin
1
-1
/
+1
2018-05-31
ARC: Cache: Don't compare I$ and D$ line lengths
Alexey Brodkin
1
-4
/
+8
2018-05-24
ARC: init debug uart in early common arc code
Eugeniy Paltsev
1
-0
/
+5
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
44
-94
/
+44
2018-04-17
ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
Eugeniy Paltsev
1
-2
/
+0
2018-04-02
ARC: HSDK: Enable SPI flash support
Eugeniy Paltsev
1
-0
/
+26
2018-04-02
ARC: HSDK: Add platform-specific commands
Eugeniy Paltsev
1
-0
/
+30
2018-04-02
ARC: AXS10x: DTS: Remove unused interrupt properties
Eugeniy Paltsev
1
-5
/
+0
2018-03-23
ARC: bootm: Refactor GO and PREP subcommands implementation
Eugeniy Paltsev
1
-22
/
+29
2018-03-21
ARC: Cache: Refactor arc_ioc_setup()
Eugeniy Paltsev
1
-6
/
+6
2018-03-21
ARC: Cache: Add missing cache cleanup before cache disable
Eugeniy Paltsev
1
-14
/
+39
2018-03-21
ARC: Cache: Add more HW configuration checks
Eugeniy Paltsev
1
-0
/
+75
2018-03-21
ARC: Implement a function to sync and cleanup caches
Eugeniy Paltsev
4
-5
/
+29
2018-03-21
ARC: Cache: Fix SLC operations when SLC is bypassed for data
Eugeniy Paltsev
1
-11
/
+28
2018-03-21
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
Eugeniy Paltsev
1
-17
/
+21
2018-03-21
ARC: Move IOC enabling to compile-time options
Eugeniy Paltsev
3
-20
/
+52
2018-03-21
ARC: Cache: Move PAE exists check into slc_upper_region_init()
Eugeniy Paltsev
1
-6
/
+9
2018-03-21
ARC: Move cache global variables to arch_global_data
Eugeniy Paltsev
2
-10
/
+15
2018-03-21
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
Eugeniy Paltsev
1
-24
/
+43
2018-03-21
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
Eugeniy Paltsev
1
-5
/
+11
2018-03-21
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
Eugeniy Paltsev
1
-30
/
+29
2018-03-21
ARC: Cache: Allways check D$ status before entire/line ops
Eugeniy Paltsev
1
-5
/
+6
2018-03-21
ARC: Move BCR encodings to separate header file
Eugeniy Paltsev
2
-59
/
+85
2018-03-21
ARC: Cache: Move IOC initialization to a separate function
Eugeniy Paltsev
1
-26
/
+30
2018-03-21
ARC: Flush & invalidate D$ with a single command
Eugeniy Paltsev
2
-5
/
+85
2018-03-21
ARC: Introduce is_isa_X() functions
Eugeniy Paltsev
1
-0
/
+11
[next]