Skip to content
  1. Mar 29, 2019
    • David Cunado's avatar
      Opening SCP-firmware to external contributions · aaa3442f
      David Cunado authored
      
      
      With this patch, the SCP-firmware will accept contributions to the project
      from non-Arm contributors. Contributions must be made under Developer
      Certificate of Origin (DCO).
      
      This patch updates the contributing guidelines to describe how contributions
      can be made, and additionally adds a copy of the DCO terms.
      
      Change-Id: I1cb23b1785c4fb074ae0c344556319a2d7a0254e
      Signed-off-by: default avatarDavid Cunado <david.cunado@arm.com>
      aaa3442f
  2. Mar 22, 2019
  3. Mar 13, 2019
  4. Mar 12, 2019
  5. Mar 08, 2019
    • Chris Kay's avatar
      cmn600: Stop checking type of external nodes · 9028ddbd
      Chris Kay authored
      
      
      Registers belonging to external nodes cannot be accessed if the power
      domain that the node belongs to is not on. We therefore need to avoid
      calling `get_node_type()` on external nodes, as doing so will fail.
      
      Change-Id: Iac405c9f4c7095018cfec79185e6b84dece81e73
      Signed-off-by: Chris Kay's avatarChris Kay <chris.kay@arm.com>
      9028ddbd
  6. Mar 04, 2019
  7. Mar 01, 2019
    • Ronald Cron's avatar
      sid: Move to an always available interface · 3b37a5b0
      Ronald Cron authored
      
      
      Remove the need to bind to the sid module interface. This enables access
      to the system information data during the initialization stage of the
      pre-runtime phase. This way, configuration data can be tuned according
      to system information data.
      
      Change-Id: I2e9e37d562af0d7f6a8ba844a79a78f823f6a64a
      Signed-off-by: default avatarRonald Cron <ronald.cron@arm.com>
      3b37a5b0
  8. Feb 28, 2019
    • Manoj Kumar's avatar
      n1sdp: fix n1sdp_sensor hang by moving alarm ID to config file · 0243e6d5
      Manoj Kumar authored
      
      
      n1sdp_sensor module uses timer alarm API for periodically measuring the
      sensor values. So the module binds to timer module in the bind stage
      using FWK_ID_SUB_ELEMENT call. So when a library is built, the value
      calculated by the macro will be taken based on that build environment.
      
      However, in later stage if modules added/removed in firmware.mk, the
      position of the timer module will be changed and since a library module
      will not be built in normal build phase, it is unaware of the change in
      position and hence passes wrong element id to timer during bind. This
      makes the code to fail.
      
      As a workaround, this patch moves the id calculation to config file as a
      module configuration data so that the value is generated in every build.
      The library will read the data passed by the config file and not uses
      fixed value.
      
      Change-Id: Id7acf2e6899d7e0f0c106994fd0303d67a596071
      Signed-off-by: Manoj Kumar's avatarManoj Kumar <manoj.kumar3@arm.com>
      0243e6d5
  9. Feb 26, 2019
  10. Feb 21, 2019
  11. Feb 18, 2019
  12. Feb 08, 2019
  13. Jan 25, 2019
  14. Jan 24, 2019
Loading