Re: [U-Boot] [PATCH 1/3] MPC85xx: Add MPC8569 CPU support

2009-03-27 Thread Wolfgang Denk
Dear Haiying Wang, In message <12381013102804-git-send-email-haiying.w...@freescale.com> you wrote: > There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of > LBCR > in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage, then > invalidate it after LBCR bit 13 is

[U-Boot] [PATCH 1/3] MPC85xx: Add MPC8569 CPU support

2009-03-26 Thread Haiying Wang
There is a workaround for MPC8569 CPU Errata, which needs to set Bit 13 of LBCR in 4K bootpage. We setup a temp TLB for eLBC controller in bootpage, then invalidate it after LBCR bit 13 is set. Signed-off-by: Haiying Wang --- cpu/mpc85xx/Makefile |1 + cpu/mpc85xx/cpu.c|