summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)Author
2017-06-29arc: Add support for HS Development Kit boardAlexey Brodkin
2017-06-29arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin
2017-06-29arc: arcv1: Disable master/slave checkAlexey Brodkin
2017-06-05arc: Make u-boot-arc.h a private headerSimon Glass
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass
2017-04-11ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin
2017-04-05board_f: Make relocation functions genericSimon Glass
2017-04-05board_f: Make init_helpers genericSimon Glass
2017-03-31arcv2: Halt non-master coresAlexey Brodkin
2017-03-24arc: use timer driver for ARC boardsVlad Zakharov
2017-03-24arc: dts: separate single axs10x.dts fileVlad Zakharov
2017-03-24drivers: timer: Introduce ARC timer driverVlad Zakharov
2017-01-25Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada
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-14Fix 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-17board: axs10x switch serial port and Ethernet to driver modelAlexey Brodkin
2015-11-17arc: add empty asm/processor.h to satisfy compilation of USB codeAlexey Brodkin
2015-11-17arc: 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-26Move 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