]> git.sur5r.net Git - u-boot/commit
MIPS: L2 cache support
authorPaul Burton <paul.burton@imgtec.com>
Wed, 21 Sep 2016 10:18:54 +0000 (11:18 +0100)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Wed, 21 Sep 2016 13:04:04 +0000 (15:04 +0200)
commit4baa0ab67d504f3b4318f999631e3f83d0c52c4a
tree25fcdc21f993e7f305d870068cc8fd76b9508f48
parentb2b135d980a7171c9b0eefbb38861ccbe9a47f97
MIPS: L2 cache support

This patch adds support for initialising & maintaining L2 caches on MIPS
systems. The L2 cache configuration may be advertised through either
coprocessor 0 or the MIPS Coherence Manager depending upon the system,
and support for both is included.

If the L2 can be bypassed then we bypass it early in boot & initialise
the L1 caches first, such that we can start making use of the L1
instruction cache as early as possible. Otherwise we initialise the L2
first such that the L1s have no opportunity to generate access to the
uninitialised L2.

Signed-off-by: Paul Burton <paul.burton@imgtec.com>
arch/mips/Kconfig
arch/mips/include/asm/cm.h
arch/mips/include/asm/global_data.h
arch/mips/include/asm/mipsregs.h
arch/mips/lib/cache.c
arch/mips/lib/cache_init.S