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
/
arc
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ARC: Cache: Move I$ entire operation to a separate function
Eugeniy Paltsev
2018-03-21
1
-12
/
+19
*
arc: Introduce a possibility to not relocate U-boot
Alexey Brodkin
2018-03-21
2
-1
/
+13
*
arc: Don't halt slaves
Alexey Brodkin
2018-03-21
1
-20
/
+0
*
arc: Get rid of handwritten string routines
Alexey Brodkin
2018-03-21
8
-640
/
+0
*
fdt: Implement weak arch_fixup_fdt()
Alexey Brodkin
2018-02-18
1
-5
/
+0
*
ARC: Invalidate instruction and data caches early on boot
Eugeniy Paltsev
2018-01-19
1
-0
/
+12
*
ARC: Cache: Fix style violations reported by checkpatch
Eugeniy Paltsev
2018-01-19
1
-10
/
+8
*
ARC: Cache: Disable IOC by default
Eugeniy Paltsev
2018-01-19
1
-1
/
+4
*
ARC: ARCv2: Cache: Fixed operation without IOC
Eugeniy Paltsev
2018-01-19
1
-69
/
+116
*
ARC: cache: explicitly initialize "*_exists" variables
Eugeniy Paltsev
2017-12-11
1
-8
/
+8
*
arc: cache: Add required NOPs after invalidation of instruction cache
Alexey Brodkin
2017-11-24
1
-0
/
+7
*
arc: bootm: Move slave cores kick-starting under !fake
Alexey Brodkin
2017-11-24
1
-4
/
+4
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+1
*
arcv2: Set IOC aperture so it covers available DDR
Alexey Brodkin
2017-06-29
1
-6
/
+23
*
arc: arcv1: Disable master/slave check
Alexey Brodkin
2017-06-29
1
-0
/
+4
*
board_f: Rename initdram() to dram_init()
Simon Glass
2017-04-13
1
-0
/
+6
*
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
Alexey Brodkin
2017-04-11
1
-1
/
+7
*
arcv2: Halt non-master cores
Alexey Brodkin
2017-03-31
1
-0
/
+16
*
arc: use timer driver for ARC boards
Vlad Zakharov
2017-03-24
2
-25
/
+0
*
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-12-02
1
-0
/
+5
*
arc: No need in sections defined in sources with newer tools
Alexey Brodkin
2016-08-05
3
-25
/
+4
*
arc: Update exception & interrupt handling for ARCv2
Alexey Brodkin
2016-08-05
2
-0
/
+54
*
arc: Add debug messages during relocation fixups
Alexey Brodkin
2016-08-05
1
-0
/
+7
*
arc/cache: Flush & invalidate all caches right before enabling IOC
Alexey Brodkin
2016-06-13
1
-0
/
+3
*
arc/cache: really do invalidate_dcache_all() even if IOC exists
Alexey Brodkin
2016-06-13
1
-5
/
+2
*
arc/cache: really do flush_dcache_all() even if IOC exists
Alexey Brodkin
2016-04-21
1
-5
/
+2
*
arc: get rid of running_on_hw
Alexey Brodkin
2016-04-11
1
-6
/
+0
*
arc: cache - utilize IO coherency (AKA IOC) engine
Alexey Brodkin
2016-02-20
1
-8
/
+51
*
arc: cache - accommodate different L1 cache line lengths
Alexey Brodkin
2016-02-20
1
-36
/
+82
*
Fix board init code to respect the C runtime environment
Albert ARIBAUD
2016-01-13
1
-5
/
+7
*
arc: significant cache rework
Alexey Brodkin
2015-07-01
4
-138
/
+295
*
arc: implement slave cores kick-start for Linux kernel
Alexey Brodkin
2015-07-01
1
-0
/
+6
*
arc: fix separate compilation of start.o
Alexey Brodkin
2015-04-10
1
-0
/
+1
*
arc: make sure _start is in the beginning of .text section
Alexey Brodkin
2015-04-10
1
-1
/
+1
*
arc: add support for SLC (System Level Cache, AKA L2-cache)
Alexey Brodkin
2015-04-03
2
-0
/
+50
*
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
Alexey Brodkin
2015-04-03
1
-0
/
+8
*
arc: clean-up init procedure
Alexey Brodkin
2015-04-03
5
-77
/
+63
*
arc: move low-level interrupt and exception handlers in a separate file
Alexey Brodkin
2015-04-03
3
-144
/
+152
*
arc: merge common start-up code between ARC and ARCv2
Alexey Brodkin
2015-04-03
2
-0
/
+242
*
arc: cache - build invalidate_icache_all() and invalidate_dcache_all()
Alexey Brodkin
2015-04-03
1
-4
/
+8
*
arc: build libgcc in U-Boot
Alexey Brodkin
2015-02-09
4
-0
/
+521
*
arc: select cache settings via menuconfig
Alexey Brodkin
2015-02-09
1
-0
/
+1
*
arc: define and use PTAG AUX regs for MMUv3 only
Alexey Brodkin
2015-02-09
1
-3
/
+3
*
arc: memcmp - fix zero-delay loop utilization
Igor Guryanov
2015-02-09
1
-0
/
+2
*
arc: move common sources in library
Alexey Brodkin
2015-01-15
6
-0
/
+406
*
arc: relocate - minor refactoring and clean-up
Alexey Brodkin
2015-01-15
1
-11
/
+4
*
arc: introduce separate section for interrupt vector table
Igor Guryanov
2015-01-15
2
-2
/
+4
*
arc: fix relocation for big-endian target
Alexey Brodkin
2014-02-21
1
-0
/
+4
*
arc: add library functions
Alexey Brodkin
2014-02-07
11
-0
/
+846
[prev]