summaryrefslogtreecommitdiffstats
path: root/arch/arc/include
Commit message (Expand)AuthorAgeFilesLines
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-34/+2
* ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin2018-07-311-0/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0715-30/+15
* ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev2018-03-211-0/+1
* ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev2018-03-211-0/+5
* ARC: Move cache global variables to arch_global_dataEugeniy Paltsev2018-03-211-0/+6
* ARC: Move BCR encodings to separate header fileEugeniy Paltsev2018-03-211-0/+77
* ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev2018-03-211-0/+1
* ARC: Introduce is_isa_X() functionsEugeniy Paltsev2018-03-211-0/+11
* arc: Fine-tune implementation of memory barriersAlexey Brodkin2018-03-211-4/+4
* arc: Get rid of handwritten string routinesAlexey Brodkin2018-03-211-26/+0
* ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev2018-01-191-0/+7
* ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev2017-12-111-0/+6
* ARC: add macro to get CPU idEugeniy Paltsev2017-12-111-0/+3
* ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev2017-12-101-0/+1
* arc: Use asm-generic/io.hPaul Burton2017-10-021-28/+1
* arc: Make u-boot-arc.h a private headerSimon Glass2017-06-051-0/+1
* board_f: Make relocation functions genericSimon Glass2017-04-051-16/+0
* board_f: Make init_helpers genericSimon Glass2017-04-051-12/+0
* drivers: timer: Introduce ARC timer driverVlad Zakharov2017-03-241-0/+4
* Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass2017-01-251-1/+0
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* arc: No need in sections defined in sources with newer toolsAlexey Brodkin2016-08-051-2/+0
* arc: make global_data.h usable in assembly filesAlexey Brodkin2016-07-041-0/+2
* arc: Update data accessors with use of memory barriersAlexey Brodkin2016-06-131-16/+79
* arc: Add virt_to_phys() stubAlexey Brodkin2016-04-111-0/+5
* arc: get rid of running_on_hwAlexey Brodkin2016-04-111-1/+0
* arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2016-02-201-0/+7
* arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin2016-02-201-7/+7
* arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin2015-11-181-0/+12
* arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin2015-11-181-0/+24
* arc: Use the generic bitops headersFabio Estevam2015-11-051-0/+5
* arc: significant cache reworkAlexey Brodkin2015-07-012-7/+5
* arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2015-04-032-0/+15
* arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin2015-04-031-1/+0
* arc: clean-up init procedureAlexey Brodkin2015-04-033-0/+31
* generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-281-1/+0
* use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang2015-03-051-0/+12
* arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin2015-02-131-1/+5
* arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin2015-02-091-0/+1
* arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey Brodkin2015-02-091-0/+1
* arc: select cache settings via menuconfigAlexey Brodkin2015-02-091-8/+5
* arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2015-02-091-2/+2
* arc: add more flavours of ARC700 series CPUAlexey Brodkin2015-02-092-0/+8
* arc: relocate - minor refactoring and clean-upAlexey Brodkin2015-01-151-0/+1
* arc: introduce separate section for interrupt vector tableIgor Guryanov2015-01-151-0/+2
* arc: check caches existence before useIgor Guryanov2015-01-151-0/+2
* arc: Fix printf size_t format related warnings (again...)Vasili Galka2014-08-261-0/+4
* ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGHAlexey Brodkin2014-06-031-0/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-0/+2