summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
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
2018-03-21ARC: Cache: Allways check D$ status before entire/line opsEugeniy Paltsev
2018-03-21ARC: Move BCR encodings to separate header fileEugeniy Paltsev
2018-03-21ARC: Cache: Move IOC initialization to a separate functionEugeniy Paltsev
2018-03-21ARC: Flush & invalidate D$ with a single commandEugeniy Paltsev
2018-03-21ARC: Introduce is_isa_X() functionsEugeniy Paltsev
2018-03-21ARC: Cache: Add support for FLUSH_N_INV D$ operationsEugeniy Paltsev
2018-03-21ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev
2018-03-21arc: Fine-tune implementation of memory barriersAlexey Brodkin
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin
2018-03-21arc: Eliminate unused code and data with GCC's garbage collectorAlexey Brodkin
2018-03-21arc: Don't halt slavesAlexey Brodkin
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin
2018-02-15arc: Fix final linkage with Elf32 toolsAlexey Brodkin
2018-01-19ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev
2018-01-19ARC: HSDK: DTS: Add cgu-clk nodeEugeniy Paltsev
2018-01-19ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev
2018-01-19ARC: Cache: Disable IOC by defaultEugeniy Paltsev
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev
2017-12-11ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev
2017-12-11ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev
2017-12-11ARC: add macro to get CPU idEugeniy Paltsev
2017-12-10ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev
2017-11-24arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin
2017-11-24arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin
2017-10-02arc: Use asm-generic/io.hPaul Burton
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass
2017-06-29arc: Add support for HS Development Kit boardAlexey Brodkin
2017-06-29arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin
2017-06-29arc: arcv1: Disable master/slave checkAlexey Brodkin