1. 23 Dec, 2020 1 commit
  2. 18 Dec, 2020 1 commit
  3. 14 Dec, 2020 1 commit
  4. 11 Dec, 2020 1 commit
    • Javier Almansa Sobrino's avatar
      Add support for FEAT_MTPMU for Armv8.6 · 0063dd17
      Javier Almansa Sobrino authored
      
      
      If FEAT_PMUv3 is implemented and PMEVTYPER<n>(_EL0).MT bit is implemented
      as well, it is possible to control whether PMU counters take into account
      events happening on other threads.
      
      If FEAT_MTPMU is implemented, EL3 (or EL2) can override the MT bit
      leaving it to effective state of 0 regardless of any write to it.
      
      This patch introduces the DISABLE_MTPMU flag, which allows to diable
      multithread event count from EL3 (or EL2). The flag is disabled
      by default so the behavior is consistent with those architectures
      that do not implement FEAT_MTPMU.
      Signed-off-by: default avatarJavier Almansa Sobrino <javier.almansasobrino@arm.com>
      Change-Id: Iee3a8470ae8ba13316af1bd40c8d4aa86e0cb85e
      0063dd17
  5. 10 Dec, 2020 1 commit
  6. 09 Dec, 2020 2 commits
  7. 30 Nov, 2020 1 commit
  8. 19 Nov, 2020 1 commit
  9. 17 Nov, 2020 1 commit
  10. 12 Nov, 2020 4 commits
  11. 20 Oct, 2020 1 commit
  12. 16 Oct, 2020 3 commits
  13. 13 Oct, 2020 1 commit
  14. 11 Oct, 2020 1 commit
  15. 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
  16. 07 Oct, 2020 1 commit
  17. 05 Oct, 2020 1 commit
  18. 04 Oct, 2020 1 commit
  19. 03 Oct, 2020 1 commit
  20. 02 Oct, 2020 3 commits
  21. 01 Oct, 2020 1 commit
  22. 29 Sep, 2020 1 commit
  23. 28 Sep, 2020 1 commit
  24. 25 Sep, 2020 1 commit
  25. 22 Sep, 2020 1 commit
  26. 15 Sep, 2020 1 commit
  27. 14 Sep, 2020 1 commit
  28. 10 Sep, 2020 1 commit
  29. 03 Sep, 2020 1 commit
  30. 31 Aug, 2020 1 commit
  31. 28 Aug, 2020 2 commits