1. 16 7月, 2010 1 次提交
  2. 05 11月, 2009 1 次提交
    • C
      RealView: Add sparsemem support for the RealView PBX platform · c97c5aa8
      Catalin Marinas 提交于
      The RealView PBX board has two 512MB blocks of memory - one at
      0x70000000 (with 256MB mirror at 0) and another at 0x20000000. Only the
      block at 0x70000000 (or the mirror at 0) may be used for DMA (e.g.
      framebuffer). This patch adds the sparsemem definitions to allow the use
      of all the memory split as follows:
      
        256MB @ 0x00000000 (ZONE_DMA)
        512MB @ 0x20000000 (ZONE_NORMAL)
        256MB @ 0x80000000 (ZONE_NORMAL)
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      c97c5aa8
  3. 01 12月, 2008 1 次提交
    • C
      RealView: Allow PHYS_OFFSET at 0x70000000 · 70bb62f8
      Catalin Marinas 提交于
      RealView boards like PB11MPCore have 512MB of RAM available contiguously
      at 0x70000000. Half of the memory is mirrored at 0x00000000 for
      backwards compatibility. This patch adds the
      CONFIG_REALVIEW_HIGH_PHYS_OFFSET option option to change the physical
      base address so that the full amount of RAM is available to Linux. Note
      that the EB board has 256MB of RAM also mirrored at 0x70000000, the only
      board without this feature being PB1176.
      Signed-off-by: NCatalin Marinas <catalin.marinas@arm.com>
      
      
      70bb62f8
  4. 28 11月, 2008 1 次提交
    • N
      [ARM] remove a common set of __virt_to_bus definitions · b5ee9002
      Nicolas Pitre 提交于
      Let's provide an overridable default instead of having every machine
      class define __virt_to_bus and __bus_to_virt to the same thing.  What
      most platforms are using is bus_addr == phys_addr so such is the default.
      
      One exception is ebsa110 which has no DMA what so ever, so the actual
      definition is not important except only for proper compilation.  Also
      added a comment about the special footbridge bus translation.
      
      Let's also remove comments alluding to set_dma_addr which is not
      (and should not) be commonly used.
      Signed-off-by: NNicolas Pitre <nico@marvell.com>
      Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
      b5ee9002
  5. 07 8月, 2008 1 次提交
  6. 02 11月, 2005 1 次提交
  7. 31 10月, 2005 1 次提交
  8. 30 10月, 2005 1 次提交
  9. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4