Skip to content
Snippets Groups Projects
  1. Mar 09, 2014
  2. Mar 05, 2014
    • Stephen Warren's avatar
      ARM: tegra: simplify halt_avp() · 716ff5ce
      Stephen Warren authored
      
      In order to completely halt the AVP processor, we should simply write
      FLOW_MODE_STOP without any extra options that allow wakeup. Amend the
      code to do this.
      
      I believe that enabling FIQ_1 and IRQ_1 allow the CPU to be awoken by
      interrupts. We don't want this; if later SW wishes to use the AVP, it
      should be reset and booted from scratch.
      
      Related, the bits that were previously IRQ_1 and FIQ_1 have a slightly
      different definition starting with Tegra114, so the values we're
      writing don't entirely make sense there anyway.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      716ff5ce
    • Stephen Warren's avatar
      ARM: tegra: fix pmc_pwrgate_timer_mult register definition · f3026c16
      Stephen Warren authored
      
      Register pmc_pwrgate_timer_mult has a different layout on Tegra114 and
      Tegra124. Reflect this in pmc.h.
      
      Also, simply write the whole of the register in start_cpu() rather than
      doing a read-modify-write; the register is simple enough that the code
      can easily construct the entire desired value.
      
      Signed-off-by: default avatarStephen Warren <swarren@nvidia.com>
      Signed-off-by: default avatarTom Warren <twarren@nvidia.com>
      f3026c16
  3. Mar 04, 2014
  4. Feb 26, 2014
  5. Feb 25, 2014
  6. Feb 24, 2014
  7. Feb 22, 2014
  8. Feb 21, 2014
  9. Feb 19, 2014
  10. Feb 18, 2014
  11. Feb 13, 2014
Loading