summaryrefslogtreecommitdiff
path: root/arch/arc/lib
AgeCommit message (Expand)Author
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev
2018-03-21ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev
2018-03-21ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev
2018-03-21ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev
2018-03-21ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev
2018-03-21ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev
2018-03-21ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev
2018-03-21ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin
2018-03-21arc: Don't halt slavesAlexey Brodkin
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin
2018-01-19ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev
2018-01-19ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev
2018-01-19ARC: Cache: Disable IOC by defaultEugeniy Paltsev
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev
2017-12-11ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev
2017-11-24arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin
2017-11-24arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-29arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin
2017-06-29arc: arcv1: Disable master/slave checkAlexey Brodkin
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass
2017-04-11ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin
2017-03-31arcv2: Halt non-master coresAlexey Brodkin
2017-03-24arc: use timer driver for ARC boardsVlad Zakharov
2016-12-02libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin
2016-08-05arc: Update exception & interrupt handling for ARCv2Alexey Brodkin
2016-08-05arc: Add debug messages during relocation fixupsAlexey Brodkin
2016-06-13arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin
2016-06-13arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin
2016-04-21arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin
2016-04-11arc: get rid of running_on_hwAlexey Brodkin
2016-02-20arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin
2016-02-20arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-07-01arc: significant cache reworkAlexey Brodkin
2015-07-01arc: implement slave cores kick-start for Linux kernelAlexey Brodkin
2015-04-10arc: fix separate compilation of start.oAlexey Brodkin