diff options
author | Magnus Damm <damm@igel.co.jp> | 2009-08-20 13:58:38 +0000 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-08-21 08:32:15 +0900 |
commit | 7c328e476bc56c86e77ffff5c947f4b8ec47e36b (patch) | |
tree | f911f8dd4323afbd310454407a7a5fdfcda13f28 /arch/sh/include | |
parent | 045a4b7ee73764131c39733de7d06e8c553f805a (diff) | |
download | op-kernel-dev-7c328e476bc56c86e77ffff5c947f4b8ec47e36b.zip op-kernel-dev-7c328e476bc56c86e77ffff5c947f4b8ec47e36b.tar.gz |
sh: invalidate icache and tlbs during boot on kfr2r09
Add instruction cache and TLB invalidation code for the
the kfr2r09 romimage target.
Signed-off-by: Magnus Damm <damm@igel.co.jp>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt index 25801d4..a19ac31 100644 --- a/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt +++ b/arch/sh/include/mach-kfr2r09/mach/partner-jet-setup.txt @@ -16,6 +16,12 @@ LIST "--------------------------------" LIST "disable watchdog" EW 0xa4520004, 0xa507 +LIST "invalidate instruction cache" +ED 0xff00001c, 0x00000800 + +LIST "invalidate TLBs" +ED 0xff000010, 0x00000004 + LIST "select mode for cs5 + cs6" ED 0xff800020, 0xa5a50001 ED 0xfec10000, 0x0000001b |