]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
s5pc1xx: update cache routines
authorMinkyu Kang <mk7.kang@samsung.com>
Fri, 18 Dec 2009 06:03:51 +0000 (15:03 +0900)
committerTom Rix <Tom.Rix@windriver.com>
Sat, 23 Jan 2010 14:15:48 +0000 (08:15 -0600)
commitd8e5f55475e621e793a15d93e2dd2549c5138735
tree84b5d3a6093cf96379ea23f3bf4b6e655d5a9185
parent17ef9104ae11220979e1870f22dcaf535d9baacf
s5pc1xx: update cache routines

Because of v7_flush_dcache_all is moved to omap3/cache.S
and s5pc110 needs cache routines, update s5pc1xx cache routines.

l2_cache_enable and l2_caceh_disable are moved from cache.c to cache.S
and invalidate_dcache is modified for SoC specific.

Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
cpu/arm_cortexa8/s5pc1xx/Makefile
cpu/arm_cortexa8/s5pc1xx/cache.S [new file with mode: 0644]
include/asm-arm/arch-s5pc1xx/sys_proto.h [moved from cpu/arm_cortexa8/s5pc1xx/cache.c with 61% similarity]
include/configs/smdkc100.h