Commit Graph

152 Commits (2a2096ea6001cc65fa91e2bc622da48c8eb26a06)

Author SHA1 Message Date
Masahiro Yamada 28b538b69d .gitignore: move *.dtb and *.dtb.S patterns to the top-level .gitignore 7 years ago
Alexey Brodkin 2c3f9261c8 ARC: Add support for EM Development Kit board 7 years ago
Alexey Brodkin 7af51f12bc ARC: Use elf32-bigarc in case of -EB 7 years ago
Alexey Brodkin eb5c853938 ARC: Reset: Implement weak reset_cpu() 7 years ago
Alexey Brodkin 8f187142e5 ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASM 7 years ago
Alexey Brodkin ef2cd492ad ARC: Move .ivt section to the very beginning of the image 7 years ago
Alexey Brodkin ce3071287e ARC: Improve relocation fix-ups 7 years ago
Alexey Brodkin 7530bb2175 ARC: Make sure .ivt section is not purged by garbage collector 7 years ago
Alexey Brodkin d0a5023a35 ARC: Cache: Don't compare I$ and D$ line lengths 7 years ago
Eugeniy Paltsev 429fa25e17 ARC: init debug uart in early common arc code 7 years ago
Tom Rini 83d290c56f SPDX: Convert all of our single license tags to Linux Kernel style 7 years ago
Eugeniy Paltsev 474e9312a8 ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.c 7 years ago
Eugeniy Paltsev f770b3ee18 ARC: HSDK: Enable SPI flash support 7 years ago
Eugeniy Paltsev ada8affdfe ARC: HSDK: Add platform-specific commands 7 years ago
Eugeniy Paltsev bdc9f02fab ARC: AXS10x: DTS: Remove unused interrupt properties 7 years ago
Eugeniy Paltsev f665c14f04 ARC: bootm: Refactor GO and PREP subcommands implementation 7 years ago
Eugeniy Paltsev 6b85b26e4b ARC: Cache: Refactor arc_ioc_setup() 7 years ago
Eugeniy Paltsev 9f0253c61a ARC: Cache: Add missing cache cleanup before cache disable 7 years ago
Eugeniy Paltsev 7241944a5b ARC: Cache: Add more HW configuration checks 7 years ago
Eugeniy Paltsev 375945bac2 ARC: Implement a function to sync and cleanup caches 7 years ago
Eugeniy Paltsev 95336738f1 ARC: Cache: Fix SLC operations when SLC is bypassed for data 7 years ago
Eugeniy Paltsev c75eeb0bcb ARC: Cache: Implement [i,d]cache_enabled() as separate functions 7 years ago
Eugeniy Paltsev 48b04832d8 ARC: Move IOC enabling to compile-time options 7 years ago
Eugeniy Paltsev 246ba284ec ARC: Cache: Move PAE exists check into slc_upper_region_init() 7 years ago
Eugeniy Paltsev bf8974eda4 ARC: Move cache global variables to arch_global_data 7 years ago
Eugeniy Paltsev 7579087320 ARC: Cache: Get rid of [slc,pae,icache,dcache]_exists global variables 7 years ago
Eugeniy Paltsev ea9f6f1e87 ARC: Cache: Move SLC status check into slc_entire_op() and slc_rgn_op() 7 years ago
Eugeniy Paltsev 05c6a26a04 ARC: Cache: Use is_isa_arcv2() instead of CONFIG_ISA_ARCV2 ifdef 7 years ago
Eugeniy Paltsev c877a8911d ARC: Cache: Allways check D$ status before entire/line ops 7 years ago
Eugeniy Paltsev 88ae27eda3 ARC: Move BCR encodings to separate header file 7 years ago
Eugeniy Paltsev a6f557c4e0 ARC: Cache: Move IOC initialization to a separate function 7 years ago
Eugeniy Paltsev c27814be33 ARC: Flush & invalidate D$ with a single command 7 years ago
Eugeniy Paltsev 5e0c68edad ARC: Introduce is_isa_X() functions 7 years ago
Eugeniy Paltsev 5d7a24d646 ARC: Cache: Add support for FLUSH_N_INV D$ operations 7 years ago
Eugeniy Paltsev c4ef14d2cc ARC: Cache: Remove per-line I$ operations as unused 7 years ago
Eugeniy Paltsev 16aeee81d9 ARC: Cache: Move I$ entire operation to a separate function 7 years ago
Alexey Brodkin 71621525c3 arc: Fine-tune implementation of memory barriers 7 years ago
Alexey Brodkin 264d298fda arc: Introduce a possibility to not relocate U-boot 7 years ago
Alexey Brodkin fac4790491 arc: Eliminate unused code and data with GCC's garbage collector 7 years ago
Alexey Brodkin 0a097ba54b arc: Don't halt slaves 7 years ago
Alexey Brodkin 2178817c4a arc: Get rid of handwritten string routines 7 years ago
Alexey Brodkin 4280342adb fdt: Implement weak arch_fixup_fdt() 7 years ago
Alexey Brodkin d53b128df4 arc: Fix final linkage with Elf32 tools 7 years ago
Eugeniy Paltsev c0e6769a82 ARC: Invalidate instruction and data caches early on boot 8 years ago
Eugeniy Paltsev 7897f4e54c ARC: HSDK: DTS: Add cgu-clk node 8 years ago
Eugeniy Paltsev 19b10a42f6 ARC: Cache: Fix style violations reported by checkpatch 8 years ago
Eugeniy Paltsev b0146f9e29 ARC: Cache: Disable IOC by default 8 years ago
Eugeniy Paltsev 41cada4d24 ARC: ARCv2: Cache: Fixed operation without IOC 8 years ago
Eugeniy Paltsev 3cf239394a ARC: cache: explicitly initialize "*_exists" variables 8 years ago
Eugeniy Paltsev 64f4742631 ARC: add defines of some cache and xCCM AUX registers 8 years ago