aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/lib
AgeCommit message (Expand)AuthorFilesLines
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev1-12/+19
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin2-1/+13
2018-03-21arc: Don't halt slavesAlexey Brodkin1-20/+0
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin8-640/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-01-19ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev1-0/+12
2018-01-19ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev1-10/+8
2018-01-19ARC: Cache: Disable IOC by defaultEugeniy Paltsev1-1/+4
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev1-69/+116
2017-12-11ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev1-8/+8
2017-11-24arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin1-0/+7
2017-11-24arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin1-4/+4
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-06-29arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin1-6/+23
2017-06-29arc: arcv1: Disable master/slave checkAlexey Brodkin1-0/+4
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-0/+6
2017-04-11ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin1-1/+7
2017-03-31arcv2: Halt non-master coresAlexey Brodkin1-0/+16
2017-03-24arc: use timer driver for ARC boardsVlad Zakharov2-25/+0
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin3-25/+4
2016-08-05arc: Update exception & interrupt handling for ARCv2Alexey Brodkin2-0/+54
2016-08-05arc: Add debug messages during relocation fixupsAlexey Brodkin1-0/+7
2016-06-13arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin1-0/+3
2016-06-13arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin1-5/+2
2016-04-21arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin1-5/+2
2016-04-11arc: get rid of running_on_hwAlexey Brodkin1-6/+0
2016-02-20arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin1-8/+51
2016-02-20arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin1-36/+82
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD1-5/+7
2015-07-01arc: significant cache reworkAlexey Brodkin4-138/+295
2015-07-01arc: implement slave cores kick-start for Linux kernelAlexey Brodkin1-0/+6
2015-04-10arc: fix separate compilation of start.oAlexey Brodkin1-0/+1
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin1-1/+1
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2-0/+50
2015-04-03arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin1-0/+8
2015-04-03arc: clean-up init procedureAlexey Brodkin5-77/+63
2015-04-03arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin3-144/+152
2015-04-03arc: merge common start-up code between ARC and ARCv2Alexey Brodkin2-0/+242
2015-04-03arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin1-4/+8
2015-02-09arc: build libgcc in U-BootAlexey Brodkin4-0/+521
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin1-0/+1
2015-02-09arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin1-3/+3
2015-02-09arc: memcmp - fix zero-delay loop utilizationIgor Guryanov1-0/+2
2015-01-15arc: move common sources in libraryAlexey Brodkin6-0/+406
2015-01-15arc: relocate - minor refactoring and clean-upAlexey Brodkin1-11/+4
2015-01-15arc: introduce separate section for interrupt vector tableIgor Guryanov2-2/+4
2014-02-21arc: fix relocation for big-endian targetAlexey Brodkin1-0/+4
2014-02-07arc: add library functionsAlexey Brodkin11-0/+846