1. 05 Feb, 2021 1 commit
  2. 02 Feb, 2021 5 commits
  3. 29 Jan, 2021 4 commits
  4. 28 Jan, 2021 1 commit
  5. 26 Jan, 2021 1 commit
  6. 25 Jan, 2021 1 commit
  7. 21 Jan, 2021 1 commit
  8. 14 Jan, 2021 1 commit
  9. 13 Jan, 2021 6 commits
  10. 12 Jan, 2021 1 commit
  11. 05 Jan, 2021 1 commit
    • Marek Behún's avatar
      plat: marvell: armada: a3k: support doing system reset via CM3 secure coprocessor · d9243f26
      Marek Behún authored
      
      
      Introduce a new build option CM3_SYSTEM_RESET for A3700 platform, which,
      when enabled, adds code to the PSCI reset handler to try to do system
      reset by the WTMI firmware running on the Cortex-M3 secure coprocessor.
      (This function is exposed via the mailbox interface.)
      
      The reason is that the Turris MOX board has a HW bug which causes reset
      to hang unpredictably. This issue can be solved by putting the board in
      a specific state before reset.
      Signed-off-by: default avatarMarek Behún <marek.behun@nic.cz>
      Change-Id: I3f60b9f244f334adcd33d6db6a361fbc8b8d209f
      d9243f26
  12. 23 Dec, 2020 1 commit
  13. 18 Dec, 2020 1 commit
  14. 14 Dec, 2020 1 commit
  15. 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
  16. 10 Dec, 2020 1 commit
  17. 09 Dec, 2020 2 commits
  18. 30 Nov, 2020 1 commit
  19. 19 Nov, 2020 1 commit
  20. 17 Nov, 2020 1 commit
  21. 12 Nov, 2020 4 commits
  22. 20 Oct, 2020 1 commit
  23. 16 Oct, 2020 2 commits