summaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)Author
2019-01-25ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGNAlexey Brodkin
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev
2018-03-21ARC: Introduce is_isa_X() functionsEugeniy Paltsev
2018-03-21arc: Fine-tune implementation of memory barriersAlexey Brodkin
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev
2017-12-11ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev
2017-12-11ARC: add macro to get CPU idEugeniy Paltsev
2017-12-10ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev
2017-10-02arc: Use asm-generic/io.hPaul Burton
2017-06-05arc: Make u-boot-arc.h a private headerSimon Glass
2017-04-05board_f: Make relocation functions genericSimon Glass
2017-04-05board_f: Make init_helpers genericSimon Glass
2017-03-24drivers: timer: Introduce ARC timer driverVlad Zakharov
2017-01-25Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin
2016-07-04arc: make global_data.h usable in assembly filesAlexey Brodkin
2016-06-13arc: Update data accessors with use of memory barriersAlexey Brodkin
2016-04-11arc: Add virt_to_phys() stubAlexey 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
2015-11-18arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin
2015-11-18arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin
2015-11-05arc: Use the generic bitops headersFabio Estevam
2015-07-01arc: significant cache reworkAlexey 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-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada
2015-03-05use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang
2015-02-13arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin
2015-02-09arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin
2015-02-09arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey 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: add more flavours of ARC700 series CPUAlexey Brodkin
2015-01-15arc: relocate - minor refactoring and clean-upAlexey Brodkin
2015-01-15arc: introduce separate section for interrupt vector tableIgor Guryanov
2015-01-15arc: check caches existence before useIgor Guryanov
2014-08-26arc: Fix printf size_t format related warnings (again...)Vasili Galka