1. 21 6月, 2006 13 次提交
  2. 15 6月, 2006 4 次提交
  3. 11 6月, 2006 1 次提交
  4. 09 6月, 2006 1 次提交
  5. 06 6月, 2006 1 次提交
  6. 01 6月, 2006 1 次提交
  7. 27 5月, 2006 1 次提交
  8. 24 5月, 2006 16 次提交
  9. 19 5月, 2006 2 次提交
    • J
      [PATCH] powerpc: pseries: Use generic dma-window parsing function · 4c76e0bc
      Jeremy Kerr 提交于
      Change the pseries iommu init code to use the new of_parse_dma_window()
      to parse the ibm,dma-window and ibm,my-dma-window properties of pci and
      virtual device nodes.
      
      Also, clean up vio_build_iommu_table() a little.
      
      Tested on pseries, with both vio and pci devices.
      Signed-off-by: NJeremy Kerr <jk@ozlabs.org>
      Acked-by: NOlof Johansson <olof@lixom.net>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      4c76e0bc
    • M
      [PATCH] powerpc: Unify mem= handling · 2babf5c2
      Michael Ellerman 提交于
      We currently do mem= handling in three seperate places. And as benh pointed out
      I wrote two of them. Now that we parse command line parameters earlier we can
      clean this mess up.
      
      Moving the parsing out of prom_init means the device tree might be allocated
      above the memory limit. If that happens we'd have to move it. As it happens
      we already have logic to do that for kdump, so just genericise it.
      
      This also means we might have reserved regions above the memory limit, if we
      do the bootmem allocator will blow up, so we have to modify
      lmb_enforce_memory_limit() to truncate the reserves as well.
      
      Tested on P5 LPAR, iSeries, F50, 44p. Tested moving device tree on P5 and
      44p and F50.
      Signed-off-by: NMichael Ellerman <michael@ellerman.id.au>
      Signed-off-by: NPaul Mackerras <paulus@samba.org>
      2babf5c2