summaryrefslogtreecommitdiff
path: root/arch/arc
Commit message (Expand)AuthorAgeFilesLines
* fdt: Implement weak arch_fixup_fdt()Alexey Brodkin2018-02-181-5/+0
* arc: Fix final linkage with Elf32 toolsAlexey Brodkin2018-02-151-1/+1
* ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev2018-01-191-0/+12
* ARC: HSDK: DTS: Add cgu-clk nodeEugeniy Paltsev2018-01-191-0/+6
* ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev2018-01-191-10/+8
* ARC: Cache: Disable IOC by defaultEugeniy Paltsev2018-01-191-1/+4
* ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev2018-01-192-69/+123
* ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev2017-12-111-8/+8
* ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev2017-12-111-0/+6
* ARC: add macro to get CPU idEugeniy Paltsev2017-12-111-0/+3
* ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev2017-12-101-0/+1
* arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin2017-11-241-0/+7
* arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin2017-11-241-4/+4
* arc: Use asm-generic/io.hPaul Burton2017-10-021-28/+1
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-1/+1
* arc: Add support for HS Development Kit boardAlexey Brodkin2017-06-293-0/+55
* arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin2017-06-291-6/+23
* arc: arcv1: Disable master/slave checkAlexey Brodkin2017-06-291-0/+4
* arc: Make u-boot-arc.h a private headerSimon Glass2017-06-051-0/+1
* board_f: Rename initdram() to dram_init()Simon Glass2017-04-131-0/+6
* ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin2017-04-111-1/+7
* board_f: Make relocation functions genericSimon Glass2017-04-051-16/+0
* board_f: Make init_helpers genericSimon Glass2017-04-051-12/+0
* arcv2: Halt non-master coresAlexey Brodkin2017-03-311-0/+16
* arc: use timer driver for ARC boardsVlad Zakharov2017-03-242-25/+0
* arc: dts: separate single axs10x.dts fileVlad Zakharov2017-03-2411-69/+183
* drivers: timer: Introduce ARC timer driverVlad Zakharov2017-03-241-0/+4
* Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass2017-01-251-1/+0
* libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada2016-12-021-0/+5
* Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada2016-09-231-1/+0
* arc: Use -mcpu=XXX instead of obsolete -marcXXXAlexey Brodkin2016-09-161-3/+3
* arc: Rename AXS101 board to more generic AXS10xAlexey Brodkin2016-08-052-5/+5
* arc: Rename ARCangel4 board to nSIMAlexey Brodkin2016-08-053-4/+4
* arc: No need in sections defined in sources with newer toolsAlexey Brodkin2016-08-055-64/+18
* arc: Update exception & interrupt handling for ARCv2Alexey Brodkin2016-08-053-13/+72
* arc: Add debug messages during relocation fixupsAlexey Brodkin2016-08-051-0/+7
* arc: make global_data.h usable in assembly filesAlexey Brodkin2016-07-041-0/+2
* arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HSAlexey Brodkin2016-07-041-2/+2
* arc: Update data accessors with use of memory barriersAlexey Brodkin2016-06-131-16/+79
* arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin2016-06-131-0/+3
* arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin2016-06-131-5/+2
* arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin2016-04-211-5/+2
* arc: Add virt_to_phys() stubAlexey Brodkin2016-04-111-0/+5
* arc: get rid of running_on_hwAlexey Brodkin2016-04-112-7/+0
* arc: cache - utilize IO coherency (AKA IOC) engineAlexey Brodkin2016-02-202-8/+58
* arc: cache - accommodate different L1 cache line lengthsAlexey Brodkin2016-02-203-54/+89
* Fix board init code to respect the C runtime environmentAlbert ARIBAUD2016-01-131-5/+7
* axs103: add support of generic OHCI USB 1.1 controllerAlexey Brodkin2015-12-211-0/+6
* axs10x: add support of generic EHCI USB 2.0 controllerAlexey Brodkin2015-12-081-0/+6
* board: axs10x switch serial port and Ethernet to driver modelAlexey Brodkin2015-11-182-0/+46