1. 02 Sep, 2018 4 commits
    • Marcin Wojtas's avatar
      plat: marvell: a80x0: reconfigure CP0 PCIE0 windows · b0f2361a
      Marcin Wojtas authored
      
      
      In order to allow the use of PCIe cards such as graphics cards, whose
      demands for BAR space are typically much higher than those of network
      or SATA/USB cards, reconfigure the I/O windows so we can declare two
      MMIO PCI regions: a 512 MB MMIO32 one at 0xc000_0000 and a 4 GB MMIO64
      one at 0x8_0000_0000. In addition, this will leave ample room for an
      ECAM config space at 0xe000_0000 (up to the ECAM maximum of 256 MB)
      
      For compatibility with older kernels or firmware, leave the original
      16 MB window in place as well.
      
      Change-Id: Ia8177194e542078772f90941eced81b231c16887
      Signed-off-by: default avatarMarcin Wojtas <mw@semihalf.com>
      Reviewed-by: default avatarKostya Porotchkin <kostap@marvell.com>
      b0f2361a
    • Marcin Wojtas's avatar
      plat: marvell: a70x0: reconfigure CP0 PCIE2 windows · 5b0a152a
      Marcin Wojtas authored
      
      
      In order to allow the use of PCIe cards such as graphics cards, whose
      demands for BAR space are typically much higher than those of network
      or SATA/USB cards, reconfigure the I/O windows so we can declare two
      MMIO PCI regions: a 512 MB MMIO32 one at 0xc000_0000 and a 4 GB MMIO64
      one at 0x8_0000_0000. In addition, this will leave ample room for an
      ECAM config space at 0xe000_0000 (up to the ECAM maximum of 256 MB)
      
      For compatibility with older kernels or firmware, leave the original
      16 MB window in place as well.
      
      Change-Id: I80b00691ae8d0a3f3f7285b8e0bfc21c0a095e94
      Signed-off-by: default avatarMarcin Wojtas <mw@semihalf.com>
      Reviewed-by: default avatarKostya Porotchkin <kostap@marvell.com>
      5b0a152a
    • Grzegorz Jaszczyk's avatar
      a8k: use the memory controller feature to protect the RT service region · de5cba28
      Grzegorz Jaszczyk authored
      
      
      Define the RT service space as secure with use of memory controller
      trustzone feature. Thanks to this protection, any NS-Bootloader nor NS-OS,
      won't be able to access RT services (e.g. accidentally overwrite it,
      which will at best result in RT services unavailability).
      
      Change-Id: Ie5b6cbe9a1b77879d6d8f8eac5d4e41e468496ce
      Signed-off-by: default avatarGrzegorz Jaszczyk <jaz@semihalf.com>
      Reviewed-by: default avatarKostya Porotchkin <kostap@marvell.com>
      de5cba28
    • Konstantin Porotchkin's avatar
      plat: marvell: rename common include file · 94d6dd67
      Konstantin Porotchkin authored
      
      
      Rename a8k_common.h to armada_common.h to keep the same header
      name across all other Marvell Armada platforms.
      This is especially useful since various Marvell platforms may
      use common platform files and share the driver modules.
      
      Change-Id: I7262105201123d54ccddef9aad4097518f1e38ef
      Signed-off-by: default avatarKonstantin Porotchkin <kostap@marvell.com>
      94d6dd67
  2. 23 Aug, 2018 1 commit
  3. 22 Aug, 2018 10 commits
  4. 21 Aug, 2018 1 commit
  5. 20 Aug, 2018 1 commit
  6. 19 Aug, 2018 1 commit
  7. 17 Aug, 2018 1 commit
  8. 15 Aug, 2018 2 commits
  9. 10 Aug, 2018 6 commits
  10. 06 Aug, 2018 1 commit
  11. 03 Aug, 2018 7 commits
  12. 01 Aug, 2018 1 commit
    • Daniel Boulby's avatar
      Fix build for SEPARATE_CODE_AND_RODATA=0 · 2ecaafd2
      Daniel Boulby authored
      
      
      TF won't build since no memory region is specified
      for when SEPARATE_CODE_AND_RODATA=0 it still relies on
      the ARM_MAP_BL_RO_DATA region which is never defined for
      this case. Create memory region combining code and RO data for
      when the build flag SEPARATE_CODE_AND_RODATA=0 to fix this
      
      Change-Id: I6c129eb0833497710cce55e76b8908ce03e0a638
      Signed-off-by: default avatarDaniel Boulby <daniel.boulby@arm.com>
      2ecaafd2
  13. 30 Jul, 2018 1 commit
  14. 27 Jul, 2018 1 commit
  15. 26 Jul, 2018 2 commits