index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arc
/
lib
Age
Commit message (
Expand
)
Author
2020-05-18
common: Drop linux/bitops.h from common header
Simon Glass
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
command: Remove the cmd_tbl_t typedef
Simon Glass
2020-05-18
common: Drop init.h from common header
Simon Glass
2020-05-18
common: Drop image.h from common header
Simon Glass
2020-05-18
common: Drop bootstage.h from common header
Simon Glass
2020-04-27
ARC: ARCv2: handle DSP presence in HW
Eugeniy Paltsev
2020-04-16
ARC: CACHE: mark IOC helper functions as inlined_cachefunc
Eugeniy Paltsev
2020-04-16
ARC: CACHE: add support for SL$ disable
Eugeniy Paltsev
2020-01-17
common: Move reset_cpu() to the CPU header
Simon Glass
2019-12-02
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
common: Move some cache and MMU functions out of common.h
Simon Glass
2019-12-02
Move strtomhz() to vsprintf.h
Simon Glass
2019-09-03
arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division
Alexey Brodkin
2019-05-18
CONFIG_SPL_SYS_[DI]CACHE_OFF: add
Trevor Woerner
2019-01-25
ARC: Fix iteration in arc_xx_version()
Alexey Brodkin
2018-12-03
ARC: Improve identification of ARC cores
Alexey Brodkin
2018-10-12
ARC: make generic print_cpuinfo() weak
Alexey Brodkin
2018-10-05
ARC: Implement print_cpuinfo()
Alexey Brodkin
2018-07-31
ARC: Enable unaligned access in hardware if compiler uses it
Alexey Brodkin
2018-05-31
ARC: Reset: Implement weak reset_cpu()
Alexey Brodkin
2018-05-31
ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM
Alexey Brodkin
2018-05-31
ARC: Improve relocation fix-ups
Alexey Brodkin
2018-05-31
ARC: Cache: Don't compare I$ and D$ line lengths
Alexey Brodkin
2018-05-24
ARC: init debug uart in early common arc code
Eugeniy Paltsev
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-17
ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c
Eugeniy Paltsev
2018-03-23
ARC: bootm: Refactor GO and PREP subcommands implementation
Eugeniy Paltsev
2018-03-21
ARC: Cache: Refactor arc_ioc_setup()
Eugeniy Paltsev
2018-03-21
ARC: Cache: Add missing cache cleanup before cache disable
Eugeniy Paltsev
2018-03-21
ARC: Cache: Add more HW configuration checks
Eugeniy Paltsev
2018-03-21
ARC: Implement a function to sync and cleanup caches
Eugeniy Paltsev
2018-03-21
ARC: Cache: Fix SLC operations when SLC is bypassed for data
Eugeniy Paltsev
2018-03-21
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
Eugeniy Paltsev
2018-03-21
ARC: Move IOC enabling to compile-time options
Eugeniy Paltsev
2018-03-21
ARC: Cache: Move PAE exists check into slc_upper_region_init()
Eugeniy Paltsev
2018-03-21
ARC: Move cache global variables to arch_global_data
Eugeniy Paltsev
2018-03-21
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
Eugeniy Paltsev
2018-03-21
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
Eugeniy Paltsev
2018-03-21
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
Eugeniy Paltsev
2018-03-21
ARC: Cache: Allways check D$ status before entire/line ops
Eugeniy Paltsev
2018-03-21
ARC: Move BCR encodings to separate header file
Eugeniy Paltsev
2018-03-21
ARC: Cache: Move IOC initialization to a separate function
Eugeniy Paltsev
2018-03-21
ARC: Flush & invalidate D$ with a single command
Eugeniy Paltsev
2018-03-21
ARC: Cache: Add support for FLUSH_N_INV D$ operations
Eugeniy Paltsev
2018-03-21
ARC: Cache: Remove per-line I$ operations as unused
Eugeniy Paltsev
2018-03-21
ARC: Cache: Move I$ entire operation to a separate function
Eugeniy Paltsev
2018-03-21
arc: Introduce a possibility to not relocate U-boot
Alexey Brodkin
2018-03-21
arc: Don't halt slaves
Alexey Brodkin
[next]