Skip to content
  1. Jan 03, 2020
  2. Dec 20, 2019
  3. Dec 19, 2019
  4. Dec 17, 2019
  5. Dec 13, 2019
    • Jim Quigley's avatar
      juno: CDCEL clock driver uses incorrect address for I2C transaction · a5ee371a
      Jim Quigley authored
      
      
      The first four bytes of the PLL Config register are not used by Juno, so
      we always skip them when reading/writing the PLL configuration. The
      address was not incremented for the write after a read when setting the
      PLL data in set_rate_from_index() call.
      
      Change-Id: I094d3648168a1142cba4ee90e51aa31b3b93de88
      Signed-off-by: default avatarJim Quigley <jim.quigley@arm.com>
      a5ee371a
    • Manoj Kumar's avatar
      ppu_v1: add dummy shutdown callback implementation · bf8e63c7
      Manoj Kumar authored
      
      
      shutdown/reboot commands from OS triggers system power shutdown
      routine and currently this routine calls the set_state API from
      ppu_v1 driver for shutting down the cores/clusters if shutdown
      API is not implemented. Platforms may hang in indefinite while
      loop in set_state API and the shutdown/reboot request may never
      complete.
      
      This patch adds a dummy shutdown API returning FWK_SUCCESS so
      that the shutdown/reboot process continues as the CPU context
      is not crucial during shutdown/reboot. This function is open
      for addition to accommodate a proper routine for shutdown.
      
      Change-Id: I253fba6c92a225419b01fdb58735b9eee3f734b6
      Signed-off-by: Manoj Kumar's avatarManoj Kumar <manoj.kumar3@arm.com>
      bf8e63c7
    • Manoj Kumar's avatar
      n1sdp: add shutdown/reboot communication with PCC · 02d4fac7
      Manoj Kumar authored
      
      
      On N1SDP platform, SCP has to communicate with PCC over shared
      memory interface for system shutdown and reboot. This patch adds
      support for the same.
      
      Change-Id: Icb9a8db6665764acd1bd1633ea7c39ac1ff93902
      Signed-off-by: Manoj Kumar's avatarManoj Kumar <manoj.kumar3@arm.com>
      02d4fac7
    • Nicola Mazzucato's avatar
      system_power: Use PPU shutdown handlers · dd43612e
      Nicola Mazzucato authored
      
      
      System_power module uses drivers that are defined by
      the power_domain module. These drivers can optionally
      implement the shutdown function which is called during
      the shutdown procedure.
      This patch extends the shutdown procedure within this
      module so the shutdown function in the drivers will be
      called, if provided.
      
      Change-Id: I8c02809ee5669f3651a19fa7b69a9c084521749e
      Signed-off-by: Nicola Mazzucato's avatarNicola Mazzucato <nicola.mazzucato@arm.com>
      dd43612e
  6. Dec 12, 2019
  7. Dec 10, 2019
  8. Dec 03, 2019
Loading