[U-Boot] [PATCH 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 ga...@kernel.crashing.org --- cpu/mpc85xx/tlb.c |9 + include/asm-ppc/mmu.h | 21

[U-Boot] [PATCH 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 ga...@kernel.crashing.org --- * Use new FSL_BOOKE_MAS7 macro cpu/mpc85xx/tlb.c |9 +