summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2015-07-01arc: significant cache reworkAlexey Brodkin6-145/+300
2015-07-01arc: implement slave cores kick-start for Linux kernelAlexey Brodkin1-0/+6
2015-06-26Move default y configs out of arch/board KconfigJoe Hershberger1-3/+0
2015-05-18arc: gitignore: ignore ARC DTBsMasahiro Yamada1-0/+1
2015-05-13arc: remove dummy targetAlexey Brodkin1-8/+0
2015-05-13arc: use more universal prefix for default CROSS_COMPILEMasahiro Yamada1-2/+2
2015-05-13arch: Make board selection choices optionalJoe Hershberger1-0/+1
2015-04-10arc: fix separate compilation of start.oAlexey Brodkin1-0/+1
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin2-1/+2
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin4-0/+65
2015-04-03board: Switch Abilis TB-100 board to Driver Model for serial portAlexey Brodkin2-0/+25
2015-04-03serial-arc: switch to DMAlexey Brodkin3-0/+48
2015-04-03arc: minor fixes in KconfigAlexey Brodkin1-1/+9
2015-04-03arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin2-1/+8
2015-04-03arc: clean-up init procedureAlexey Brodkin8-77/+94
2015-04-03arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin3-144/+152
2015-04-03arc: merge common start-up code between ARC and ARCv2Alexey Brodkin7-294/+82
2015-04-03arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin1-4/+8
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada1-1/+0
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada1-3/+0
2015-03-06use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang1-0/+12
2015-02-13arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin5-3/+335
2015-02-09arc: build libgcc in U-BootAlexey Brodkin6-0/+527
2015-02-09arc: move CPU flags selection to the main "config.mk"Alexey Brodkin2-8/+5
2015-02-09arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin1-0/+1
2015-02-09arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey Brodkin1-0/+1
2015-02-09arc: add selection of endianess in KconfigAlexey Brodkin2-4/+9
2015-02-09arc: select cache settings via menuconfigAlexey Brodkin3-8/+25
2015-02-09arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2-5/+5
2015-02-09arc: add more flavours of ARC700 series CPUAlexey Brodkin4-0/+52
2015-02-09arc: memcmp - fix zero-delay loop utilizationIgor Guryanov1-0/+2
2015-01-15arc: rename "arc700" in "arcv1"Alexey Brodkin4-1/+1
2015-01-15board/synopsys: remove selection of CPU from the boardAlexey Brodkin1-0/+3
2015-01-15arc: move common sources in libraryAlexey Brodkin7-6/+7
2015-01-15arc: move linker script in arch/arc/cpu folderAlexey Brodkin1-0/+0
2015-01-15arc: relocate - minor refactoring and clean-upAlexey Brodkin2-11/+5
2015-01-15arc: introduce separate section for interrupt vector tableIgor Guryanov7-31/+46
2015-01-15arc: add dependences on MMU presenceAlexey Brodkin2-4/+18
2015-01-15arc: interrupts - fix mask setupIgor Guryanov1-1/+1
2015-01-15arc: add ECR (exception cause register) outputIgor Guryanov2-4/+7
2015-01-15arc: check caches existence before useIgor Guryanov2-0/+31
2015-01-09arc: introduce "mdbtrick" targetAlexey Brodkin1-0/+15
2014-12-08Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck1-0/+8
2014-09-14kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada1-1/+0
2014-08-26arc: Fix printf size_t format related warnings (again...)Vasili Galka1-0/+4
2014-07-30kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada1-1/+1
2014-07-30kconfig: add board Kconfig and defconfig filesMasahiro Yamada1-0/+29
2014-06-03ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGHAlexey Brodkin1-0/+1
2014-05-12common/board_f: Initialized global data for generic boardYork Sun1-0/+2
2014-03-13kbuild: delete redundant LDSCRIPT definitionMasahiro Yamada1-2/+0