1. 07 Oct, 2020 1 commit
  2. 04 Oct, 2020 1 commit
  3. 03 Oct, 2020 1 commit
  4. 02 Oct, 2020 3 commits
  5. 01 Oct, 2020 1 commit
  6. 29 Sep, 2020 1 commit
  7. 28 Sep, 2020 1 commit
  8. 25 Sep, 2020 1 commit
  9. 22 Sep, 2020 1 commit
  10. 15 Sep, 2020 1 commit
  11. 14 Sep, 2020 1 commit
  12. 10 Sep, 2020 1 commit
  13. 03 Sep, 2020 1 commit
  14. 31 Aug, 2020 1 commit
  15. 28 Aug, 2020 2 commits
  16. 26 Aug, 2020 1 commit
    • Sandrine Bailleux's avatar
      doc: Improve contribution guidelines · 7969747e
      Sandrine Bailleux authored
      
      
      - Add some guidance about the type of information a patch author should
        provide to facilitate the review (and for future reference).
      
      - Make a number of implicit expectations explicit:
        - Every patch must compile.
        - All CI tests must pass.
      
      - Mention that the patch author is expected to add reviewers and explain
        how to choose them.
      
      - Explain the patch submission rules in terms of Gerrit labels.
      
      Also do some cosmetic changes, like adding empty lines, shuffling some
      paragraphs around.
      
      Change-Id: I6dac486684310b5a35aac7353e10fe5474a81ec5
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      7969747e
  17. 20 Aug, 2020 2 commits
  18. 18 Aug, 2020 2 commits
  19. 17 Aug, 2020 1 commit
  20. 14 Aug, 2020 4 commits
  21. 10 Aug, 2020 2 commits
    • Alexei Fedorov's avatar
      TF-A AMU extension: fix detection of group 1 counters. · f3ccf036
      Alexei Fedorov authored
      
      
      This patch fixes the bug when AMUv1 group1 counters was
      always assumed being implemented without checking for its
      presence which was causing exception otherwise.
      The AMU extension code was also modified as listed below:
      - Added detection of AMUv1 for ARMv8.6
      - 'PLAT_AMU_GROUP1_NR_COUNTERS' build option is removed and
      number of group1 counters 'AMU_GROUP1_NR_COUNTERS' is now
      calculated based on 'AMU_GROUP1_COUNTERS_MASK' value
      - Added bit fields definitions and access functions for
      AMCFGR_EL0/AMCFGR and AMCGCR_EL0/AMCGCR registers
      - Unification of amu.c Aarch64 and Aarch32 source files
      - Bug fixes and TF-A coding style compliant changes.
      
      Change-Id: I14e407be62c3026ebc674ec7045e240ccb71e1fb
      Signed-off-by: default avatarAlexei Fedorov <Alexei.Fedorov@arm.com>
      f3ccf036
    • Saurabh Gorecha's avatar
      sc7180 platform support · 5bd9c17d
      Saurabh Gorecha authored
      
      
      Adding support for QTI CHIP SC7180 on ATF
      
      Change-Id: I0d82d3a378036003fbd0bc4784f61464bb76ea82
      Signed-off-by: default avatarSaurabh Gorecha <sgorecha@codeaurora.org>
      Co-authored-by: default avatarMaulik Shah <mkshah@codeaurora.org>
      5bd9c17d
  22. 06 Aug, 2020 1 commit
  23. 04 Aug, 2020 1 commit
    • Grant Likely's avatar
      Use abspath to dereference $BUILD_BASE · 29214e95
      Grant Likely authored
      
      
      If the user tries to change BUILD_BASE to put the build products outside
      the build tree the compile will fail due to hard coded assumptions that
      $BUILD_BASE is a relative path. Fix by using $(abspath $(BUILD_BASE))
      to rationalize to an absolute path every time and remove the relative
      path assumptions.
      
      This patch also adds documentation that BUILD_BASE can be specified by
      the user.
      Signed-off-by: default avatarGrant Likely <grant.likely@arm.com>
      Signed-off-by: default avatarManish Pandey <manish.pandey2@arm.com>
      Change-Id: Ib1af874de658484aaffc672f30029b852d2489c8
      29214e95
  24. 03 Aug, 2020 1 commit
  25. 31 Jul, 2020 1 commit
  26. 30 Jul, 2020 5 commits
  27. 28 Jul, 2020 1 commit
    • johpow01's avatar
      Fix broken link in documentation · 526f2bdd
      johpow01 authored
      
      
      The link to the exception handling framework page on the System Design /
      Firmware Design / Section 4.3 just links to itself, so I changed it to
      link to the exception handling framework component document.
      Signed-off-by: default avatarJohn Powell <john.powell@arm.com>
      Change-Id: I6711b423a789b2b3d1921671e8497fffa8ba33d1
      526f2bdd