From 343c185b7d7383b1f5b5144e837045af28afc42b Mon Sep 17 00:00:00 2001 From: kaloz Date: Tue, 23 Jun 2009 21:04:37 +0000 Subject: use broken-out patches for the coldfire to make it easier to follow differences against the bsp git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16547 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../patches/024-m5445x_enable_cache_store.patch | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 target/linux/coldfire/patches/024-m5445x_enable_cache_store.patch (limited to 'target/linux/coldfire/patches/024-m5445x_enable_cache_store.patch') diff --git a/target/linux/coldfire/patches/024-m5445x_enable_cache_store.patch b/target/linux/coldfire/patches/024-m5445x_enable_cache_store.patch new file mode 100644 index 000000000..e0b9c8033 --- /dev/null +++ b/target/linux/coldfire/patches/024-m5445x_enable_cache_store.patch @@ -0,0 +1,40 @@ +From 96de11ad11db226423d364a75cc82c6118a18a1f Mon Sep 17 00:00:00 2001 +From: Kurt Mahan +Date: Tue, 4 Dec 2007 00:04:21 -0700 +Subject: [PATCH] Enable Cache Store Buffer. + +LTIBName: m5445x-enable-cache-store +Signed-off-by: Kurt Mahan +--- + arch/m68k/coldfire/config.c | 2 ++ + include/asm-m68k/cfcache.h | 1 + + 2 files changed, 3 insertions(+), 0 deletions(-) + +--- a/arch/m68k/coldfire/config.c ++++ b/arch/m68k/coldfire/config.c +@@ -21,6 +21,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -165,6 +166,7 @@ asmlinkage void __init cf_early_init(voi + + sizeof(record->data[0]) + sizeof(record->data[1]); + + /* Invalidate caches via CACR */ ++ flush_bcache(); + cacr_set(CACHE_DISABLE_MODE); + + /* Turn on caches via CACR, enable EUSP */ +--- a/include/asm-m68k/cfcache.h ++++ b/include/asm-m68k/cfcache.h +@@ -64,6 +64,7 @@ + #define CACHE_INITIAL_MODE (CF_CACR_DEC+ \ + CF_CACR_BEC+ \ + CF_CACR_IEC+ \ ++ CF_CACR_DESB+ \ + CF_CACR_EUSP) + #else + /* cache disabled for testing */ -- cgit v1.2.3