summaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2018-03-21ARC: Cache: Remove per-line I$ operations as unusedEugeniy Paltsev1-23/+7
2018-03-21ARC: Cache: Move I$ entire operation to a separate functionEugeniy Paltsev1-12/+19
2018-03-21arc: Fine-tune implementation of memory barriersAlexey Brodkin1-4/+4
2018-03-21arc: Introduce a possibility to not relocate U-bootAlexey Brodkin2-1/+13
2018-03-21arc: Eliminate unused code and data with GCC's garbage collectorAlexey Brodkin1-1/+2
2018-03-21arc: Don't halt slavesAlexey Brodkin1-20/+0
2018-03-21arc: Get rid of handwritten string routinesAlexey Brodkin9-666/+0
2018-02-18fdt: Implement weak arch_fixup_fdt()Alexey Brodkin1-5/+0
2018-02-15arc: Fix final linkage with Elf32 toolsAlexey Brodkin1-1/+1
2018-01-19ARC: Invalidate instruction and data caches early on bootEugeniy Paltsev1-0/+12
2018-01-19ARC: HSDK: DTS: Add cgu-clk nodeEugeniy Paltsev1-0/+6
2018-01-19ARC: Cache: Fix style violations reported by checkpatchEugeniy Paltsev1-10/+8
2018-01-19ARC: Cache: Disable IOC by defaultEugeniy Paltsev1-1/+4
2018-01-19ARC: ARCv2: Cache: Fixed operation without IOCEugeniy Paltsev2-69/+123
2017-12-11ARC: cache: explicitly initialize "*_exists" variablesEugeniy Paltsev1-8/+8
2017-12-11ARC: add defines of some cache and xCCM AUX registersEugeniy Paltsev1-0/+6
2017-12-11ARC: add macro to get CPU idEugeniy Paltsev1-0/+3
2017-12-10ARC: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIOEugeniy Paltsev1-0/+1
2017-11-24arc: cache: Add required NOPs after invalidation of instruction cacheAlexey Brodkin1-0/+7
2017-11-24arc: bootm: Move slave cores kick-starting under !fakeAlexey Brodkin1-4/+4
2017-10-03arc: Use asm-generic/io.hPaul Burton1-28/+1
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-1/+1
2017-06-29arc: Add support for HS Development Kit boardAlexey Brodkin3-0/+55
2017-06-29arcv2: Set IOC aperture so it covers available DDRAlexey Brodkin1-6/+23
2017-06-29arc: arcv1: Disable master/slave checkAlexey Brodkin1-0/+4
2017-06-05arc: Make u-boot-arc.h a private headerSimon Glass1-0/+1
2017-04-13board_f: Rename initdram() to dram_init()Simon Glass1-0/+6
2017-04-11ARCv2: SLC: Make sure busy bit is set properly on SLC flushingAlexey Brodkin1-1/+7
2017-04-05board_f: Make relocation functions genericSimon Glass1-16/+0
2017-04-05board_f: Make init_helpers genericSimon Glass1-12/+0
2017-03-31arcv2: Halt non-master coresAlexey Brodkin1-0/+16
2017-03-24arc: use timer driver for ARC boardsVlad Zakharov2-25/+0
2017-03-24arc: dts: separate single axs10x.dts fileVlad Zakharov11-69/+183
2017-03-24drivers: timer: Introduce ARC timer driverVlad Zakharov1-0/+4
2017-01-26Convert CONFIG_ARCH_EARLY_INIT_R to KconfigSimon Glass1-1/+0
2016-12-03libfdt: replace ARCH_FIXUP_FDT with ARCH_FIXUP_FDT_MEMORYMasahiro Yamada1-0/+5
2016-09-24Remove arch/${ARCH}/include/asm/errno.hMasahiro Yamada1-1/+0
2016-09-16arc: Use -mcpu=XXX instead of obsolete -marcXXXAlexey Brodkin1-3/+3
2016-08-05arc: Rename AXS101 board to more generic AXS10xAlexey Brodkin2-5/+5
2016-08-05arc: Rename ARCangel4 board to nSIMAlexey Brodkin3-4/+4
2016-08-05arc: No need in sections defined in sources with newer toolsAlexey Brodkin5-64/+18
2016-08-05arc: Update exception & interrupt handling for ARCv2Alexey Brodkin3-13/+72
2016-08-05arc: Add debug messages during relocation fixupsAlexey Brodkin1-0/+7
2016-07-04arc: make global_data.h usable in assembly filesAlexey Brodkin1-0/+2
2016-07-04arc: Use "-mcpu=archs" instead of deprecated "-marchs" for ARC HSAlexey Brodkin1-2/+2
2016-06-13arc: Update data accessors with use of memory barriersAlexey Brodkin1-16/+79
2016-06-13arc/cache: Flush & invalidate all caches right before enabling IOCAlexey Brodkin1-0/+3
2016-06-13arc/cache: really do invalidate_dcache_all() even if IOC existsAlexey Brodkin1-5/+2
2016-04-21arc/cache: really do flush_dcache_all() even if IOC existsAlexey Brodkin1-5/+2
2016-04-11arc: Add virt_to_phys() stubAlexey Brodkin1-0/+5