Skip to content
  1. Apr 22, 2020
  2. Apr 21, 2020
  3. Apr 20, 2020
  4. Apr 16, 2020
  5. Apr 09, 2020
  6. Mar 31, 2020
  7. Mar 30, 2020
  8. Mar 27, 2020
  9. Mar 26, 2020
    • Olivier Deprez's avatar
      tftf: spci: probe if SPMC is OP-TEE at S-EL1 · 3f14f5eb
      Olivier Deprez authored
      
      
      For pre-Armv8.4 platform, the supported model is that SPMC runs at
      S-EL1. The candidate is OP-TEE with SPCI protocol adaptation. This patch
      performs a version check through direct messaging and determines if
      OP-TEE runs as SPMC by checking version responses. If this does not
      match, then it assumes SPMC runs at S-EL2 with two Cactus instances
      running at S-EL1.
      
      Signed-off-by: Olivier Deprez's avatarOlivier Deprez <olivier.deprez@arm.com>
      Change-Id: I34194b6e8b3d447a25f2153bbac1be2631cd7a5e
      3f14f5eb
  10. Mar 23, 2020
  11. Mar 20, 2020
    • Olivier Deprez's avatar
      tftf: SPCI Beta1 add direct messaging test · 61be4c1c
      Olivier Deprez authored
      
      
      This patch strips out former SPCI Alpha sample test code. Removing SPRT
      references will be done in another coming patch. Version check is adapted
      to SPCI Beta1. Version is now returned in x2.
      
      The first test is a direct messaging test using SPCI_MSG_SEND_DIRECT_REQ
      targetting a bare-metal cactus SP. TFTF expects a response from the SP
      returning with SPCI_MSG_SEND_DIRECT_RESP.
      
      Note: this patch also provides an initial SPCI_RUN interface. This API
      may not be used in the mid-term because VM to SP communication is supposed
      to be done only through direct messaging. Though the SPM boot-up for now
      is only launching the first SP in the list of declared SP in SPMC manifest.
      In order to make 2nd-VM ready, TFTF has to "boot-up" the SP through a single
      SPCI_RUN invocation till it reaches SPCI_MSG_WAIT in the SP. Once SPM
      implements boot up through all SPs, this SPCI_RUN invocation will no longer
      be required.
      
      Signed-off-by: Olivier Deprez's avatarOlivier Deprez <olivier.deprez@arm.com>
      Change-Id: I141abd3e348409b3d34a911d0552570f49e85846
      61be4c1c
    • Olivier Deprez's avatar
      tftf: update SPCI svc header to latest Beta1 spec · 55f79d6a
      Olivier Deprez authored
      
      
      Signed-off-by: Olivier Deprez's avatarOlivier Deprez <olivier.deprez@arm.com>
      Change-Id: I5b70debe318fe1505c6d56ea347e6c09d1bf9247
      55f79d6a
  12. Mar 19, 2020
  13. Mar 13, 2020
  14. Mar 11, 2020
  15. Mar 10, 2020
  16. Mar 02, 2020
Loading