Skip to content
  1. Mar 28, 2022
  2. Mar 24, 2022
  3. Mar 21, 2022
    • Shriram's avatar
      product/rdn2: fix gtimer module config in mcp ramfw · b3a3da62
      Shriram authored
      
      
      Set the control register in the gtimer config data to GENERIC REFCLK
      CNTControl address. Set skip_cntcontrol_init flag to true since MCP
      cannot configure the CNTCONTROL register which is accessible by secure
      accesses only.
      
      The configuration of this register will be done by the gtimer module in
      scp ramfw.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: I61b5545fbe20c8ce2f79ca3333048bb0a3ae6544
      b3a3da62
    • Shriram's avatar
      product/rdv1mc: fix gtimer module config in mcp ramfw · c6b577dc
      Shriram authored
      
      
      Set the control register in the gtimer config data to GENERIC REFCLK
      CNTControl address. Set skip_cntcontrol_init flag to true since MCP
      cannot configure the CNTCONTROL register which is accessible by secure
      accesses only.
      
      The configuration of this register will be done by the gtimer module in
      scp ramfw.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: I9c3a259b3e4fed6c5f93f3a4dc3ce3dbae48f1d8
      c6b577dc
    • Shriram's avatar
      product/rdv1: fix gtimer module config in mcp ramfw · 9bf663bd
      Shriram authored
      
      
      Set the control register in the gtimer config data to GENERIC REFCLK
      CNTControl address. Set skip_cntcontrol_init flag to true since MCP
      cannot configure the CNTCONTROL register which is accessible by secure
      accesses only.
      
      The configuration of this register will be done by the gtimer module in
      scp ramfw.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: I2d5fc3e4ec944d0fbe17d6bbda82b7b86f44d4aa
      9bf663bd
    • Shriram's avatar
      product/rdn1e1: fix gtimer module config in mcp ramfw · 4dc8912c
      Shriram authored
      
      
      Set the control register in the gtimer config data to GENERIC REFCLK
      CNTControl address. Set skip_cntcontrol_init flag to true since MCP
      cannot configure the CNTCONTROL register which is accessible by secure
      accesses only.
      
      The configuration of this register will be done by the gtimer module in
      scp ramfw.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: If230e20886f304d2a92457990618c53325d13151
      4dc8912c
    • Shriram's avatar
      product/sgi575: fix gtimer module config in mcp ramfw · bf6206ee
      Shriram authored
      
      
      Set the control register in the gtimer config data to GENERIC REFCLK
      CNTControl address. Set skip_cntcontrol_init flag to true since MCP
      cannot configure the CNTCONTROL register which is accessible by secure
      accesses only.
      
      The configuration of this register will be done by the gtimer module in
      scp ramfw.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: If80e71b0b99306dd28924ad2398e831b294786ea
      bf6206ee
    • Shriram's avatar
      module/gtimer: add new flag for CNTCONTROL register initialization · 487f8827
      Shriram authored
      
      
      The CNTCONTROL register is accessible by secure accesses only. So, add a
      new flag to enable/disable the CNTCONTROL register initialization.
      
      This is used by control processors like MCP to configure the timer only
      since it does not generate secure transactions and hence cannot
      configure this register.
      
      Signed-off-by: Shriram's avatarShriram K <shriram.k@arm.com>
      Change-Id: Iada7130e1355c94295c536bd8a62f17b582b00d1
      487f8827
  4. Mar 17, 2022
  5. Mar 15, 2022
    • Brett Warren's avatar
      debug: set BUILD_HAS_DEBUGGER compile definition · da913570
      Brett Warren authored
      
      
      The affected platforms did not set BUILD_HAS_DEBUGGER in cmake,
      despite having this in their respective make files. For sgi575 and
      rdn1e1 this broke rd_alarm_idx.h. Other platforms don't have a
      use in the source code currently for the flag, but it is added
      regardless in case it is needed in the future.
      
      Signed-off-by: Brett Warren's avatarBrett Warren <brett.warren@arm.com>
      Change-Id: Ib1a192bd912b8ad315a37be06713c511b2dd60c2
      da913570
    • Brett Warren's avatar
      debugger_cli: make optional for sgm775 · dea7ffde
      Brett Warren authored
      
      
      Inclusion of debugger_cli is now dependent on SCP_ENABLE_DEBUGGER
      feature flag.
      
      Signed-off-by: Brett Warren's avatarBrett Warren <brett.warren@arm.com>
      Change-Id: I034b19e823e7f5f9e423313766265f48320b281b
      dea7ffde
    • Brett Warren's avatar
      cmake: correct debugger feature flag · fd2a1b1c
      Brett Warren authored
      
      
      The SCP_ENABLE_DEBUGGER_INIT variable is used to provide a default value
      to the SCP_ENABLE_DEBUGGER option in the case that it is availiable. However,
      in Makefile.cmake and a selection of products, SCP_ENABLE_DEBUGGER_INIT
      is treated as the user option itself rather than SCP_ENABLE_DEBUGGER.
      This patch retifies these files to correctly refer to SCP_ENABLE_DEBUGGER.
      
      Signed-off-by: Brett Warren's avatarBrett Warren <brett.warren@arm.com>
      Change-Id: Iafcc93d1e54a6342774165e900c03f85102d2a00
      fd2a1b1c
  6. Mar 11, 2022
  7. Mar 10, 2022
  8. Feb 25, 2022
  9. Feb 22, 2022
  10. Feb 17, 2022
  11. Feb 16, 2022
  12. Feb 09, 2022
Loading