commit | dbca208518e5e7f01a6420588d1cd6e60db74c2b | [log] [tgz] |
---|---|---|
author | Stefan Roese <sr@denx.de> | Thu Jun 14 11:14:32 2007 +0200 |
committer | Stefan Roese <sr@denx.de> | Thu Jun 14 11:14:32 2007 +0200 |
tree | 72d0e07a57fbb9a11935da512803d852063f382b | |
parent | fba3fb0449b8a54542aed1e729de76e7f5a2ff1b [diff] |
[ppc4xx] Extend program_tlb() with virtual & physical addresses Now program_tlb() allows to program a TLB (or multiple) with different virtual and physical addresses. With this change, now one physical region (e.g. SDRAM) can be mapped 2 times, once with caches diabled and once with caches enabled. Signed-off-by: Stefan Roese <sr@denx.de>