summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeLines
...
* arc: build libgcc in U-BootAlexey Brodkin2015-02-09-0/+527
* arc: move CPU flags selection to the main "config.mk"Alexey Brodkin2015-02-09-8/+5
* arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.hAlexey Brodkin2015-02-09-0/+1
* arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.hAlexey Brodkin2015-02-09-0/+1
* arc: add selection of endianess in KconfigAlexey Brodkin2015-02-09-4/+9
* arc: select cache settings via menuconfigAlexey Brodkin2015-02-09-8/+25
* arc: define and use PTAG AUX regs for MMUv3 onlyAlexey Brodkin2015-02-09-5/+5
* arc: add more flavours of ARC700 series CPUAlexey Brodkin2015-02-09-0/+52
* arc: memcmp - fix zero-delay loop utilizationIgor Guryanov2015-02-09-0/+2
* arc: rename "arc700" in "arcv1"Alexey Brodkin2015-01-15-1/+1
* board/synopsys: remove selection of CPU from the boardAlexey Brodkin2015-01-15-0/+3
* arc: move common sources in libraryAlexey Brodkin2015-01-15-6/+7
* arc: move linker script in arch/arc/cpu folderAlexey Brodkin2015-01-15-0/+0
* arc: relocate - minor refactoring and clean-upAlexey Brodkin2015-01-15-11/+5
* arc: introduce separate section for interrupt vector tableIgor Guryanov2015-01-15-31/+46
* arc: add dependences on MMU presenceAlexey Brodkin2015-01-15-4/+18
* arc: interrupts - fix mask setupIgor Guryanov2015-01-15-1/+1
* arc: add ECR (exception cause register) outputIgor Guryanov2015-01-15-4/+7
* arc: check caches existence before useIgor Guryanov2015-01-15-0/+31
* arc: introduce "mdbtrick" targetAlexey Brodkin2015-01-09-0/+15
* Kbuild: introduce Makefile in arch/$ARCH/Daniel Schwierzeck2014-12-08-0/+8
* kconfig: remove redundant "string" type in arch and board KconfigsMasahiro Yamada2014-09-13-1/+0
* arc: Fix printf size_t format related warnings (again...)Vasili Galka2014-08-26-0/+4
* kconfig: delete redundant CONFIG_${ARCH} definitionMasahiro Yamada2014-07-30-1/+1
* kconfig: add board Kconfig and defconfig filesMasahiro Yamada2014-07-30-0/+29
* ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGHAlexey Brodkin2014-06-03-0/+1
* common/board_f: Initialized global data for generic boardYork Sun2014-05-12-0/+2
* kbuild: delete redundant LDSCRIPT definitionMasahiro Yamada2014-03-12-2/+0
* kbuild: fix CROSS_COMPILE settings in config.mkMasahiro Yamada2014-03-04-2/+6
* arc: fix relocation for big-endian targetAlexey Brodkin2014-02-21-0/+4
* arc: remove "hardware.h"Alexey Brodkin2014-02-20-10/+0
* arc: add library functionsAlexey Brodkin2014-02-07-0/+846
* arc: add cpu filesAlexey Brodkin2014-02-07-0/+734
* arc: add architecture header filesAlexey Brodkin2014-02-07-0/+593