aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/cache.c
AgeCommit message (Expand)Author
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-06arm: Remove <common.h> and add needed includesTom Rini
2023-03-06arm64: Initialize TLB memory if CMO_BY_VA_ONLYPierre-Clément Tosi
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait
2020-04-24arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait
2019-12-02common: Move ARM cache operations out of common.hSimon Glass
2019-08-30board_f: fix noncached reservation calculationStephen Warren
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2017-03-18arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini
2016-07-14arm: Show cache warnings in U-Boot proper onlySimon Glass
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD
2015-08-12ARM: cache: implement a default weak flush_cache() functionWu, Josh
2015-08-12ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh
2015-01-19arm, arm926ejs: make thumb mode compileableHeiko Schocher
2014-12-18ARM: Implement non-cached memory supportThierry Reding
2014-11-20ARM: remove CONFIG_ARM1136 definesMasahiro Yamada
2014-11-20ARM: remove CONFIG_ARM926EJS definesMasahiro Yamada
2014-07-04ARM: cache_v7: use __weakJeroen Hofstee
2014-05-15arm1136: move cache code from start.S to cache.cAlbert ARIBAUD
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini
2011-09-04arm: do not force d-cache enable on all boardsAneesh V
2011-07-04arm: minor fixes for cache and mmu handlingAneesh V
2011-07-04armv7: integrate cache maintenance supportAneesh V
2011-07-04arm: make default implementation of cache_flush() weakly linkedAneesh V
2010-11-04ARMV7: Fix build for non-OMAP3 boardsSteve Sakoman
2010-10-13armv7, beagle: add support for ELF relocationsHeiko Schocher
2010-09-19ARM (ARM11): add data cache support, test on Qong boardHeiko Schocher
2010-09-19ARM V7 (OMAP): add data cache support, test on Beagle boardHeiko Schocher
2010-09-19ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 boardHeiko Schocher
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser