1. 06 11月, 2018 2 次提交
    • S
      arm: mvebu: armada-xp-theadorable.dts: Add "spi-flash" compatible property · 6843db99
      Stefan Roese 提交于
      Add the "spi-flash" compatible string so that the generic sf_probe
      driver can probe the SPI flash on the theadorable Armada-XP board.
      Signed-off-by: NStefan Roese <sr@denx.de>
      6843db99
    • S
      arm: mvebu: Move PCI(e) MBUS window to end of RAM · a8483505
      Stefan Roese 提交于
      With patch 49b23e03 (pci: mvebu: Increase size of PCIe default mapping)
      the mapping size for each PCI(e) controller was increased from 32MiB to
      128MiB. This leads to problems on boards with multiple PCIe slots / ports
      which are unable to map all PCIe ports, e.g. the Armada-XP theadorable:
      
      DRAM:  2 GiB (667 MHz, 64-bit, ECC not enabled)
      SF: Detected m25p128 with page size 256 Bytes, erase size 256 KiB, total 16 MiB
      Cannot add window '4:f8', conflicts with another window
      PCIe unable to add mbus window for mem at f0000000+08000000
      Model: Marvell Armada XP theadorable
      
      This patch moves the base address for the PCI(e) memory spaces from
      0xe8000000 to the end of SDRAM (clipped to a max of 0xc0000000 right now).
      This gives move room and flexibility for PCI(e) mappings.
      Signed-off-by: NStefan Roese <sr@denx.de>
      Cc: VlaoMao <vlaomao@gmail.com>
      Tested-by: VlaoMao <vlaomao at gmail.com>
      a8483505
  2. 02 11月, 2018 1 次提交
    • M
      ARM: rmobile: Generate fitting mem_map on Gen3 · e5cb6bd9
      Marek Vasut 提交于
      Patch "ARM: rmobile: Mark 4-64GiB as DRAM on Gen3" marked the entire
      64bit DRAM space as cachable. On CortexA57, this might result in odd
      side effects, where the CPU tries to prefetch from those areas and if
      there is no DRAM backing them, CPU bus hang can happen.
      
      This patch fixes it by generating the mem_map structure based on the
      actual memory layout obtained from the DT, thus not marking areas
      without any DRAM behind them as cachable.
      Signed-off-by: NMarek Vasut <marek.vasut+renesas@gmail.com>
      Fixes: c1ec3476 ("ARM: rmobile: Mark 4-64GiB as DRAM on Gen3")
      Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
      e5cb6bd9
  3. 31 10月, 2018 1 次提交
  4. 29 10月, 2018 5 次提交
  5. 25 10月, 2018 3 次提交
  6. 22 10月, 2018 26 次提交
  7. 20 10月, 2018 2 次提交