1. 17 Nov, 2020 1 commit
  2. 20 Oct, 2020 1 commit
  3. 16 Oct, 2020 3 commits
  4. 13 Oct, 2020 1 commit
  5. 11 Oct, 2020 1 commit
  6. 09 Oct, 2020 1 commit
    • Jimmy Brisson's avatar
      Don't return error information from console_flush · 831b0e98
      Jimmy Brisson authored
      
      
      And from crash_console_flush.
      
      We ignore the error information return by console_flush in _every_
      place where we call it, and casting the return type to void does not
      work around the MISRA violation that this causes. Instead, we collect
      the error information from the driver (to avoid changing that API), and
      don't return it to the caller.
      
      Change-Id: I1e35afe01764d5c8f0efd04f8949d333ffb688c1
      Signed-off-by: default avatarJimmy Brisson <jimmy.brisson@arm.com>
      831b0e98
  7. 07 Oct, 2020 1 commit
  8. 05 Oct, 2020 1 commit
  9. 04 Oct, 2020 1 commit
  10. 03 Oct, 2020 1 commit
  11. 02 Oct, 2020 3 commits
  12. 01 Oct, 2020 1 commit
  13. 29 Sep, 2020 1 commit
  14. 28 Sep, 2020 1 commit
  15. 25 Sep, 2020 1 commit
  16. 22 Sep, 2020 1 commit
  17. 15 Sep, 2020 1 commit
  18. 14 Sep, 2020 1 commit
  19. 10 Sep, 2020 1 commit
  20. 03 Sep, 2020 1 commit
  21. 31 Aug, 2020 1 commit
  22. 28 Aug, 2020 2 commits
  23. 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
  24. 20 Aug, 2020 2 commits
  25. 18 Aug, 2020 2 commits
  26. 17 Aug, 2020 1 commit
  27. 14 Aug, 2020 4 commits
  28. 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
  29. 06 Aug, 2020 1 commit