aboutsummaryrefslogtreecommitdiff
path: root/arch/arc/lib
AgeCommit message (Expand)Author
2024-05-22include: Move snprintf to stdio.hRaymond Mao
2024-04-18Revert "Merge patch series "pxe: Allow extlinux booting without CMDLINE enabl...Tom Rini
2024-04-10Merge patch series "pxe: Allow extlinux booting without CMDLINE enabled"Tom Rini
2024-04-10treewide: Make arch-specific bootm code depend on BOOTMSimon Glass
2023-12-21Merge patch series "Complete decoupling of bootm logic from commands"Tom Rini
2023-12-21bootm: Adjust arguments of boot_os_fnSimon Glass
2023-12-21arc: Cleanup and audit usage of <config.h>Tom Rini
2023-10-24arc: Remove common.h usageTom Rini
2023-08-09treewide: unify the linker symbol reference formatShiji Yang
2023-08-09treewide: rework linker symbol declarations in sections headerShiji Yang
2023-02-10Correct SPL uses of LMBSimon Glass
2023-02-07arc: Drop CONFIG_MMUSimon Glass
2022-12-05global: Move remaining CONFIG_SYS_SDRAM_* to CFG_SYS_SDRAM_*Tom Rini
2022-09-29treewide: Drop bootm_headers_t typedefSimon Glass
2022-07-26zynqmp: Run board_get_usable_ram_top() only on main U-BootAshok Reddy Soma
2022-06-06Migrate CUSTOM_SYS_INIT_SP_ADDR to Kconfig using system-constants.hTom Rini
2021-12-27Finish conversion of CONFIG_SYS_CLK_FREQ to KconfigTom Rini
2021-10-08image: Drop IMAGE_ENABLE_OF_LIBFDTSimon Glass
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-23lmb: Switch to generic arch_lmb_reserve_generic()Marek Vasut
2021-09-23lmb: Always compile arch_lmb_reserve() into U-Boot on arcMarek Vasut
2021-03-02reset: Remove addr parameter from reset_cpu()Harald Seiler
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2020-08-06board_f: Factor out bdinfo bi_mem{start, size} to setup_bdinfoOvidiu Panait
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18command: Remove the cmd_tbl_t typedefSimon Glass
2020-05-18common: Drop init.h from common headerSimon Glass
2020-05-18common: Drop image.h from common headerSimon Glass
2020-05-18common: Drop bootstage.h from common headerSimon Glass
2020-04-27ARC: ARCv2: handle DSP presence in HWEugeniy Paltsev
2020-04-16ARC: CACHE: mark IOC helper functions as inlined_cachefuncEugeniy Paltsev
2020-04-16ARC: CACHE: add support for SL$ disableEugeniy Paltsev
2020-01-17common: Move reset_cpu() to the CPU headerSimon Glass
2019-12-02common: Move enable/disable_interrupts out of common.hSimon Glass
2019-12-02common: Move interrupt functions into a new headerSimon Glass
2019-12-02common: Move some cache and MMU functions out of common.hSimon Glass
2019-12-02Move strtomhz() to vsprintf.hSimon Glass
2019-09-03arc: libgcc: Import __udivdi3 & __udivmoddi4 to allow 64-bit divisionAlexey Brodkin
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2019-01-25ARC: Fix iteration in arc_xx_version()Alexey Brodkin
2018-12-03ARC: Improve identification of ARC coresAlexey Brodkin
2018-10-12ARC: make generic print_cpuinfo() weakAlexey Brodkin
2018-10-05ARC: Implement print_cpuinfo()Alexey Brodkin
2018-07-31ARC: Enable unaligned access in hardware if compiler uses itAlexey Brodkin
2018-05-31ARC: Reset: Implement weak reset_cpu()Alexey Brodkin
2018-05-31ARC: Reset: Use __builtin_arc_brk() instead of open-coded ASMAlexey Brodkin
2018-05-31ARC: Improve relocation fix-upsAlexey Brodkin
2018-05-31ARC: Cache: Don't compare I$ and D$ line lengthsAlexey Brodkin
2018-05-24ARC: init debug uart in early common arc codeEugeniy Paltsev