]> 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>
Thu, 14 Jan 2010 17:48:56 +0000 (11:48 -0600)
commit1c2a8e359ebbec0dbef62f5b54c72f9cd72ccd59
tree091f1c3c45b7be50ac5fe79e935352c6b2db89b0
parent59a71a096a41bb0fb38ee9416d1d7e2b8200b038
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