1. 03 Jun, 2021 1 commit
  2. 24 Jan, 2020 1 commit
  3. 01 Feb, 2019 1 commit
  4. 09 Jan, 2019 1 commit
  5. 04 Jan, 2019 1 commit
    • Antonio Nino Diaz's avatar
      Sanitise includes across codebase · 09d40e0e
      Antonio Nino Diaz authored
      Enforce full include path for includes. Deprecate old paths.
      
      The following folders inside include/lib have been left unchanged:
      
      - include/lib/cpus/${ARCH}
      - include/lib/el3_runtime/${ARCH}
      
      The reason for this change is that having a global namespace for
      includes isn't a good idea. It defeats one of the advantages of having
      folders and it introduces problems that are sometimes subtle (because
      you may not know the header you are actually including if there are two
      of them).
      
      For example, this patch had to be created because two headers were
      called the same way: e0ea0928 ("Fix gpio includes of mt8173 platform
      to avoid collision."). More recently, this patch has had similar
      problems: 46f9b2c3 ("drivers: add tzc380 support").
      
      This problem was introduced in commit 4ecca339
      
       ("Move include and
      source files to logical locations"). At that time, there weren't too
      many headers so it wasn't a real issue. However, time has shown that
      this creates problems.
      
      Platforms that want to preserve the way they include headers may add the
      removed paths to PLAT_INCLUDES, but this is discouraged.
      
      Change-Id: I39dc53ed98f9e297a5966e723d1936d6ccf2fc8f
      Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
      09d40e0e
  6. 20 Jul, 2018 1 commit
  7. 21 Jun, 2018 1 commit
  8. 17 May, 2018 1 commit
  9. 15 Mar, 2018 1 commit
    • Jolly Shah's avatar
      zynqmp: Use DDR memory when DEBUG is enabled · 3077f8d9
      Jolly Shah authored
      
      
      Define default DDR location to which ATF has to compiled
      if DEBUG option is enabled. This is required now, as the ATF cant fit
      in OCM with DEBUG option enabled. The default value is 0x1000 and can be
      used till 0x7ffff. User can still override as per wish/requirement
      using current commandline options.
      Signed-off-by: default avatarJolly Shah <jollys@xilinx.com>
      3077f8d9
  10. 27 Feb, 2018 1 commit
  11. 17 Oct, 2017 1 commit
  12. 03 May, 2017 1 commit
  13. 06 Jan, 2017 1 commit
  14. 16 Nov, 2016 1 commit
  15. 13 Sep, 2016 2 commits
  16. 11 Jul, 2016 1 commit
  17. 24 May, 2016 1 commit
  18. 25 Apr, 2016 1 commit
    • Soren Brinkmann's avatar
      zynqmp: Revise memory configuration options · 01555332
      Soren Brinkmann authored
      
      
      Drop the current configuration options for selecting the location of
      the ATF and TSP (ZYNQMP_ATF_LOCATION, ZYNQMP_TSP_RAM_LOCATION).
      The new configuration provides one default setup (ATF in OCM,
      BL32 in DRAM). Additionally, the new configuration options
       - ZYNQMP_ATF_MEM_BASE
       - ZYNQMP_ATF_MEM_SIZE
       - ZYNQMP_BL32_MEM_BASE
       - ZYNQMP_BL32_MEM_SIZE
      can be used to freely configure the memory locations used for ATF and
      secure payload.
      
      Also, allow setting the BL33 entry point via PRELOADED_BL33_BASE.
      
      Cc: petalinux-dev@xilinx.com
      Signed-off-by: default avatarSoren Brinkmann <soren.brinkmann@xilinx.com>
      Acked-by: default avatarAlistair Francis <alistair.francis@xilinx.com>
      01555332
  19. 06 Apr, 2016 1 commit