]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ppc4xx: Fix crash on sequoia with cache enabled
authorAnatolij Gustschin <agust@denx.de>
Thu, 17 Apr 2008 16:15:27 +0000 (18:15 +0200)
committerWolfgang Denk <wd@denx.de>
Fri, 18 Apr 2008 07:48:02 +0000 (00:48 -0700)
commitaccf7355767dc7f6b85d88bb1c75c9d95e84ba5b
treed57d97546f1c3c9db1ffdd19ff57522ee06e2218
parent43c509254fab375c49936498da944658117ed07c
ppc4xx: Fix crash on sequoia with cache enabled

Currently U-Boot crashes on sequoia board in CPU POST if
cache is enabled (CONFIG_4xx_DCACHE defined). The cache
won't be disabled by change_tlb before CPU POST because
there is an insufficient adress range check since
CFG_MEM_TOP_HIDE was introduced. This patch tries to fix
this problem.

Signed-off-by: Anatolij Gustschin <agust@denx.de>
cpu/ppc4xx/tlb.c