summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2016-09-23Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada
2016-09-16arc: Use -mcpu=XXX instead of obsolete -marcXXXAlexey Brodkin
2016-08-05arc: Rename AXS101 board to more generic AXS10xAlexey Brodkin
2016-08-05arc: Rename ARCangel4 board to nSIMAlexey Brodkin
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin
2016-08-05arc: Update exception & interrupt handling for ARCv2Alexey Brodkin
2016-08-05arc: Add debug messages during relocation fixupsAlexey Brodkin
2016-07-04arc: make global_data.h usable in assembly filesAlexey Brodkin
2016-07-04arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HSAlexey Brodkin
2016-06-13arc: Update data accessors with use of memory barriersAlexey Brodkin
2016-06-13arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin
2016-06-13arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin
2016-04-21arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin
2016-04-11arc: Add virt_to_phys() stubAlexey Brodkin
2016-04-11arc: get rid of running_on_hwAlexey Brodkin
2016-02-20arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin
2016-02-20arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin
2016-01-13Fix board init code to respect the C runtime environmentAlbert ARIBAUD
2015-12-21axs103: add support of generic OHCI USB 1.1 controllerAlexey Brodkin
2015-12-08axs10x: add support of generic EHCI USB 2.0 controllerAlexey Brodkin
2015-11-18board: axs10x switch serial port and Ethernet to driver modelAlexey Brodkin
2015-11-18arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin
2015-11-18arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin
2015-11-10Various Makefiles: Add SPDX-License-Identifier tagsTom Rini
2015-11-05arc: Use the generic bitops headersFabio Estevam
2015-09-07arc: make AXS101 default platformAlexey Brodkin
2015-07-01arc: significant cache reworkAlexey Brodkin
2015-07-01arc: implement slave cores kick-start for Linux kernelAlexey Brodkin
2015-06-25Move default y configs out of arch/board KconfigJoe Hershberger
2015-05-18arc: gitignore: ignore ARC DTBsMasahiro Yamada
2015-05-13arc: remove dummy targetAlexey Brodkin
2015-05-13arc: use more universal prefix for default CROSS_COMPILEMasahiro Yamada
2015-05-12arch: Make board selection choices optionalJoe Hershberger
2015-04-10arc: fix separate compilation of start.oAlexey Brodkin
2015-04-10arc: make sure _start is in the beginning of .text sectionAlexey Brodkin
2015-04-03arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin
2015-04-03board: Switch Abilis TB-100 board to Driver Model for serial portAlexey Brodkin
2015-04-03serial-arc: switch to DMAlexey Brodkin
2015-04-03arc: minor fixes in KconfigAlexey Brodkin
2015-04-03arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin
2015-04-03arc: clean-up init procedureAlexey Brodkin
2015-04-03arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin
2015-04-03arc: merge common start-up code between ARC and ARCv2Alexey Brodkin
2015-04-03arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin
2015-03-28generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada
2015-03-28generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada
2015-03-05use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang
2015-02-13arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin
2015-02-09arc: build libgcc in U-BootAlexey Brodkin
2015-02-09arc: move CPU flags selection to the main "config.mk"Alexey Brodkin