1. 20 Jul, 2018 1 commit
  2. 21 Jun, 2018 1 commit
  3. 17 May, 2018 1 commit
  4. 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
  5. 27 Feb, 2018 1 commit
  6. 17 Oct, 2017 1 commit
  7. 03 May, 2017 1 commit
  8. 06 Jan, 2017 1 commit
  9. 16 Nov, 2016 1 commit
  10. 13 Sep, 2016 2 commits
  11. 11 Jul, 2016 1 commit
  12. 24 May, 2016 1 commit
  13. 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
  14. 14 Apr, 2016 1 commit
    • Gerald Lejeune's avatar
      Dump platform-defined regs in crash reporting · 9ff67fa6
      Gerald Lejeune authored
      
      
      It is up to the platform to implement the new plat_crash_print_regs macro to
      report all relevant platform registers helpful for troubleshooting.
      
      plat_crash_print_regs merges or calls previously defined plat_print_gic_regs
      and plat_print_interconnect_regs macros for each existing platforms.
      
      NOTE: THIS COMMIT REQUIRES ALL PLATFORMS THAT ENABLE THE `CRASH_REPORTING`
      BUILD FLAG TO MIGRATE TO USE THE NEW `plat_crash_print_regs()` MACRO. BY
      DEFAULT, `CRASH_REPORTING` IS ENABLED IN DEBUG BUILDS FOR ALL PLATFORMS.
      
      Fixes: arm-software/tf-issues#373
      Signed-off-by: default avatarGerald Lejeune <gerald.lejeune@st.com>
      9ff67fa6
  15. 06 Apr, 2016 1 commit