aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/lib/cache.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-15common: board_r: Drop initr_noncached wrapperOvidiu Panait1-1/+3
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop net.h from common headerSimon Glass1-0/+1
2020-05-07cmd: cache: Fix non-cached memory cachabilityPatrice Chotard1-3/+10
2020-04-24common/board_f: Make reserve_mmu genericOvidiu Panait1-1/+1
2020-04-24arm: asm/cache.c: Introduce arm_reserve_mmuOvidiu Panait1-0/+5
2020-04-24common/board_f: Move arm-specific reserve_mmu to arch/arm/lib/cache.cOvidiu Panait1-0/+28
2019-12-02common: Move ARM cache operations out of common.hSimon Glass1-0/+1
2019-08-30board_f: fix noncached reservation calculationStephen Warren1-0/+1
2019-05-18CONFIG_SPL_SYS_[DI]CACHE_OFF: addTrevor Woerner1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-03-18arm: Migrate SYS_THUMB_BUILD to Kconfig, introduce SPL_SYS_THUMB_BUILDTom Rini1-1/+1
2016-08-26ARM: Move SYS_CACHELINE_SIZE over to KconfigTom Rini1-4/+0
2016-07-14arm: Show cache warnings in U-Boot proper onlySimon Glass1-2/+2
2016-07-14arm: Move check_cache_range() into a common placeSimon Glass1-0/+22
2015-11-10arm: support Thumb-1 with CONFIG_SYS_THUMB_BUILDAlbert ARIBAUD1-0/+11
2015-08-12ARM: cache: implement a default weak flush_cache() functionWu, Josh1-21/+5
2015-08-12ARM: cache: add an empty stub function for invalidate/flush dcacheWu, Josh1-0/+9
2015-01-19arm, arm926ejs: make thumb mode compileableHeiko Schocher1-0/+2
2014-12-18ARM: Implement non-cached memory supportThierry Reding1-0/+44
2014-11-20ARM: remove CONFIG_ARM1136 definesMasahiro Yamada1-2/+2
2014-11-20ARM: remove CONFIG_ARM926EJS definesMasahiro Yamada1-2/+2
2014-07-04ARM: cache_v7: use __weakJeroen Hofstee1-10/+3
2014-05-15arm1136: move cache code from start.S to cache.cAlbert ARIBAUD1-3/+10
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2013-06-10arm: Remove OMAP2420H4 and all omap24xx supportTom Rini1-1/+1
2011-09-04arm: do not force d-cache enable on all boardsAneesh V1-0/+12
2011-07-04arm: minor fixes for cache and mmu handlingAneesh V1-0/+11
2011-07-04armv7: integrate cache maintenance supportAneesh V1-5/+0
2011-07-04arm: make default implementation of cache_flush() weakly linkedAneesh V1-1/+3
2010-11-04ARMV7: Fix build for non-OMAP3 boardsSteve Sakoman1-1/+1
2010-10-13armv7, beagle: add support for ELF relocationsHeiko Schocher1-1/+1
2010-09-19ARM (ARM11): add data cache support, test on Qong boardHeiko Schocher1-1/+1
2010-09-19ARM V7 (OMAP): add data cache support, test on Beagle boardHeiko Schocher1-0/+5
2010-09-19ARM (ARM926ejs): add data cache support, tested on magnesium and tx25 boardHeiko Schocher1-0/+6
2010-04-13Move lib_$ARCH directories to arch/$ARCH/libPeter Tyser1-0/+36