1. 25 Jul, 2019 1 commit
  2. 24 Jul, 2019 5 commits
  3. 23 Jul, 2019 7 commits
  4. 22 Jul, 2019 1 commit
  5. 19 Jul, 2019 2 commits
  6. 18 Jul, 2019 1 commit
  7. 17 Jul, 2019 8 commits
  8. 16 Jul, 2019 4 commits
    • Louis Mayencourt's avatar
      Cortex_hercules: Introduce preliminary cpu support · 294f9ef9
      Louis Mayencourt authored
      
      
      Change-Id: Iab767e9937f5c6c8150953fcdc3b37e8ee83fa63
      Signed-off-by: default avatarLouis Mayencourt <louis.mayencourt@arm.com>
      294f9ef9
    • Usama Arif's avatar
      plat/arm: Introduce A5 DesignStart platform. · 00c7d5ac
      Usama Arif authored
      
      
      This patch adds support for Cortex-A5 FVP for the
      DesignStart program. DesignStart aims at providing
      low cost and fast access to Arm IP.
      
      Currently with this patch only the primary CPU is booted
      and the rest of them wait for an interrupt.
      Signed-off-by: default avatarUsama Arif <usama.arif@arm.com>
      Change-Id: I3a2281ce6de2402dda4610a89939ed53aa045fab
      00c7d5ac
    • Ambroise Vincent's avatar
      console: update skeleton · 52e91081
      Ambroise Vincent authored
      
      
      Update the skeleton implementation of the console interface.
      
      The 32 bit version was outdated and has been copied from the 64 bit
      version.
      
      Change-Id: Ib3e4eb09402ffccb1a30c703a53829a7bf064dfe
      Signed-off-by: default avatarAmbroise Vincent <ambroise.vincent@arm.com>
      52e91081
    • Soby Mathew's avatar
      Merge changes from topic "jc/shift-overflow" into integration · d0d0f171
      Soby Mathew authored
      * changes:
        Enable -Wshift-overflow=2 to check for undefined shift behavior
        Update base code to not rely on undefined overflow behaviour
        Update hisilicon drivers to not rely on undefined overflow behaviour
        Update synopsys drivers to not rely on undefined overflow behaviour
        Update imx platform to not rely on undefined overflow behaviour
        Update mediatek platform to not rely on undefined overflow behaviour
        Update layerscape platform to not rely on undefined overflow behaviour
        Update intel platform to not rely on undefined overflow behaviour
        Update rockchip platform to not rely on undefined overflow behaviour
        Update renesas platform to not rely on undefined overflow behaviour
        Update meson platform to not rely on undefined overflow behaviour
        Update marvell platform to not rely on undefined overflow behaviour
      d0d0f171
  9. 15 Jul, 2019 2 commits
  10. 14 Jul, 2019 7 commits
  11. 12 Jul, 2019 2 commits
    • Madhukar Pappireddy's avatar
      synquacer: Fix compilation fail for SPM support build config · 91e6bef9
      Madhukar Pappireddy authored
      
      
      Fix the header file path
      Signed-off-by: default avatarMadhukar Pappireddy <madhukar.pappireddy@arm.com>
      Change-Id: I73a92a3f0049ecbda7eade452405927c04048e01
      91e6bef9
    • Paul Beesley's avatar
      doc: Generate PlantUML diagrams automatically · 7cb68807
      Paul Beesley authored
      
      
      Currently we have some pre-rendered versions of certain diagrams
      in SVG format. These diagrams have corresponding PlantUML source
      that can be rendered automatically as part of the documentation
      build, removing the need for any intermediate files.
      
      This patch adds the Sphinx "plantuml" extension, replaces
      references to the pre-rendered SVG files within the documents,
      and finally removes the SVG files and helper script.
      
      New requirements for building the docs are the
      "sphinxcontrib-plantuml" Python module (added to the pip
      requirements.txt file) and the Graphviz package (provides the
      "dot" binary) which is in the Ubuntu package repositories.
      
      Change-Id: I24b52ee40ff79676212ed7cff350294945f1b50d
      Signed-off-by: default avatarPaul Beesley <paul.beesley@arm.com>
      7cb68807