Age | Commit message (Expand) | Author |
2019-10-07 | NET: DW: fix regression for ARC boards | Eugeniy Paltsev |
2019-09-03 | arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit division | Alexey Brodkin |
2019-05-18 | CONFIG_SPL_SYS_[DI]CACHE_OFF: add | Trevor Woerner |
2019-05-18 | CONFIG_SYS_[DI]CACHE_OFF: convert to Kconfig | Trevor Woerner |
2019-04-18 | ARC: [plat-axs10x]: migrate to DM_MMC | Eugeniy Paltsev |
2019-04-18 | ARC: [plat-hsdk]: migrate to DM_MMC | Eugeniy Paltsev |
2019-04-12 | dts: switch spi-flash to jedec, spi-nor compatible | Neil Armstrong |
2019-01-25 | ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGN | Alexey Brodkin |
2019-01-25 | ARC: Fix iteration in arc_xx_version() | Alexey Brodkin |
2019-01-19 | Kconfig: Migrate BOUNCE_BUFFER | Philipp Tomsich |
2018-12-03 | ARC: Improve identification of ARC cores | Alexey Brodkin |
2018-11-01 | emdk->emsdp: Rename board | Alexey Brodkin |
2018-10-15 | ARC: Don't use COMMON section for global not-initialized variables | Alexey Brodkin |
2018-10-12 | ARC: make generic print_cpuinfo() weak | Alexey Brodkin |
2018-10-05 | arc: Add support for IoT development kit | Alexey Brodkin |
2018-10-05 | ARC: Implement print_cpuinfo() | Alexey Brodkin |
2018-10-05 | ARC: Add model property to boards .dts | Alexey Brodkin |
2018-10-05 | ARC: Don't pre-define CROSS_COMPILE | Alexey Brodkin |
2018-09-10 | arch: types.h: factor out fixed width typedefs to int-ll64.h | Masahiro Yamada |
2018-09-05 | ARC: HSDK: Fix timer frequency value | Eugeniy Paltsev |
2018-07-31 | ARC: Enable unaligned access in hardware if compiler uses it | Alexey Brodkin |
2018-07-31 | AXS10x: add spi flash support | Eugeniy Paltsev |
2018-07-31 | GPIO: CREG: improve flexibility of hsdk-creg-gpio driver | Eugeniy Paltsev |
2018-07-30 | Kconfig: Sort bool, default, select and imply options | Michal Simek |
2018-06-18 | .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore | Masahiro Yamada |
2018-05-31 | ARC: Add support for EM Development Kit board | Alexey Brodkin |
2018-05-31 | ARC: Use elf32-bigarc in case of -EB | Alexey Brodkin |
2018-05-31 | ARC: Reset: Implement weak reset_cpu() | Alexey Brodkin |
2018-05-31 | ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM | Alexey Brodkin |
2018-05-31 | ARC: Move .ivt section to the very beginning of the image | Alexey Brodkin |
2018-05-31 | ARC: Improve relocation fix-ups | Alexey Brodkin |
2018-05-31 | ARC: Make sure .ivt section is not purged by garbage collector | Alexey Brodkin |
2018-05-31 | ARC: Cache: Don't compare I$ and D$ line lengths | Alexey Brodkin |
2018-05-24 | ARC: init debug uart in early common arc code | Eugeniy Paltsev |
2018-05-07 | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini |
2018-04-17 | ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c | Eugeniy Paltsev |
2018-04-02 | ARC: HSDK: Enable SPI flash support | Eugeniy Paltsev |
2018-04-02 | ARC: HSDK: Add platform-specific commands | Eugeniy Paltsev |
2018-04-02 | ARC: AXS10x: DTS: Remove unused interrupt properties | Eugeniy Paltsev |
2018-03-23 | ARC: bootm: Refactor GO and PREP subcommands implementation | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Refactor arc_ioc_setup() | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Add missing cache cleanup before cache disable | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Add more HW configuration checks | Eugeniy Paltsev |
2018-03-21 | ARC: Implement a function to sync and cleanup caches | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Fix SLC operations when SLC is bypassed for data | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Implement [i,d]cache_enabled() as separate functions | Eugeniy Paltsev |
2018-03-21 | ARC: Move IOC enabling to compile-time options | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Move PAE exists check into slc_upper_region_init() | Eugeniy Paltsev |
2018-03-21 | ARC: Move cache global variables to arch_global_data | Eugeniy Paltsev |
2018-03-21 | ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables | Eugeniy Paltsev |