summaryrefslogtreecommitdiff
path: root/arch/arc/lib
AgeCommit message (Expand)Author
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
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin
2015-04-03arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin
2015-04-03arc: clean-up init procedureAlexey Brodkin
2015-04-03arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin
2015-04-03arc: merge common start-up code between ARC and ARCv2Alexey Brodkin
2015-04-03arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin
2015-02-09arc: build libgcc in U-BootAlexey Brodkin
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin
2015-02-09arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin
2015-02-09arc: memcmp - fix zero-delay loop utilizationIgor Guryanov
2015-01-15arc: move common sources in libraryAlexey Brodkin
2015-01-15arc: relocate - minor refactoring and clean-upAlexey Brodkin
2015-01-15arc: introduce separate section for interrupt vector tableIgor Guryanov
2014-02-21arc: fix relocation for big-endian targetAlexey Brodkin
2014-02-07arc: add library functionsAlexey Brodkin