1. 11 Mar, 2019 1 commit
  2. 08 Mar, 2019 9 commits
  3. 07 Mar, 2019 14 commits
  4. 06 Mar, 2019 1 commit
  5. 05 Mar, 2019 4 commits
  6. 04 Mar, 2019 8 commits
  7. 01 Mar, 2019 3 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
    • Sandrine Bailleux's avatar
      Doc: Fix a formatting glitch · 2712b538
      Sandrine Bailleux authored
      While converting the interrupt framework design document from Markdown
      to reStructuredText format, see commit 6f625747
      
       ("Convert
      documentation to reStructuredText"), the structure of the document was
      changed and one of the titles got lost. Fix that.
      
      Change-Id: Ib3e6c1f9f01f16108fde3b89ceb624bd54049d2f
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      2712b538