1. 23 Dec, 2020 1 commit
    • Pali Rohár's avatar
      marvell: uart: a3720: Implement console_a3700_core_flush · e63e4140
      Pali Rohár authored
      
      
      Implementation is simple, just wait for the TX FIFO to be empty.
      
      Without this patch TF-A on A3720 truncate the last line:
      
        NOTICE:  BL31: Built : 16:1
      
      With this patch TF-A on A3720 print correctly also the last line:
      
        NOTICE:  BL31: Built : 19:03:31, Dec 23 2020
      Signed-off-by: default avatarPali Rohár <pali@kernel.org>
      Change-Id: I2f2ea42beab66ba132afdb400ca7898c5419db09
      e63e4140
  2. 22 Dec, 2020 8 commits
  3. 21 Dec, 2020 1 commit
  4. 18 Dec, 2020 2 commits
  5. 16 Dec, 2020 6 commits
  6. 15 Dec, 2020 5 commits
  7. 14 Dec, 2020 12 commits
  8. 11 Dec, 2020 3 commits
    • Manish Pandey's avatar
    • Madhukar Pappireddy's avatar
      Merge changes from topic "rdevans" into integration · bd054fd6
      Madhukar Pappireddy authored
      * changes:
        doc: Update list of supported FVP platforms
        board/rdn2: add board support for rdn2 platform
        plat/arm/sgi: adapt to changes in memory map
        plat/arm/sgi: add platform id value for rdn2 platform
        plat/arm/sgi: platform definitions for upcoming platforms
        plat/arm/sgi: refactor header file inclusions
        plat/arm/sgi: refactor the inclusion of memory mapping
      bd054fd6
    • 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
  9. 10 Dec, 2020 2 commits