1. 30 Nov, 2020 1 commit
  2. 19 Nov, 2020 1 commit
  3. 17 Nov, 2020 1 commit
  4. 12 Nov, 2020 4 commits
  5. 20 Oct, 2020 1 commit
  6. 16 Oct, 2020 3 commits
  7. 13 Oct, 2020 1 commit
  8. 11 Oct, 2020 1 commit
  9. 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
  10. 07 Oct, 2020 1 commit
  11. 05 Oct, 2020 1 commit
  12. 04 Oct, 2020 1 commit
  13. 03 Oct, 2020 1 commit
  14. 02 Oct, 2020 3 commits
  15. 01 Oct, 2020 1 commit
  16. 29 Sep, 2020 1 commit
  17. 28 Sep, 2020 1 commit
  18. 25 Sep, 2020 1 commit
  19. 22 Sep, 2020 1 commit
  20. 15 Sep, 2020 1 commit
  21. 14 Sep, 2020 1 commit
  22. 10 Sep, 2020 1 commit
  23. 03 Sep, 2020 1 commit
  24. 31 Aug, 2020 1 commit
  25. 28 Aug, 2020 2 commits
  26. 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
  27. 20 Aug, 2020 2 commits
  28. 18 Aug, 2020 2 commits
  29. 17 Aug, 2020 1 commit
  30. 14 Aug, 2020 1 commit
    • Sandrine Bailleux's avatar
      doc: Refactor the contribution guidelines · e256cc63
      Sandrine Bailleux authored
      
      
      Ensuring that each file changed by a patch has the correct copyright and
      license information does not only apply to documentation files but to
      all files within the source tree.
      
      Move the guidance for copyright and license headers out of the paragraph
      about updating the documentation to avoid any confusion.
      
      Also do some cosmetic changes (adding empty lines, fitting in longer
      lines in the 80-column limit, ...) to improve the readability of the RST
      file.
      
      Change-Id: I241a2089ca9db70f5a9f26b7070b947674b43265
      Signed-off-by: default avatarSandrine Bailleux <sandrine.bailleux@arm.com>
      e256cc63