Re: [U-Boot] [PATCH 5/5] powerpc/85xx: resize the boot page TLB before relocating CCSR

2011-11-08 Thread Kumar Gala
On Oct 31, 2011, at 1:30 PM, Timur Tabi wrote: > On some Freescale systems (e.g. those booted from the on-chip ROM), the > TLB that covers the boot page can also cover CCSR, which breaks the CCSR > relocation code. To fix this, we resize the boot page TLB so that it only > covers the 4KB boot pa

[U-Boot] [PATCH 5/5] powerpc/85xx: resize the boot page TLB before relocating CCSR

2011-10-31 Thread Timur Tabi
On some Freescale systems (e.g. those booted from the on-chip ROM), the TLB that covers the boot page can also cover CCSR, which breaks the CCSR relocation code. To fix this, we resize the boot page TLB so that it only covers the 4KB boot page. Signed-off-by: Timur Tabi --- arch/powerpc/cpu/mpc