]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
85xx: Fix how we map DDR memory
authorKumar Gala <galak@kernel.crashing.org>
Fri, 6 Feb 2009 15:56:35 +0000 (09:56 -0600)
committerAndy Fleming <afleming@freescale.com>
Tue, 17 Feb 2009 00:05:51 +0000 (18:05 -0600)
commitf8523cb0815b2d3d2d780b7d49ca614105555f58
tree206a783a630f0878ad49977dfe712219bfd4e957
parent1542fbdeec0d1e2a6df13189df8dcb1ce8802be3
85xx: Fix how we map DDR memory

Previously we only allowed power-of-two memory sizes and didnt
handle >2G of memory.  Now we will map up to CONFIG_MAX_MEM_MAPPED
and should properly handle any size that we can make in the TLBs
we have available to us

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
cpu/mpc85xx/tlb.c
include/asm-ppc/config.h
include/asm-ppc/processor.h
include/configs/MPC8572DS.h