aboutsummaryrefslogtreecommitdiff
path: root/arch/arc
AgeCommit message (Expand)AuthorFilesLines
2020-05-18common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass2-1/+2
2020-05-18common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-18common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-18common: Drop bootstage.h from common headerSimon Glass1-1/+2
2020-05-13ARC: HSDK: add reset for EHCIEugeniy Paltsev1-0/+7
2020-05-13ARC: DTS: cleanup USB node namesEugeniy Paltsev2-4/+4
2020-04-27ARC: AXS10x: cleanup kconfigEugeniy Paltsev1-2/+0
2020-04-27ARC: HSDK-4xD: add CSM configuration supportEugeniy Paltsev1-0/+3
2020-04-27ARC: HSDK-4xD: print timer clock valueEugeniy Paltsev1-2/+4
2020-04-27ARC: HSDK: split HSDK and HSDK-4xD DTSEugeniy Paltsev4-143/+166
2020-04-27ARC: HSDK-4xD: add initial board supportEugeniy Paltsev1-1/+1
2020-04-27ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev2-0/+16
2020-04-16ARC: HSDK: Enable on-chip reset controllerEugeniy Paltsev1-0/+7
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev1-3/+3
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev2-7/+114
2020-04-10kconfig / kbuild: Re-sync with Linux 4.19Tom Rini1-2/+2
2020-03-31ARC: IO: add MB for __raw_* memory accessorsEugeniy Paltsev1-23/+35
2020-03-31ARC: IO: add compiler barriers to IO accessorsEugeniy Paltsev1-11/+19
2020-03-31ARC: IO: add volatile to accessorsEugeniy Paltsev1-9/+15
2020-02-20dma-mapping: add <asm/dma-mapping.h> for all architecturesMasahiro Yamada1-0/+1
2020-02-12ARC: Switch to generic accessorsAlexey Brodkin1-129/+75
2020-02-12ARC: rework setting of ARC CPU specific compiler optionsEugeniy Paltsev1-20/+0
2020-02-12ARC: nsim_hs38: Add support of Virtio NET & BLKAlexey Brodkin2-2/+26
2020-02-12ARC: nSIM: switch from ARC UART to DW UARTAlexey Brodkin1-5/+7
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-02common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-02Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-11-01arc: emsdp/iotdk: Switch to DM_MMCAlexey Brodkin2-0/+45
2019-10-07NET: DW: fix regression for ARC boardsEugeniy Paltsev2-2/+2
2019-09-03arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin1-0/+75
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner2-2/+16
2019-05-18CONFIG_SYS_[DI]CACHE_OFF: convert to KconfigTrevor Woerner1-2/+6
2019-04-18ARC: [plat-axs10x]: migrate to DM_MMCEugeniy Paltsev1-0/+28
2019-04-18ARC: [plat-hsdk]: migrate to DM_MMCEugeniy Paltsev1-0/+26
2019-04-12dts: switch spi-flash to jedec, spi-nor compatibleNeil Armstrong2-2/+2
2019-01-25ARC: cache: define CONFIG_SYS_CACHELINE_SIZE as ARCH_DMA_MINALIGNAlexey Brodkin1-0/+3
2019-01-25ARC: Fix iteration in arc_xx_version()Alexey Brodkin1-2/+2
2019-01-19Kconfig: Migrate BOUNCE_BUFFERPhilipp Tomsich1-0/+2
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin2-21/+204
2018-11-01emdk->emsdp: Rename boardAlexey Brodkin3-5/+5
2018-10-15ARC: Don't use COMMON section for global not-initialized variablesAlexey Brodkin1-1/+1
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin1-1/+1
2018-10-05arc: Add support for IoT development kitAlexey Brodkin3-0/+51
2018-10-05ARC: Implement print_cpuinfo()Alexey Brodkin1-1/+34
2018-10-05ARC: Add model property to boards .dtsAlexey Brodkin6-0/+12
2018-10-05ARC: Don't pre-define CROSS_COMPILEAlexey Brodkin1-6/+0
2018-09-10arch: types.h: factor out fixed width typedefs to int-ll64.hMasahiro Yamada1-34/+2