summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0744-94/+44
* ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.cEugeniy Paltsev2018-04-171-2/+0
* ARC: HSDK: Enable SPI flash supportEugeniy Paltsev2018-04-021-0/+26
* ARC: HSDK: Add platform-specific commandsEugeniy Paltsev2018-04-021-0/+30
* ARC: AXS10x: DTS: Remove unused interrupt propertiesEugeniy Paltsev2018-04-021-5/+0
* ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev2018-03-231-22/+29
* ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev2018-03-211-6/+6
* ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev2018-03-211-14/+39
* ARC: Cache: Add more HW configuration checksEugeniy Paltsev2018-03-211-0/+75
* ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev2018-03-214-5/+29
* ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev2018-03-211-11/+28
* ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev2018-03-211-17/+21
* ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev2018-03-213-20/+52
* ARC: Cache: Move PAE exists check into slc_upper_region_init()Eugeniy Paltsev2018-03-211-6/+9
* ARC: Move cache global variables to arch_global_dataEugeniy Paltsev2018-03-212-10/+15
* ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variablesEugeniy Paltsev2018-03-211-24/+43
* ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op()Eugeniy Paltsev2018-03-211-5/+11
* ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdefEugeniy Paltsev2018-03-211-30/+29
* ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev2018-03-211-5/+6
* ARC: Move BCR encodings to separate header fileEugeniy Paltsev2018-03-212-59/+85
* ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev2018-03-211-26/+30
* ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev2018-03-212-5/+85
* ARC: Introduce is_isa_X() functionsEugeniy Paltsev2018-03-211-0/+11