Re: [U-Boot] [PATCH v3 07/16] FSL DDR: Add e500 TLB helper for DDR code

2008-08-26 Thread Wolfgang Denk
Dear Kumar Gala, In message <[EMAIL PROTECTED]> you wrote: > Provide a helper function that board code can call to map TLBs when > setting up DDR. > > Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> > --- > cpu/mpc85xx/tlb.c | 64 > + > includ

[U-Boot] [PATCH v3 07/16] FSL DDR: Add e500 TLB helper for DDR code

2008-08-20 Thread Kumar Gala
Provide a helper function that board code can call to map TLBs when setting up DDR. Signed-off-by: Kumar Gala <[EMAIL PROTECTED]> --- cpu/mpc85xx/tlb.c | 64 + include/asm-ppc/mmu.h |1 + 2 files changed, 65 insertions(+), 0 deletions(-)