1. 23 Mar, 2017 2 commits
    • Varun Wadekar's avatar
      Tegra: memctrl_v2: enable APE overrides for chip verification · e8ebf0cb
      Varun Wadekar authored
      
      
      This patch enables overrides for APE domains to allow the chip verification
      software harness (MODS) to execute its test cases.
      
      Original change by Harvey Hsieh <hhsieh@nvidia.com>
      
      Change-Id: I09b22376068c5b65d89c2a53154ccb2c60d955bd
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      e8ebf0cb
    • Varun Wadekar's avatar
      Tegra186: re-configure MSS' client settings · e64ce3ab
      Varun Wadekar authored
      
      
      This patch reprograms MSS to make ROC deal with ordering of
      MC traffic after boot and system suspend exit. This is needed
      as device boots with MSS having all control but POR wants ROC
      to deal with the ordering. Performance is expected to improve
      with ROC but since no one has really tested the performance,
      keep the option configurable for now by introducing a platform
      level makefile variable.
      
      Change-Id: I2e782fea138ccf9d281eb043a6b2c3bb97c839a7
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      e64ce3ab
  2. 22 Mar, 2017 1 commit
  3. 20 Mar, 2017 7 commits
  4. 03 Mar, 2017 1 commit
  5. 02 Mar, 2017 5 commits
  6. 28 Feb, 2017 15 commits
  7. 23 Feb, 2017 8 commits
  8. 22 Feb, 2017 1 commit
    • Varun Wadekar's avatar
      Tegra: init normal/crash console for platforms · e1084216
      Varun Wadekar authored
      
      
      The BL2 fills in the UART controller ID to be used as the normal as
      well as the crash console on Tegra platforms. The controller ID to
      UART controller base address mapping is handled by each Tegra SoC
      the base addresses might change across Tegra chips.
      
      This patch adds the handler to parse the platform params to get the
      UART ID for the per-soc handlers.
      
      Change-Id: I4d167b20a59aaf52a31e2a8edf94d8d6f89598fa
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      e1084216