1. 13 Apr, 2017 4 commits
  2. 07 Apr, 2017 6 commits
  3. 05 Apr, 2017 4 commits
  4. 30 Mar, 2017 2 commits
  5. 27 Mar, 2017 1 commit
  6. 23 Mar, 2017 5 commits
  7. 22 Mar, 2017 1 commit
  8. 20 Mar, 2017 9 commits
  9. 03 Mar, 2017 1 commit
  10. 02 Mar, 2017 5 commits
  11. 28 Feb, 2017 2 commits
    • Varun Wadekar's avatar
      Tegra: per-soc `get_target_pwr_state` handler · a7cd0953
      Varun Wadekar authored
      
      
      This patch implements a per-soc handler to calculate the target
      power state for the cluster/system. A weak implementation of the
      handler is provided for platforms to use by default.
      
      For SoCs with multiple CPU clusters, this handler would provide
      the individual cluster/system state, allowing the PSCI service to
      flush caches during cluster/system power down.
      
      Change-Id: I568cdb42204f9841a8430bd9105bd694f71cf91d
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      a7cd0953
    • Varun Wadekar's avatar
      Tegra: relocate BL32 image to TZDRAM memory · da3849ec
      Varun Wadekar authored
      
      
      This patch adds support to relocate the BL32 image from the NS
      memory to TZDRAM during cold boot. The NS memory buffer is
      cleared out after the process completes.
      
      Change-Id: I1a033ffe73b8c309449f874d5187708d0a8846d2
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      da3849ec