Skip to content
  1. Feb 16, 2023
    • Leandro Belli's avatar
      fwk_core: Fix buffered log output behaviour · f71f3423
      Leandro Belli authored
      
      
      When the subsystem mode was disabled, the system would be suspended
      even if there were characters waiting to be printed. This resulted
      in only one character being printed each time the system woke up.
      The issue was resolved by preventing the system from being suspended
      when there were elements in the output log buffer that were ready
      to be printed.
      
      Signed-off-by: Leandro Belli's avatarLeandro Belli <leandro.belli@arm.com>
      Change-Id: I63322343130b84ba8f10294340cf64d413c07931
      f71f3423
    • Leandro Belli's avatar
      fwk_arch: Fix buffered log output behaviour · 2e931f3f
      Leandro Belli authored
      
      
      When the SCP is compiled as a subsystem `SCP_ENABLE_SUB_SYSTEM_MODE` is
      enabled, logging is not printed correctly. In this mode, only one
      character is printed instead of the complete log message. This defect
      is fixed by replacing `fwk_log_unbuffer` with `fwk_log_flush`.
      
      Signed-off-by: Leandro Belli's avatarLeandro Belli <leandro.belli@arm.com>
      Change-Id: If7ae17aad66e252db823b690c794ca6b5620e882
      2e931f3f
  2. Feb 08, 2023
  3. Feb 06, 2023
  4. Jan 30, 2023
  5. Jan 25, 2023
  6. Jan 19, 2023
  7. Jan 10, 2023
    • Leandro Belli's avatar
      scmi_perf: add logs when multiple fast channels events are queued · 9481ebdb
      Leandro Belli authored
      
      
      This patch adds a log message when multiple fast channels events
      are pending to be processed. This will allow to identify issues
      related with the processing time of performance plugins when they are
      configured.
      It is also increased the log level from `TRACE` to `ERROR` when
      it is not possible to create a fast channels process event.
      
      Signed-off-by: Leandro Belli's avatarLeandro Belli <leandro.belli@arm.com>
      Change-Id: I154735381342a363c101209122c15c5e562983b0
      9481ebdb
  8. Jan 06, 2023
  9. Jan 05, 2023
  10. Dec 29, 2022
Loading