Re: [U-Boot] [PATCH 4/8] mpc86xx: Add support to populate addr map based on BATs

2009-02-09 Thread Wolfgang Denk
Dear Becky Bruce, In message <1233706256-13878-5-git-send-email-bec...@kernel.crashing.org> you wrote: > If CONFIG_ADDR_MAP is enabled, update the address map > whenever we write a bat. > > Signed-off-by: Becky Bruce > --- > cpu/mpc86xx/cpu_init.c | 27 +++ > include/

Re: [U-Boot] [PATCH 4/8] mpc86xx: Add support to populate addr map based on BATs

2009-02-04 Thread Jon Loeliger
Becky Bruce wrote: > If CONFIG_ADDR_MAP is enabled, update the address map > whenever we write a bat. > > Signed-off-by: Becky Bruce > --- Acked-by: Jon Loeliger Assuming someone else will now pick up this series. Thanks, jdl ___ U-Boot mailing l

[U-Boot] [PATCH 4/8] mpc86xx: Add support to populate addr map based on BATs

2009-02-03 Thread Becky Bruce
If CONFIG_ADDR_MAP is enabled, update the address map whenever we write a bat. Signed-off-by: Becky Bruce --- cpu/mpc86xx/cpu_init.c | 27 +++ include/asm-ppc/mmu.h | 16 +--- lib_ppc/bat_rw.c | 28 lib_ppc/board.c