1. 20 Mar, 2017 10 commits
  2. 07 Mar, 2017 1 commit
    • Varun Wadekar's avatar
      Tegra210: enable errata for Cortex-A57 and Cortex-A53 CPUs · 1f38d3c9
      Varun Wadekar authored
      
      
      This patch enables the following erratas for the Tegra210 SoC:
      
      * Cortex-A57
      =============
      - A57_DISABLE_NON_TEMPORAL_HINT
      - ERRATA_A57_826974
      - ERRATA_A57_826977
      - ERRATA_A57_828024
      - ERRATA_A57_829520
      - ERRATA_A57_833471
      
      * Cortex-A53
      =============
      - A53_DISABLE_NON_TEMPORAL_HINT
      - ERRATA_A53_826319
      - ERRATA_A53_836870
      
      Tegra210 uses Cortex-A57 revision: r1p1 and Cortex-A53 revision: r0p2.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      1f38d3c9
  3. 03 Mar, 2017 1 commit
  4. 02 Mar, 2017 10 commits
  5. 28 Feb, 2017 15 commits
  6. 27 Feb, 2017 1 commit
  7. 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