1. 30 7月, 2014 2 次提交
  2. 21 5月, 2014 1 次提交
  3. 30 4月, 2014 8 次提交
  4. 12 3月, 2014 1 次提交
    • M
      drivers: of: add initialization code for static reserved memory · e8d9d1f5
      Marek Szyprowski 提交于
      This patch adds support for static (defined by 'reg' property) reserved
      memory regions declared in device tree.
      
      Memory blocks can be reliably reserved only during early boot. This must
      happen before the whole memory management subsystem is initialized,
      because we need to ensure that the given contiguous blocks are not yet
      allocated by kernel. Also it must happen before kernel mappings for the
      whole low memory are created, to ensure that there will be no mappings
      (for reserved blocks). Typically, all this happens before device tree
      structures are unflattened, so we need to get reserved memory layout
      directly from fdt.
      
      Based on previous code provided by Josh Cartwright <joshc@codeaurora.org>
      Signed-off-by: NMarek Szyprowski <m.szyprowski@samsung.com>
      Signed-off-by: NGrant Likely <grant.likely@linaro.org>
      e8d9d1f5
  5. 10 1月, 2014 1 次提交
    • K
      powerpc: introduce early_get_first_memblock_info · b27652dd
      Kevin Hao 提交于
      For a relocatable kernel since it can be loaded at any place, there
      is no any relation between the kernel start addr and the memstart_addr.
      So we can't calculate the memstart_addr from kernel start addr. And
      also we can't wait to do the relocation after we get the real
      memstart_addr from device tree because it is so late. So introduce
      a new function we can use to get the first memblock address and size
      in a very early stage (before machine_init).
      Signed-off-by: NKevin Hao <haokexin@gmail.com>
      Signed-off-by: NScott Wood <scottwood@freescale.com>
      b27652dd
  6. 10 10月, 2013 4 次提交
  7. 27 8月, 2013 1 次提交
  8. 24 7月, 2013 1 次提交
  9. 28 12月, 2011 1 次提交
  10. 04 8月, 2011 1 次提交
  11. 03 8月, 2011 1 次提交
  12. 16 1月, 2011 1 次提交
  13. 09 1月, 2011 1 次提交
  14. 02 1月, 2011 1 次提交
  15. 30 12月, 2010 2 次提交
  16. 22 10月, 2010 1 次提交
  17. 29 4月, 2010 2 次提交
  18. 14 2月, 2010 2 次提交
  19. 09 2月, 2010 5 次提交
  20. 11 12月, 2009 3 次提交