summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeLines
* Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass2017-01-25-1/+0
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-02-0/+5
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-23-1/+0
* arc: Use -mcpu=XXX instead of obsolete -marcXXXAlexey Brodkin2016-09-16-3/+3
* arc: Rename AXS101 board to more generic AXS10xAlexey Brodkin2016-08-05-5/+5
* arc: Rename ARCangel4 board to nSIMAlexey Brodkin2016-08-05-4/+4
* arc: No need in sections defined in sources with newer toolsAlexey Brodkin2016-08-05-64/+18
* arc: Update exception & interrupt handling for ARCv2Alexey Brodkin2016-08-05-13/+72
* arc: Add debug messages during relocation fixupsAlexey Brodkin2016-08-05-0/+7
* arc: make global_data.h usable in assembly filesAlexey Brodkin2016-07-04-0/+2
* arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HSAlexey Brodkin2016-07-04-2/+2
* arc: Update data accessors with use of memory barriersAlexey Brodkin2016-06-13-16/+79
* arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin2016-06-13-0/+3
* arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin2016-06-13-5/+2
* arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin2016-04-21-5/+2
* arc: Add virt_to_phys() stubAlexey Brodkin2016-04-11-0/+5
* arc: get rid of running_on_hwAlexey Brodkin2016-04-11-7/+0
* arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2016-02-20-8/+58
* arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin2016-02-20-54/+89
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-13-5/+7
* axs103: add support of generic OHCI USB 1.1 controllerAlexey Brodkin2015-12-21-0/+6
* axs10x: add support of generic EHCI USB 2.0 controllerAlexey Brodkin2015-12-08-0/+6
* board: axs10x switch serial port and Ethernet to driver modelAlexey Brodkin2015-11-18-0/+46
* arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin2015-11-18-0/+12
* arc: add stubs for map_physmem() and unmap_physmem()Alexey Brodkin2015-11-18-0/+24
* Various Makefiles: Add SPDX-License-Identifier tagsTom Rini2015-11-10-0/+4
* arc: Use the generic bitops headersFabio Estevam2015-11-05-0/+5
* arc: make AXS101 default platformAlexey Brodkin2015-09-07-1/+1
* arc: significant cache reworkAlexey Brodkin2015-07-01-145/+300
* arc: implement slave cores kick-start for Linux kernelAlexey Brodkin2015-07-01-0/+6
* Move default y configs out of arch/board KconfigJoe Hershberger2015-06-25-3/+0
* arc: gitignore: ignore ARC DTBsMasahiro Yamada2015-05-18-0/+1
* arc: remove dummy targetAlexey Brodkin2015-05-13-8/+0
* arc: use more universal prefix for default CROSS_COMPILEMasahiro Yamada2015-05-13-2/+2
* arch: Make board selection choices optionalJoe Hershberger2015-05-12-0/+1
* arc: fix separate compilation of start.oAlexey Brodkin2015-04-10-0/+1
* arc: make sure _start is in the beginning of .text sectionAlexey Brodkin2015-04-10-1/+2
* arc: add support for SLC (System Level Cache, AKA L2-cache)Alexey Brodkin2015-04-03-0/+65
* board: Switch Abilis TB-100 board to Driver Model for serial portAlexey Brodkin2015-04-03-0/+25
* serial-arc: switch to DMAlexey Brodkin2015-04-03-0/+48
* arc: minor fixes in KconfigAlexey Brodkin2015-04-03-1/+9
* arc: get rid of CONFIG_SYS_GENERIC_GLOBAL_DATAAlexey Brodkin2015-04-03-1/+8
* arc: clean-up init procedureAlexey Brodkin2015-04-03-77/+94
* arc: move low-level interrupt and exception handlers in a separate fileAlexey Brodkin2015-04-03-144/+152
* arc: merge common start-up code between ARC and ARCv2Alexey Brodkin2015-04-03-294/+82
* arc: cache - build invalidate_icache_all() and invalidate_dcache_all()Alexey Brodkin2015-04-03-4/+8
* generic-board: select SYS_GENERIC_BOARD for some architecturesMasahiro Yamada2015-03-28-1/+0
* generic-board: move __HAVE_ARCH_GENERIC_BOARD to KconfigMasahiro Yamada2015-03-28-3/+0
* use ASM_NL instead of '; ' for assembler new line character in the macroChen Gang2015-03-05-0/+12
* arc: introduce U-Boot port for ARCv2 ISAAlexey Brodkin2015-02-13-3/+335