1. 23 Feb, 2017 1 commit
    • Varun Wadekar's avatar
      Tegra: PM: soc-specific system off handler · 31a4957c
      Varun Wadekar authored
      
      
      This patch introduces a power down handler which can be overriden
      by SoCs to customise the power down process. The current SoCs do
      not have a way of powering down the entire system as external PMIC
      chips are involved in the process.
      
      But future SoCs will have a way to power off the entire system
      without talking to an external PMIC.
      
      Change-Id: Ie7750714141a29cb0a1a616fafc531c4f11d0985
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      31a4957c
  2. 22 Feb, 2017 1 commit
    • Varun Wadekar's avatar
      Tegra: add tzdram_base to plat_params_from_bl2 struct · e0d4158c
      Varun Wadekar authored
      
      
      This patch adds another member, tzdram_base, to the plat_params_from_bl2 struct
      in order to store the TZDRAM carveout base address used to load the Trusted OS.
      The monitor programs the memory controller with the TZDRAM base and size in order
      to deny any accesses from the NS world.
      
      Change-Id: If39b8674d548175d7ccb6525c18d196ae8a8506c
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      e0d4158c
  3. 04 Dec, 2015 1 commit
  4. 10 Nov, 2015 1 commit
  5. 24 Jul, 2015 1 commit
  6. 06 Jul, 2015 1 commit
  7. 29 May, 2015 1 commit
    • Varun Wadekar's avatar
      Support for NVIDIA's Tegra T210 SoCs · 08438e24
      Varun Wadekar authored
      
      
      T210 is the latest chip in the Tegra family of SoCs from NVIDIA. It is an
      ARM v8 dual-cluster (A57/A53) SoC, with any one of the clusters being active
      at a given point in time.
      
      This patch adds support to boot the Trusted Firmware on T210 SoCs. The patch
      also adds support to boot secondary CPUs, enter/exit core power states for
      all CPUs in the slow/fast clusters. The support to switch between clusters
      is still not available in this patch and would be available later.
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      08438e24