summaryrefslogtreecommitdiff
path: root/arch/arc/lib
Commit message (Expand)AuthorAgeFilesLines
...
* arc: Don't halt slavesAlexey Brodkin2018-03-211-20/+0
* arc: Get rid of handwritten string routinesAlexey Brodkin2018-03-218-640/+0
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev2018-01-191-0/+12
* ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev2018-01-191-10/+8
* ARC: Cache: Disable IOC by defaultEugeniy Paltsev2018-01-191-1/+4
* ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev2018-01-191-69/+116
* ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev2017-12-111-8/+8
* arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin2017-11-241-0/+7
* arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin2017-11-241-4/+4
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin2017-06-291-6/+23
* arc: arcv1: Disable master/slave checkAlexey Brodkin2017-06-291-0/+4
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-0/+6
* ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin2017-04-111-1/+7
* arcv2: Halt non-master coresAlexey Brodkin2017-03-311-0/+16
* arc: use timer driver for ARC boardsVlad Zakharov2017-03-242-25/+0
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* arc: No need in sections defined in sources with newer toolsAlexey Brodkin2016-08-053-25/+4
* arc: Update exception & interrupt handling for ARCv2Alexey Brodkin2016-08-052-0/+54
* arc: Add debug messages during relocation fixupsAlexey Brodkin2016-08-051-0/+7
* arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin2016-06-131-0/+3
* arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin2016-06-131-5/+2
* arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin2016-04-211-5/+2
* arc: get rid of running_on_hwAlexey Brodkin2016-04-111-6/+0
* arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2016-02-201-8/+51
* arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin2016-02-201-36/+82
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-5/+7
* arc: significant cache reworkAlexey Brodkin2015-07-014-138/+295
* arc: implement slave cores kick-start for Linux kernelAlexey Brodkin2015-07-011-0/+6
* arc: fix separate compilation of start.oAlexey Brodkin2015-04-101-0/+1
* arc: make sure _start is in the beginning of .text sectionAlexey Brodkin2015-04-101-1/+1
* arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2015-04-032-0/+50
* arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin2015-04-031-0/+8
* arc: clean-up init procedureAlexey Brodkin2015-04-035-77/+63
* arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin2015-04-033-144/+152
* arc: merge common start-up code between ARC and ARCv2Alexey Brodkin2015-04-032-0/+242
* arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin2015-04-031-4/+8
* arc: build libgcc in U-BootAlexey Brodkin2015-02-094-0/+521
* arc: select cache settings via menuconfigAlexey Brodkin2015-02-091-0/+1
* arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2015-02-091-3/+3
* arc: memcmp - fix zero-delay loop utilizationIgor Guryanov2015-02-091-0/+2
* arc: move common sources in libraryAlexey Brodkin2015-01-156-0/+406
* arc: relocate - minor refactoring and clean-upAlexey Brodkin2015-01-151-11/+4
* arc: introduce separate section for interrupt vector tableIgor Guryanov2015-01-152-2/+4
* arc: fix relocation for big-endian targetAlexey Brodkin2014-02-211-0/+4
* arc: add library functionsAlexey Brodkin2014-02-0711-0/+846