aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/include
AgeCommit message (Expand)AuthorFilesLines
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev1-0/+7
2017-12-11ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev1-0/+6
2017-12-11ARC: add macro to get CPU idEugeniy Paltsev1-0/+3
2017-12-10ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev1-0/+1
2017-10-02arc: Use asm-generic/io.hPaul Burton1-28/+1
2017-06-05arc: Make u-boot-arc.h a private headerSimon Glass1-0/+1
2017-04-05board_f: Make relocation functions genericSimon Glass1-16/+0
2017-04-05board_f: Make init_helpers genericSimon Glass1-12/+0
2017-03-24drivers: timer: Introduce ARC timer driverVlad Zakharov1-0/+4
2017-01-25Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass1-1/+0
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin1-2/+0
2016-07-04arc: make global_data.h usable in assembly filesAlexey Brodkin1-0/+2
2016-06-13arc: Update data accessors with use of memory barriersAlexey Brodkin1-16/+79
2016-04-11arc: Add virt_to_phys() stubAlexey Brodkin1-0/+5
2016-04-11arc: get rid of running_on_hwAlexey Brodkin1-1/+0
2016-02-20arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin1-0/+7
2016-02-20arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin1-7/+7
2015-11-18arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin1-0/+12
2015-11-18arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin1-0/+24
2015-11-05arc: Use the generic bitops headersFabio Estevam1-0/+5
2015-07-01arc: significant cache reworkAlexey Brodkin2-7/+5
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2-0/+15
2015-04-03arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin1-1/+0
2015-04-03arc: clean-up init procedureAlexey Brodkin3-0/+31
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2015-03-05use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang1-0/+12
2015-02-13arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin1-1/+5
2015-02-09arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin1-0/+1
2015-02-09arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey Brodkin1-0/+1
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin1-8/+5
2015-02-09arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin1-2/+2
2015-02-09arc: add more flavours of ARC700 series CPUAlexey Brodkin2-0/+8
2015-01-15arc: relocate - minor refactoring and clean-upAlexey Brodkin1-0/+1
2015-01-15arc: introduce separate section for interrupt vector tableIgor Guryanov1-0/+2
2015-01-15arc: check caches existence before useIgor Guryanov1-0/+2
2014-08-26arc: Fix printf size_t format related warnings (again...)Vasili Galka1-0/+4
2014-06-03ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGHAlexey Brodkin1-0/+1
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-0/+2
2014-02-20arc: remove "hardware.h"Alexey Brodkin1-10/+0
2014-02-07arc: add architecture header filesAlexey Brodkin17-0/+593