summaryrefslogtreecommitdiffstats
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* arc: gitignore: ignore ARC DTBsMasahiro Yamada2015-05-181-0/+1
* arc: remove dummy targetAlexey Brodkin2015-05-131-8/+0
* arc: use more universal prefix for default CROSS_COMPILEMasahiro Yamada2015-05-131-2/+2
* arch: Make board selection choices optionalJoe Hershberger2015-05-121-0/+1
* arc: fix separate compilation of start.oAlexey Brodkin2015-04-101-0/+1
* arc: make sure _start is in the beginning of .text sectionAlexey Brodkin2015-04-102-1/+2
* arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2015-04-034-0/+65
* board: Switch Abilis TB-100 board to Driver Model for serial portAlexey Brodkin2015-04-032-0/+25
* serial-arc: switch to DMAlexey Brodkin2015-04-033-0/+48
* arc: minor fixes in KconfigAlexey Brodkin2015-04-031-1/+9
* arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin2015-04-032-1/+8
* arc: clean-up init procedureAlexey Brodkin2015-04-038-77/+94
* arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin2015-04-033-144/+152
* arc: merge common start-up code between ARC and ARCv2Alexey Brodkin2015-04-037-294/+82
* arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin2015-04-031-4/+8
* generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-281-1/+0
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-281-3/+0
* use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang2015-03-051-0/+12
* arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin2015-02-135-3/+335
* arc: build libgcc in U-BootAlexey Brodkin2015-02-096-0/+527
* arc: move CPU flags selection to the main "config.mk"Alexey Brodkin2015-02-092-8/+5
* arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin2015-02-091-0/+1
* arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey Brodkin2015-02-091-0/+1
* arc: add selection of endianess in KconfigAlexey Brodkin2015-02-092-4/+9
* arc: select cache settings via menuconfigAlexey Brodkin2015-02-093-8/+25
* arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2015-02-092-5/+5
* arc: add more flavours of ARC700 series CPUAlexey Brodkin2015-02-094-0/+52
* arc: memcmp - fix zero-delay loop utilizationIgor Guryanov2015-02-091-0/+2
* arc: rename "arc700" in "arcv1"Alexey Brodkin2015-01-154-1/+1
* board/synopsys: remove selection of CPU from the boardAlexey Brodkin2015-01-151-0/+3
* arc: move common sources in libraryAlexey Brodkin2015-01-157-6/+7
* arc: move linker script in arch/arc/cpu folderAlexey Brodkin2015-01-151-0/+0
* arc: relocate - minor refactoring and clean-upAlexey Brodkin2015-01-152-11/+5
* arc: introduce separate section for interrupt vector tableIgor Guryanov2015-01-157-31/+46
* arc: add dependences on MMU presenceAlexey Brodkin2015-01-152-4/+18
* arc: interrupts - fix mask setupIgor Guryanov2015-01-151-1/+1
* arc: add ECR (exception cause register) outputIgor Guryanov2015-01-152-4/+7
* arc: check caches existence before useIgor Guryanov2015-01-152-0/+31
* arc: introduce "mdbtrick" targetAlexey Brodkin2015-01-091-0/+15
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-081-0/+8
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-131-1/+0
* arc: Fix printf size_t format related warnings (again...)Vasili Galka2014-08-261-0/+4
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-301-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-301-0/+29
* ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGHAlexey Brodkin2014-06-031-0/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-121-0/+2
* kbuild: delete redundant LDSCRIPT definitionMasahiro Yamada2014-03-121-2/+0
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-041-2/+6
* arc: fix relocation for big-endian targetAlexey Brodkin2014-02-211-0/+4
* arc: remove "hardware.h"Alexey Brodkin2014-02-201-10/+0
OpenPOWER on IntegriCloud