1. 02 Mar, 2017 2 commits
  2. 28 Feb, 2017 4 commits
  3. 27 Feb, 2017 2 commits
  4. 24 Feb, 2017 30 commits
  5. 23 Feb, 2017 2 commits
    • Varun Wadekar's avatar
      Tegra: implement pwr_domain_pwr_down_wfi() handler · 26c0d9b2
      Varun Wadekar authored
      
      
      This patch adds the pwr_domain_power_down_wfi() handler for Tegra
      platforms which in turn executes the soc specific `power_down_wfi`
      handler.
      
      Change-Id: I5deecc09959db3c3d73f928f5c871966331cfd95
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      26c0d9b2
    • Varun Wadekar's avatar
      Tegra: memmap BL31's TZDRAM carveout · 260ae46f
      Varun Wadekar authored
      
      
      This patch maps the TZDRAM carveout used by the BL31. In the near
      future BL31 would be running from the TZRAM for security and
      performance reasons. The only downside to this solution is that
      the TZRAM loses its state in System Suspend. So, we map the TZDRAM
      carveout that the BL31 would use to save its state before entering
      System Suspend.
      
      Change-Id: Id5bda7e9864afd270cf86418c703fa61c2cb095f
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      260ae46f