Age | Commit message (Expand) | Author |
2016-12-02 | libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORY | Masahiro Yamada |
2016-09-23 | Remove arch/${ARCH}/include/asm/errno.h | Masahiro Yamada |
2016-09-16 | arc: Use -mcpu=XXX instead of obsolete -marcXXX | Alexey Brodkin |
2016-08-05 | arc: Rename AXS101 board to more generic AXS10x | Alexey Brodkin |
2016-08-05 | arc: Rename ARCangel4 board to nSIM | Alexey Brodkin |
2016-08-05 | arc: No need in sections defined in sources with newer tools | Alexey Brodkin |
2016-08-05 | arc: Update exception & interrupt handling for ARCv2 | Alexey Brodkin |
2016-08-05 | arc: Add debug messages during relocation fixups | Alexey Brodkin |
2016-07-04 | arc: make global_data.h usable in assembly files | Alexey Brodkin |
2016-07-04 | arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HS | Alexey Brodkin |
2016-06-13 | arc: Update data accessors with use of memory barriers | Alexey Brodkin |
2016-06-13 | arc/cache: Flush & invalidate all caches right before enabling IOC | Alexey Brodkin |
2016-06-13 | arc/cache: really do invalidate_dcache_all() even if IOC exists | Alexey Brodkin |
2016-04-21 | arc/cache: really do flush_dcache_all() even if IOC exists | Alexey Brodkin |
2016-04-11 | arc: Add virt_to_phys() stub | Alexey Brodkin |
2016-04-11 | arc: get rid of running_on_hw | Alexey Brodkin |
2016-02-20 | arc: cache - utilize IO coherency (AKA IOC) engine | Alexey Brodkin |
2016-02-20 | arc: cache - accommodate different L1 cache line lengths | Alexey Brodkin |
2016-01-13 | Fix board init code to respect the C runtime environment | Albert ARIBAUD |
2015-12-21 | axs103: add support of generic OHCI USB 1.1 controller | Alexey Brodkin |
2015-12-08 | axs10x: add support of generic EHCI USB 2.0 controller | Alexey Brodkin |
2015-11-18 | board: axs10x switch serial port and Ethernet to driver model | Alexey Brodkin |
2015-11-18 | arc: add empty asm/processor.h to satisfy compilation of USB code | Alexey Brodkin |
2015-11-18 | arc: add stubs for map_physmem() and unmap_physmem() | Alexey Brodkin |
2015-11-10 | Various Makefiles: Add SPDX-License-Identifier tags | Tom Rini |
2015-11-05 | arc: Use the generic bitops headers | Fabio Estevam |
2015-09-07 | arc: make AXS101 default platform | Alexey Brodkin |
2015-07-01 | arc: significant cache rework | Alexey Brodkin |
2015-07-01 | arc: implement slave cores kick-start for Linux kernel | Alexey Brodkin |
2015-06-25 | Move default y configs out of arch/board Kconfig | Joe Hershberger |
2015-05-18 | arc: gitignore: ignore ARC DTBs | Masahiro Yamada |
2015-05-13 | arc: remove dummy target | Alexey Brodkin |
2015-05-13 | arc: use more universal prefix for default CROSS_COMPILE | Masahiro Yamada |
2015-05-12 | arch: Make board selection choices optional | Joe Hershberger |
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 |