Re: [U-Boot] [PATCH v2 2/2] ppc/85xx: Repack tlb_table to save space

2009-09-15 Thread Kumar Gala
On Sep 11, 2009, at 12:27 PM, Kumar Gala wrote: > We can pack the initial tlb_table in MAS register format and use > write_tlb to set things up. This savings can be helpful for NAND > style first stage boot loaders. > > Signed-off-by: Kumar Gala > --- > * Use new FSL_BOOKE_MAS7 macro applied t

[U-Boot] [PATCH v2 2/2] ppc/85xx: Repack tlb_table to save space

2009-09-11 Thread Kumar Gala
We can pack the initial tlb_table in MAS register format and use write_tlb to set things up. This savings can be helpful for NAND style first stage boot loaders. Signed-off-by: Kumar Gala --- * Use new FSL_BOOKE_MAS7 macro cpu/mpc85xx/tlb.c |9 + include/asm-ppc/mmu.h | 21 ++