1. 25 May, 2020 17 commits
  2. 22 May, 2020 1 commit
    • Jon Hunter's avatar
      firmware: tegra: Defer BPMP probe if shared memory not available · 10b20066
      Jon Hunter authored
      Since commit 93d2e432 ("of: platform: Batch fwnode parsing when
      adding all top level devices") was added, the probing of the Tegra
      SRAM device has occurred later in the boot sequence, after the BPMP
      has been probed. The BPMP uses sections of the SRAM for shared memory
      and if the BPMP is probed before the SRAM then it fails to probe and
      never tries again. This is causing a boot failure on Tegra186 and
      Tegra194. Fix this by allowing the probe of the BPMP to be deferred if
      the SRAM is not available yet.
      Signed-off-by: default avatarJon Hunter <jonathanh@nvidia.com>
      Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
      10b20066
  3. 20 May, 2020 6 commits
  4. 19 May, 2020 4 commits
  5. 18 May, 2020 1 commit
  6. 15 May, 2020 7 commits
  7. 14 May, 2020 1 commit
  8. 12 May, 2020 3 commits