1. 21 Jun, 2018 1 commit
  2. 17 May, 2018 1 commit
  3. 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
  4. 27 Feb, 2018 1 commit
  5. 17 Oct, 2017 1 commit
  6. 03 May, 2017 1 commit
  7. 06 Jan, 2017 1 commit
  8. 16 Nov, 2016 1 commit
  9. 13 Sep, 2016 2 commits
  10. 11 Jul, 2016 1 commit
  11. 24 May, 2016 1 commit
  12. 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
  13. 06 Apr, 2016 1 commit