summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
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
2018-04-02ARC: HSDK: Enable SPI flash supportEugeniy Paltsev
2018-04-02ARC: HSDK: Add platform-specific commandsEugeniy Paltsev
2018-04-02ARC: AXS10x: DTS: Remove unused interrupt propertiesEugeniy Paltsev
2018-03-23ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev
2018-03-21ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev
2018-03-21ARC: Move cache global variables to arch_global_dataEugeniy Paltsev
2018-03-21ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev
2018-03-21ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev
2018-03-21ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev