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
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: Fine-tune implementation of memory barriers
Alexey Brodkin
2018-03-21
1
-4
/
+4
*
arc: Introduce a possibility to not relocate U-boot
Alexey Brodkin
2018-03-21
2
-1
/
+13
*
arc: Eliminate unused code and data with GCC's garbage collector
Alexey Brodkin
2018-03-21
1
-1
/
+2
*
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
9
-666
/
+0
*
fdt: Implement weak arch_fixup_fdt()
Alexey Brodkin
2018-02-18
1
-5
/
+0
*
arc: Fix final linkage with Elf32 tools
Alexey Brodkin
2018-02-15
1
-1
/
+1
*
ARC: Invalidate instruction and data caches early on boot
Eugeniy Paltsev
2018-01-19
1
-0
/
+12
*
ARC: HSDK: DTS: Add cgu-clk node
Eugeniy Paltsev
2018-01-19
1
-0
/
+6
*
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
2
-69
/
+123
*
ARC: cache: explicitly initialize "*_exists" variables
Eugeniy Paltsev
2017-12-11
1
-8
/
+8
*
ARC: add defines of some cache and xCCM AUX registers
Eugeniy Paltsev
2017-12-11
1
-0
/
+6
*
ARC: add macro to get CPU id
Eugeniy Paltsev
2017-12-11
1
-0
/
+3
*
ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO
Eugeniy Paltsev
2017-12-10
1
-0
/
+1
*
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
*
arc: Use asm-generic/io.h
Paul Burton
2017-10-02
1
-28
/
+1
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-1
/
+1
*
arc: Add support for HS Development Kit board
Alexey Brodkin
2017-06-29
3
-0
/
+55
*
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
*
arc: Make u-boot-arc.h a private header
Simon Glass
2017-06-05
1
-0
/
+1
*
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
*
board_f: Make relocation functions generic
Simon Glass
2017-04-05
1
-16
/
+0
*
board_f: Make init_helpers generic
Simon Glass
2017-04-05
1
-12
/
+0
*
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
*
arc: dts: separate single axs10x.dts file
Vlad Zakharov
2017-03-24
11
-69
/
+183
*
drivers: timer: Introduce ARC timer driver
Vlad Zakharov
2017-03-24
1
-0
/
+4
*
Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig
Simon Glass
2017-01-25
1
-1
/
+0
*
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
Masahiro Yamada
2016-12-02
1
-0
/
+5
*
Remove arch/${ARCH}/include/asm/errno.h
Masahiro Yamada
2016-09-23
1
-1
/
+0
*
arc: Use -mcpu=XXX instead of obsolete -marcXXX
Alexey Brodkin
2016-09-16
1
-3
/
+3
*
arc: Rename AXS101 board to more generic AXS10x
Alexey Brodkin
2016-08-05
2
-5
/
+5
*
arc: Rename ARCangel4 board to nSIM
Alexey Brodkin
2016-08-05
3
-4
/
+4
*
arc: No need in sections defined in sources with newer tools
Alexey Brodkin
2016-08-05
5
-64
/
+18
*
arc: Update exception & interrupt handling for ARCv2
Alexey Brodkin
2016-08-05
3
-13
/
+72
*
arc: Add debug messages during relocation fixups
Alexey Brodkin
2016-08-05
1
-0
/
+7
*
arc: make global_data.h usable in assembly files
Alexey Brodkin
2016-07-04
1
-0
/
+2
*
arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HS
Alexey Brodkin
2016-07-04
1
-2
/
+2
*
arc: Update data accessors with use of memory barriers
Alexey Brodkin
2016-06-13
1
-16
/
+79
*
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: Add virt_to_phys() stub
Alexey Brodkin
2016-04-11
1
-0
/
+5
*
arc: get rid of running_on_hw
Alexey Brodkin
2016-04-11
2
-7
/
+0
[prev]
[next]