u-boot-brain/arch/powerpc
Kumar Gala 3b2001105f powerpc/bootm: Flush ramdisk and device tree image when booting on MP
We already flush the kernel image after we've loaded it to ensure
visiblity to the other cores.  We need to do the same thing for the
ramdisk and device tree images.  In AMP boot scenarios we might not be
HW cache coherent with the secondary core that we are loading and
setting the ramdisk and device tree up for.  Thus we need to ensure
we've flushed the regions of memory utilized by ramdisk and device tree
so the loadding and any modifications (from decompression or fdt updates)
are made visible to the secondary cores.

Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2011-12-12 08:17:52 +01:00
..
cpu Merge branch 'master' of git://git.denx.de/u-boot-mpc83xx 2011-12-07 23:01:26 +01:00
include/asm mpc85xx: support for Freescale COM Express P2020 2011-11-29 09:07:51 -06:00
lib powerpc/bootm: Flush ramdisk and device tree image when booting on MP 2011-12-12 08:17:52 +01:00
config.mk Handle most LDSCRIPT setting centrally 2011-04-30 00:59:47 +02:00