summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* ARC: CACHE: add support for SL$ disableEugeniy Paltsev2020-04-162-7/+114
* kconfig / kbuild: Re-sync with Linux 4.19Tom Rini2020-04-101-2/+2
* ARC: IO: add MB for __raw_* memory accessorsEugeniy Paltsev2020-03-311-23/+35
* ARC: IO: add compiler barriers to IO accessorsEugeniy Paltsev2020-03-311-11/+19
* ARC: IO: add volatile to accessorsEugeniy Paltsev2020-03-311-9/+15
* dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada2020-02-201-0/+1
* ARC: Switch to generic accessorsAlexey Brodkin2020-02-121-129/+75
* ARC: rework setting of ARC CPU specific compiler optionsEugeniy Paltsev2020-02-121-20/+0
* ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin2020-02-122-2/+26
* ARC: nSIM: switch from ARC UART to DW UARTAlexey Brodkin2020-02-121-5/+7
* common: Move reset_cpu() to the CPU headerSimon Glass2020-01-171-0/+1
* common: Move enable/disable_interrupts out of common.hSimon Glass2019-12-021-0/+1
* common: Move interrupt functions into a new headerSimon Glass2019-12-021-0/+1
* common: Move some cache and MMU functions out of common.hSimon Glass2019-12-021-0/+1
* Move strtomhz() to vsprintf.hSimon Glass2019-12-021-0/+1
* arc: emsdp/iotdk: Switch to DM_MMCAlexey Brodkin2019-11-012-0/+45
* NET: DW: fix regression for ARC boardsEugeniy Paltsev2019-10-072-2/+2
* arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin2019-09-031-0/+75
* CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2019-05-182-2/+16
* CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner2019-05-181-2/+6
* ARC: [plat-axs10x]: migrate to DM_MMCEugeniy Paltsev2019-04-181-0/+28
* ARC: [plat-hsdk]: migrate to DM_MMCEugeniy Paltsev2019-04-181-0/+26
* dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2019-04-122-2/+2
* ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGNAlexey Brodkin2019-01-251-0/+3
* ARC: Fix iteration in arc_xx_version()Alexey Brodkin2019-01-251-2/+2
* Kconfig: Migrate BOUNCE_BUFFERPhilipp Tomsich2019-01-191-0/+2
* ARC: Improve identification of ARC coresAlexey Brodkin2018-12-032-21/+204
* emdk->emsdp: Rename boardAlexey Brodkin2018-11-013-5/+5
* ARC: Don't use COMMON section for global not-initialized variablesAlexey Brodkin2018-10-151-1/+1
* ARC: make generic print_cpuinfo() weakAlexey Brodkin2018-10-121-1/+1
* arc: Add support for IoT development kitAlexey Brodkin2018-10-053-0/+51
* ARC: Implement print_cpuinfo()Alexey Brodkin2018-10-051-1/+34
* ARC: Add model property to boards .dtsAlexey Brodkin2018-10-056-0/+12
* ARC: Don't pre-define CROSS_COMPILEAlexey Brodkin2018-10-051-6/+0
* arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada2018-09-101-34/+2
* ARC: HSDK: Fix timer frequency valueEugeniy Paltsev2018-09-051-1/+1
* ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin2018-07-312-0/+12
* AXS10x: add spi flash supportEugeniy Paltsev2018-07-311-0/+34
* GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev2018-07-311-1/+6
* Kconfig: Sort bool, default, select and imply optionsMichal Simek2018-07-301-5/+5
* .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada2018-06-181-1/+0
* ARC: Add support for EM Development Kit boardAlexey Brodkin2018-05-313-0/+39
* ARC: Use elf32-bigarc in case of -EBAlexey Brodkin2018-05-311-1/+1
* ARC: Reset: Implement weak reset_cpu()Alexey Brodkin2018-05-311-5/+9
* ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin2018-05-311-1/+1
* ARC: Move .ivt section to the very beginning of the imageAlexey Brodkin2018-05-311-7/+8
* ARC: Improve relocation fix-upsAlexey Brodkin2018-05-311-22/+54
* ARC: Make sure .ivt section is not purged by garbage collectorAlexey Brodkin2018-05-311-1/+1
* ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin2018-05-311-4/+8
* ARC: init debug uart in early common arc codeEugeniy Paltsev2018-05-241-0/+5