1. 12 Mar, 2019 1 commit
  2. 11 Mar, 2019 1 commit
  3. 08 Mar, 2019 9 commits
  4. 07 Mar, 2019 14 commits
  5. 06 Mar, 2019 1 commit
  6. 05 Mar, 2019 4 commits
  7. 04 Mar, 2019 8 commits
  8. 01 Mar, 2019 2 commits
    • Varun Wadekar's avatar
      Tegra: dummy support for the io_storage backend · 8d56e24b
      Varun Wadekar authored
      
      
      This patch provides dummy macros and platform files to compile
      the io_storage driver backend. This patch is necessary to
      remove the "--unresolved=el3_panic" linker flag from Tegra's
      makefiles and allow us to revert this workaround, previously
      suggested by the ARM toolchain team.
      
      The "--unresolved=el3_panic" flag actually was a big hammer that
      allowed Tegra platforms to work with armlink previously but it
      masks legit errors with the code as well.
      
      Change-Id: I0421d35657823215229f84231896b84167f90548
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      8d56e24b
    • Sandrine Bailleux's avatar
      Doc: Fix internal links in interrupt framework design guide · bd587e83
      Sandrine Bailleux authored
      
      
      Some of the sections numbers have been incorrect since the document
      structure has changed. Using references to sections rather than
      hard-coded section numbers fixes the issue while making it more
      future-proof to updates.
      
      Change-Id: I80f5ab6a55a0073b1562a02ce2c9ec7d67cddfff
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      bd587e83