summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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