Skip to content
  1. Mar 24, 2025
  2. Mar 21, 2025
  3. Mar 15, 2025
  4. Mar 14, 2025
  5. Mar 10, 2025
  6. Mar 06, 2025
  7. Mar 04, 2025
  8. Feb 27, 2025
  9. Feb 25, 2025
  10. Feb 24, 2025
  11. Feb 21, 2025
    • Francesco Rosati's avatar
      mod/dvfs/test: Fix uninitialised pointer issue in mod_dvfs unit test · 7a6c5cf6
      Francesco Rosati authored and Leandro Belli's avatar Leandro Belli committed
      
      
      Some unit tests in mod_dvfs_unit_test.c initialise local data
      structures with the minimum information required to test DVFS
      functions.
      
      The local data structures sometimes have pointers in them that
      depending on the particular test being run - should also be
      initialised, but in some cases the unit test failed to do that.
      
      This resulted in some pointers being initialised with whatever
      random data was on the stack and depending on what ended in those
      pointers, accessing data fields through them could end in a segfault.
      
      The fix makes sure all pointers that need initialising are
      properly set.
      
      Signed-off-by: Francesco Rosati's avatarFrancesco Rosati <francesco.rosati@arm.com>
      7a6c5cf6
  12. Feb 20, 2025
  13. Feb 19, 2025
  14. Feb 18, 2025
  15. Feb 13, 2025
  16. Feb 11, 2025
  17. Feb 10, 2025
  18. Jan 21, 2025
    • Mahmoud Elsabbagh's avatar
      mod_power_capping_hal: Use PID controller in Power Capping Hal. · 2fc885a4
      Mahmoud Elsabbagh authored
      
      
      Apply PID feedback on Power Cap requested by the agent as follows:
      1) The set point is the requested cap by the agent.
      2) The feedback is the average measured power.
      3) The output is a power limit that is delivered to the power distributor.
      
      The usage of the PID would allow the Power Cap not to be set directly
      to the system although a margin would be there to allow bursts of performance
      applied on the system for a short period of time.
      
      The PID is called continuously on intervals inside the get_power_limit function
      called from metrics_analyzer.
      
      Signed-off-by: Mahmoud Elsabbagh's avatarMahmoud Elsabbagh <mahmoud.elsabbagh@arm.com>
      2fc885a4
  19. Jan 17, 2025
  20. Jan 15, 2025
Loading