Age | Commit message (Expand) | Author |
2015-04-10 | arc: fix separate compilation of start.o | Alexey Brodkin |
2015-04-10 | arc: make sure _start is in the beginning of .text section | Alexey Brodkin |
2015-04-03 | arc: add support for SLC (System Level Cache, AKA L2-cache) | Alexey Brodkin |
2015-04-03 | board: Switch Abilis TB-100 board to Driver Model for serial port | Alexey Brodkin |
2015-04-03 | serial-arc: switch to DM | Alexey Brodkin |
2015-04-03 | arc: minor fixes in Kconfig | Alexey Brodkin |
2015-04-03 | arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATA | Alexey Brodkin |
2015-04-03 | arc: clean-up init procedure | Alexey Brodkin |
2015-04-03 | arc: move low-level interrupt and exception handlers in a separate file | Alexey Brodkin |
2015-04-03 | arc: merge common start-up code between ARC and ARCv2 | Alexey Brodkin |
2015-04-03 | arc: cache - build invalidate_icache_all() and invalidate_dcache_all() | Alexey Brodkin |
2015-03-28 | generic-board: select SYS_GENERIC_BOARD for some architectures | Masahiro Yamada |
2015-03-28 | generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig | Masahiro Yamada |
2015-03-05 | use ASM_NL instead of '; ' for assembler new line character in the macro | Chen Gang |
2015-02-13 | arc: introduce U-Boot port for ARCv2 ISA | Alexey Brodkin |
2015-02-09 | arc: build libgcc in U-Boot | Alexey Brodkin |
2015-02-09 | arc: move CPU flags selection to the main "config.mk" | Alexey Brodkin |
2015-02-09 | arc: hard-code CONFIG_ARCH_EARLY_INIT_R in asm/config.h | Alexey Brodkin |
2015-02-09 | arc: hard-code CONFIG_SYS_GENERIC_BOARD into asm/config.h | Alexey Brodkin |
2015-02-09 | arc: add selection of endianess in Kconfig | Alexey Brodkin |
2015-02-09 | arc: select cache settings via menuconfig | Alexey Brodkin |
2015-02-09 | arc: define and use PTAG AUX regs for MMUv3 only | Alexey Brodkin |
2015-02-09 | arc: add more flavours of ARC700 series CPU | Alexey Brodkin |
2015-02-09 | arc: memcmp - fix zero-delay loop utilization | Igor Guryanov |
2015-01-15 | arc: rename "arc700" in "arcv1" | Alexey Brodkin |
2015-01-15 | board/synopsys: remove selection of CPU from the board | Alexey Brodkin |
2015-01-15 | arc: move common sources in library | Alexey Brodkin |
2015-01-15 | arc: move linker script in arch/arc/cpu folder | Alexey Brodkin |
2015-01-15 | arc: relocate - minor refactoring and clean-up | Alexey Brodkin |
2015-01-15 | arc: introduce separate section for interrupt vector table | Igor Guryanov |
2015-01-15 | arc: add dependences on MMU presence | Alexey Brodkin |
2015-01-15 | arc: interrupts - fix mask setup | Igor Guryanov |
2015-01-15 | arc: add ECR (exception cause register) output | Igor Guryanov |
2015-01-15 | arc: check caches existence before use | Igor Guryanov |
2015-01-09 | arc: introduce "mdbtrick" target | Alexey Brodkin |
2014-12-08 | Kbuild: introduce Makefile in arch/$ARCH/ | Daniel Schwierzeck |
2014-09-13 | kconfig: remove redundant "string" type in arch and board Kconfigs | Masahiro Yamada |
2014-08-26 | arc: Fix printf size_t format related warnings (again...) | Vasili Galka |
2014-07-30 | kconfig: delete redundant CONFIG_${ARCH} definition | Masahiro Yamada |
2014-07-30 | kconfig: add board Kconfig and defconfig files | Masahiro Yamada |
2014-06-03 | ARC: enable CONFIG_SYS_BOOT_RAMDISK_HIGH | Alexey Brodkin |
2014-05-12 | common/board_f: Initialized global data for generic board | York Sun |
2014-03-12 | kbuild: delete redundant LDSCRIPT definition | Masahiro Yamada |
2014-03-04 | kbuild: fix CROSS_COMPILE settings in config.mk | Masahiro Yamada |
2014-02-21 | arc: fix relocation for big-endian target | Alexey Brodkin |
2014-02-20 | arc: remove "hardware.h" | Alexey Brodkin |
2014-02-07 | arc: add library functions | Alexey Brodkin |
2014-02-07 | arc: add cpu files | Alexey Brodkin |
2014-02-07 | arc: add architecture header files | Alexey Brodkin |