1. 04 Sep, 2018 1 commit
    • Bryan O'Donoghue's avatar
      imx7: imx_regs: Add a shared imx-regs.h for i.MX7 ATF platforms · 7d464592
      Bryan O'Donoghue authored
      
      
      In order to have some common code shared between similar SOCs its pretty
      common to have IP blocks reused. In reusing those blocks we frequently need
      to map compatible blocks to different addresses depending on the SOC.
      
      This patch adds a basic memory map of the i.MX7 based on the "Cortex-A7
      Memory Map" section 2.12 of "i.MX7Solo Applications Processor Reference
      Manual, Rev 0.1 08/2016"
      
      In memory map terms the i.MX7S and i.MX7D are identical with the D
      variant containing two Cortex-A7 cores plus a Cortex-M core and the S
      variant containing one Cortex-A7 and one Cortex-M.
      Signed-off-by: default avatarBryan O'Donoghue <bryan.odonoghue@linaro.org>
      7d464592
  2. 30 Aug, 2018 3 commits
  3. 23 Aug, 2018 1 commit
  4. 22 Aug, 2018 10 commits
  5. 21 Aug, 2018 1 commit
  6. 20 Aug, 2018 1 commit
  7. 19 Aug, 2018 1 commit
  8. 17 Aug, 2018 1 commit
  9. 15 Aug, 2018 2 commits
  10. 10 Aug, 2018 6 commits
  11. 06 Aug, 2018 1 commit
  12. 03 Aug, 2018 7 commits
  13. 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
  14. 30 Jul, 2018 1 commit
  15. 27 Jul, 2018 1 commit
  16. 26 Jul, 2018 2 commits