aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/lib
AgeCommit message (Expand)Author
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-04-27ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-09-03arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-01-25ARC: Fix iteration in arc_xx_version()Alexey Brodkin
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin
2018-10-05ARC: Implement print_cpuinfo()Alexey Brodkin
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-17ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.cEugeniy Paltsev
2018-03-23ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev
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