1. 27 May, 2021 1 commit
    • Pranav Madhu's avatar
      feat(plat/sgi): enable use of PSCI extended state ID format · 7bd64c70
      Pranav Madhu authored
      
      
      The SGI/RD platforms have been using PSCI state ID format as defined in
      PSCI version prior to 1.0. This is being changed and the PSCI extended
      state ID format as defined in PSCI version 1.1 is being adapted. In
      addition to this, the use of Arm recommended PSCI state ID encoding is
      enabled as well.
      
      Change-Id: I2be8a9820987a96b23f4281563b6fa22db48fa5f
      Signed-off-by: default avatarPranav Madhu <pranav.madhu@arm.com>
      7bd64c70
  2. 26 May, 2021 7 commits
  3. 25 May, 2021 4 commits
  4. 24 May, 2021 1 commit
  5. 20 May, 2021 1 commit
  6. 19 May, 2021 1 commit
    • Manish V Badarkhe's avatar
      feat(hw_crc): add support for HW computed CRC · a1cedadf
      Manish V Badarkhe authored
      
      
      Added support for HW computed CRC using Arm ACLE intrinsics.
      These are built-in intrinsics available for ARMv8.1-A, and
      onwards.
      These intrinsics are enabled via '-march=armv8-a+crc' compile
      switch for ARMv8-A (supports CRC instructions optionally).
      
      HW CRC support is enabled unconditionally in BL2 for all Arm
      platforms.
      
      HW CRC calculation is verified offline to ensure a similar
      result as its respective ZLib utility function.
      
      HW CRC calculation support will be used in the upcoming
      firmware update patches.
      
      Change-Id: Ia2ae801f62d2003e89a9c3e6d77469b5312614b3
      Signed-off-by: default avatarManish V Badarkhe <Manish.Badarkhe@arm.com>
      a1cedadf
  7. 17 May, 2021 4 commits
  8. 14 May, 2021 3 commits
  9. 13 May, 2021 3 commits
  10. 12 May, 2021 3 commits
  11. 07 May, 2021 2 commits
  12. 05 May, 2021 3 commits
  13. 04 May, 2021 3 commits
  14. 03 May, 2021 1 commit
    • Pranav Madhu's avatar
      feat(plat/sgi): enable AMU for RD-V1-MC · e8b119e0
      Pranav Madhu authored
      
      
      AMU counters are used for monitoring the CPU performance. RD-V1-MC
      platform has architected AMU available for each core. Enable the use of
      AMU by non-secure OS for supporting the use of counters for processor
      performance control (ACPI CPPC).
      
      Change-Id: I33be594cee669e7f4031e5e5a371eec7c7451030
      Signed-off-by: default avatarPranav Madhu <pranav.madhu@arm.com>
      e8b119e0
  15. 30 Apr, 2021 3 commits