Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
1a79c27447fbce81982bf0d9895b72c82c287f13
/
arch
/
arc
/
lib
01f45cc
ARC: bootm: Refactor GO and PREP subcommands implementation
by Eugeniy Paltsev
· 7 years ago
6305e2b
ARC: Cache: Refactor arc_ioc_setup()
by Eugeniy Paltsev
· 7 years ago
dddc886
ARC: Cache: Add missing cache cleanup before cache disable
by Eugeniy Paltsev
· 7 years ago
a22fcc4
ARC: Cache: Add more HW configuration checks
by Eugeniy Paltsev
· 7 years ago
67fd56a
ARC: Implement a function to sync and cleanup caches
by Eugeniy Paltsev
· 7 years ago
767675f
ARC: Cache: Fix SLC operations when SLC is bypassed for data
by Eugeniy Paltsev
· 7 years ago
0dec96c
ARC: Cache: Implement [i,d]cache_enabled() as separate functions
by Eugeniy Paltsev
· 7 years ago
04011ab
ARC: Move IOC enabling to compile-time options
by Eugeniy Paltsev
· 7 years ago
0627b3a
ARC: Cache: Move PAE exists check into slc_upper_region_init()
by Eugeniy Paltsev
· 7 years ago
f3de8d6
ARC: Move cache global variables to arch_global_data
by Eugeniy Paltsev
· 7 years ago
6d5147b
ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables
by Eugeniy Paltsev
· 7 years ago
bb8155a
ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()
by Eugeniy Paltsev
· 7 years ago
76caa80
ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef
by Eugeniy Paltsev
· 7 years ago
7fd7e0a
ARC: Cache: Allways check D$ status before entire/line ops
by Eugeniy Paltsev
· 7 years ago
589ac75
ARC: Move BCR encodings to separate header file
by Eugeniy Paltsev
· 7 years ago
d4c5b2a
ARC: Cache: Move IOC initialization to a separate function
by Eugeniy Paltsev
· 7 years ago
bcedf4d
ARC: Flush & invalidate D$ with a single command
by Eugeniy Paltsev
· 7 years ago
e256cb0
ARC: Cache: Add support for FLUSH_N_INV D$ operations
by Eugeniy Paltsev
· 7 years ago
988152c
ARC: Cache: Remove per-line I$ operations as unused
by Eugeniy Paltsev
· 7 years ago
ad8aef3
ARC: Cache: Move I$ entire operation to a separate function
by Eugeniy Paltsev
· 7 years ago
c157ab9
arc: Introduce a possibility to not relocate U-boot
by Alexey Brodkin
· 9 years ago
b273908
arc: Don't halt slaves
by Alexey Brodkin
· 7 years ago
0b2049f
arc: Get rid of handwritten string routines
by Alexey Brodkin
· 7 years ago
91a3159
fdt: Implement weak arch_fixup_fdt()
by Alexey Brodkin
· 7 years ago
346f16d
ARC: Invalidate instruction and data caches early on boot
by Eugeniy Paltsev
· 7 years ago
6e626f0
ARC: Cache: Fix style violations reported by checkpatch
by Eugeniy Paltsev
· 7 years ago
111161e
ARC: Cache: Disable IOC by default
by Eugeniy Paltsev
· 7 years ago
1d0578e
ARC: ARCv2: Cache: Fixed operation without IOC
by Eugeniy Paltsev
· 7 years ago
570d551
ARC: cache: explicitly initialize "*_exists" variables
by Eugeniy Paltsev
· 7 years ago
eba1ee6
arc: cache: Add required NOPs after invalidation of instruction cache
by Alexey Brodkin
· 7 years ago
04e3029
arc: bootm: Move slave cores kick-starting under !fake
by Alexey Brodkin
· 7 years ago
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· 7 years ago
982f6bf
arcv2: Set IOC aperture so it covers available DDR
by Alexey Brodkin
· 7 years ago
d52ba0a
arc: arcv1: Disable master/slave check
by Alexey Brodkin
· 8 years ago
d35f338
board_f: Rename initdram() to dram_init()
by Simon Glass
· 8 years ago
7ebca7e
ARCv2: SLC: Make sure busy bit is set properly on SLC flushing
by Alexey Brodkin
· 8 years ago
5b9c8a0
arcv2: Halt non-master cores
by Alexey Brodkin
· 8 years ago
a465df7
arc: use timer driver for ARC boards
by Vlad Zakharov
· 8 years ago
f6aa39e
libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY
by Masahiro Yamada
· 8 years ago
2f78eec
arc: No need in sections defined in sources with newer tools
by Alexey Brodkin
· 8 years ago
e20c289
arc: Update exception & interrupt handling for ARCv2
by Alexey Brodkin
· 8 years ago
0347812
arc: Add debug messages during relocation fixups
by Alexey Brodkin
· 8 years ago
5accfc9
arc/cache: Flush & invalidate all caches right before enabling IOC
by Alexey Brodkin
· 8 years ago
e344c1f
arc/cache: really do invalidate_dcache_all() even if IOC exists
by Alexey Brodkin
· 8 years ago
5f54169
arc/cache: really do flush_dcache_all() even if IOC exists
by Alexey Brodkin
· 9 years ago
98a5208
arc: get rid of running_on_hw
by Alexey Brodkin
· 9 years ago
4764d26
arc: cache - utilize IO coherency (AKA IOC) engine
by Alexey Brodkin
· 9 years ago
dff5df2
arc: cache - accommodate different L1 cache line lengths
by Alexey Brodkin
· 9 years ago
6cb4c46
Fix board init code to respect the C runtime environment
by Albert ARIBAUD
· 9 years ago
9f916ee
arc: significant cache rework
by Alexey Brodkin
· 10 years ago
cf9cafd
arc: implement slave cores kick-start for Linux kernel
by Alexey Brodkin
· 10 years ago
0acda9b
arc: fix separate compilation of start.o
by Alexey Brodkin
· 10 years ago
71f8e54
arc: make sure _start is in the beginning of .text section
by Alexey Brodkin
· 10 years ago
275583e
arc: add support for SLC (System Level Cache, AKA L2-cache)
by Alexey Brodkin
· 10 years ago
7f188f2
arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA
by Alexey Brodkin
· 10 years ago
913e9f0
arc: clean-up init procedure
by Alexey Brodkin
· 10 years ago
23d1b35
arc: move low-level interrupt and exception handlers in a separate file
by Alexey Brodkin
· 10 years ago
7a5f30d
arc: merge common start-up code between ARC and ARCv2
by Alexey Brodkin
· 10 years ago
35221a6
arc: cache - build invalidate_icache_all() and invalidate_dcache_all() always
by Alexey Brodkin
· 10 years ago
93206d2
arc: build libgcc in U-Boot
by Alexey Brodkin
· 10 years ago
6b95cca
arc: select cache settings via menuconfig
by Alexey Brodkin
· 10 years ago
6da8cfc
arc: define and use PTAG AUX regs for MMUv3 only
by Alexey Brodkin
· 10 years ago
4b98811
arc: memcmp - fix zero-delay loop utilization
by Igor Guryanov
· 10 years ago
722a1ec
arc: move common sources in library
by Alexey Brodkin
· 10 years ago
b4ee139
arc: relocate - minor refactoring and clean-up
by Alexey Brodkin
· 10 years ago
4fec6aa
arc: introduce separate section for interrupt vector table
by Igor Guryanov
· 10 years ago
79f2e2e
arc: fix relocation for big-endian target
by Alexey Brodkin
· 11 years ago
b628c01
arc: add library functions
by Alexey Brodkin
· 11 years ago