Skip to content
Snippets Groups Projects
  1. Feb 11, 2021
  2. Jan 13, 2021
  3. Nov 17, 2020
  4. Oct 20, 2020
  5. Oct 16, 2020
  6. Oct 13, 2020
  7. Oct 11, 2020
  8. Oct 09, 2020
    • 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
  9. Oct 07, 2020
  10. Oct 05, 2020
  11. Oct 04, 2020
  12. Oct 03, 2020
  13. Oct 02, 2020
  14. Oct 01, 2020
  15. Sep 29, 2020
  16. Sep 28, 2020
  17. Sep 25, 2020
  18. Sep 22, 2020
  19. Sep 15, 2020
  20. Sep 14, 2020
  21. Sep 10, 2020
  22. Sep 03, 2020
  23. Aug 31, 2020
  24. Aug 28, 2020
  25. Aug 26, 2020
    • 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
  26. Aug 20, 2020
  27. Aug 18, 2020
  28. Aug 17, 2020
  29. Aug 14, 2020
Loading