summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2020-03-31ARC: IO: add MB for __raw_* memory accessorsEugeniy Paltsev
2020-03-31ARC: IO: add compiler barriers to IO accessorsEugeniy Paltsev
2020-03-31ARC: IO: add volatile to accessorsEugeniy Paltsev
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada
2020-02-12ARC: Switch to generic accessorsAlexey Brodkin
2020-02-12ARC: rework setting of ARC CPU specific compiler optionsEugeniy Paltsev
2020-02-12ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin
2020-02-12ARC: nSIM: switch from ARC UART to DW UARTAlexey Brodkin
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-11-01arc: emsdp/iotdk: Switch to DM_MMCAlexey Brodkin
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev
2019-09-03arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-05-18CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner
2019-04-18ARC: [plat-axs10x]: migrate to DM_MMCEugeniy Paltsev
2019-04-18ARC: [plat-hsdk]: migrate to DM_MMCEugeniy Paltsev
2019-04-12dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong
2019-01-25ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGNAlexey Brodkin
2019-01-25ARC: Fix iteration in arc_xx_version()Alexey Brodkin
2019-01-19Kconfig: Migrate BOUNCE_BUFFERPhilipp Tomsich
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin
2018-11-01emdk->emsdp: Rename boardAlexey Brodkin
2018-10-15ARC: Don't use COMMON section for global not-initialized variablesAlexey Brodkin
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin
2018-10-05arc: Add support for IoT development kitAlexey Brodkin
2018-10-05ARC: Implement print_cpuinfo()Alexey Brodkin
2018-10-05ARC: Add model property to boards .dtsAlexey Brodkin
2018-10-05ARC: Don't pre-define CROSS_COMPILEAlexey Brodkin
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada
2018-09-05ARC: HSDK: Fix timer frequency valueEugeniy Paltsev
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin
2018-07-31AXS10x: add spi flash supportEugeniy Paltsev
2018-07-31GPIO: CREG: improve flexibility of hsdk-creg-gpio driverEugeniy Paltsev
2018-07-30Kconfig: Sort bool, default, select and imply optionsMichal Simek
2018-06-18.gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignoreMasahiro Yamada
2018-05-31ARC: Add support for EM Development Kit boardAlexey Brodkin
2018-05-31ARC: Use elf32-bigarc in case of -EBAlexey Brodkin
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin
2018-05-31ARC: Move .ivt section to the very beginning of the imageAlexey Brodkin
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin
2018-05-31ARC: Make sure .ivt section is not purged by garbage collectorAlexey Brodkin
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-04-17ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.cEugeniy Paltsev