summaryrefslogtreecommitdiff
path: root/arch/arc/lib
AgeCommit message (Expand)AuthorFilesLines
2023-02-10Correct SPL uses of LMBSimon Glass1-1/+1
2023-02-07arc: Drop CONFIG_MMUSimon Glass1-5/+0
2022-12-06global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini2-3/+3
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass1-4/+4
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma1-3/+5
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini1-1/+2
2021-12-28Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini1-1/+2
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass1-1/+1
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut1-17/+1
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut2-30/+30
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler1-2/+2
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass4-0/+4
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait1-7/+0
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop log.h from common headerSimon Glass2-0/+2
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass2-1/+2
2020-05-19common: Drop init.h from common headerSimon Glass2-0/+2
2020-05-19common: Drop image.h from common headerSimon Glass1-0/+2
2020-05-19common: Drop bootstage.h from common headerSimon Glass1-1/+2
2020-04-27ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev1-0/+15
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev1-3/+3
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev1-7/+107
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass1-0/+1
2019-12-03common: Move enable/disable_interrupts out of common.hSimon Glass1-0/+1
2019-12-03common: Move interrupt functions into a new headerSimon Glass1-0/+1
2019-12-03common: Move some cache and MMU functions out of common.hSimon Glass1-0/+1
2019-12-03Move strtomhz() to vsprintf.hSimon Glass1-0/+1
2019-09-03arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin1-0/+75
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-2/+2
2019-01-25ARC: Fix iteration in arc_xx_version()Alexey Brodkin1-2/+2
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin1-20/+180
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin1-1/+1
2018-10-05ARC: Implement print_cpuinfo()Alexey Brodkin1-1/+34
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin1-0/+9
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin1-5/+9
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin1-1/+1
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin1-22/+54
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin1-4/+8
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev1-0/+5
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-27/+13
2018-04-17ARC: Remove unused DECLARE_GLOBAL_DATA_PTR from init_helpers.cEugeniy Paltsev1-2/+0
2018-03-23ARC: bootm: Refactor GO and PREP subcommands implementationEugeniy Paltsev1-22/+29
2018-03-21ARC: Cache: Refactor arc_ioc_setup()Eugeniy Paltsev1-6/+6
2018-03-21ARC: Cache: Add missing cache cleanup before cache disableEugeniy Paltsev1-14/+39
2018-03-21ARC: Cache: Add more HW configuration checksEugeniy Paltsev1-0/+75
2018-03-21ARC: Implement a function to sync and cleanup cachesEugeniy Paltsev3-5/+28
2018-03-21ARC: Cache: Fix SLC operations when SLC is bypassed for dataEugeniy Paltsev1-11/+28
2018-03-21ARC: Cache: Implement [i,d]cache_enabled() as separate functionsEugeniy Paltsev1-17/+21
2018-03-21ARC: Move IOC enabling to compile-time optionsEugeniy Paltsev1-20/+29