1. 08 12月, 2009 1 次提交
  2. 28 11月, 2009 3 次提交
  3. 14 11月, 2009 5 次提交
  4. 12 11月, 2009 7 次提交
  5. 11 11月, 2009 2 次提交
  6. 10 11月, 2009 10 次提交
  7. 09 11月, 2009 1 次提交
  8. 08 11月, 2009 5 次提交
  9. 06 11月, 2009 5 次提交
  10. 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