All of lore.kernel.org
 help / color / mirror / Atom feed
* Change ARM Cache Type from Write-Back Cached Write Allocate to Write-Back, No Allocate
@ 2010-04-19  3:09 Richard Liu
  2010-04-19  7:18 ` Russell King - ARM Linux
  0 siblings, 1 reply; 2+ messages in thread
From: Richard Liu @ 2010-04-19  3:09 UTC (permalink / raw)
  To: linux-arm-kernel

Based on ARM11 MPCore TRM r1p0
Page 5-16

At TLB table, TEX cache memory support 4 type cache types
1) Noncachabled
2) Write-Back cached Write Allocate, Buffered
3) Write-Through cached, No Allocate on Write, Buffered
4) Write-Back cached, No Allocate on Write, Buffered.

 From ARM's information, if change the TEX type to Write-Through,
the L1 Cache would be "behavior is noncacheable"
I think we can disable L1/L2 cache to reach the same result.

If want to change the default setting from "Write-Back cached Write 
Allocate, Buffered" to "Write-Back cached, No Allocate on Write, Buffered".
How to modify the build_mem_type_table in file mmu.c?
And should it need more patches on others part like L1 or L2 coherence 
function?

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-04-19  7:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-04-19  3:09 Change ARM Cache Type from Write-Back Cached Write Allocate to Write-Back, No Allocate Richard Liu
2010-04-19  7:18 ` Russell King - ARM Linux

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.