1. 10 1月, 2012 2 次提交
  2. 24 12月, 2011 11 次提交
  3. 22 12月, 2011 1 次提交
  4. 21 12月, 2011 2 次提交
  5. 20 12月, 2011 5 次提交
  6. 19 12月, 2011 8 次提交
  7. 18 12月, 2011 1 次提交
  8. 17 12月, 2011 1 次提交
  9. 13 12月, 2011 1 次提交
  10. 12 12月, 2011 1 次提交
    • K
      powerpc/bootm: Flush ramdisk and device tree image when booting on MP · 3b200110
      Kumar Gala 提交于
      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: NKumar Gala <galak@kernel.crashing.org>
      3b200110
  11. 11 12月, 2011 7 次提交