Skip to content
  1. Jun 17, 2021
  2. Jun 16, 2021
  3. Jun 15, 2021
  4. Jun 11, 2021
  5. Jun 10, 2021
  6. Jun 09, 2021
  7. Jun 08, 2021
  8. Jun 07, 2021
  9. Jun 04, 2021
  10. Jun 03, 2021
  11. Jun 02, 2021
    • Xinyu Zhang's avatar
      SPM: Fix warning of discarded qualifiers · a38e9b50
      Xinyu Zhang authored
      
      
      Fix warning of assignment discards 'const' qualifier from pointer target type
      
      Signed-off-by: Xinyu Zhang's avatarXinyu Zhang <xinyu.zhang@arm.com>
      Change-Id: I71f57d9dd71dc987c6983dc0ef37259927bd6fe8
      a38e9b50
    • Xinyu Zhang's avatar
      SPM: Modify codes to pass CI CheckPatch · 3a453243
      Xinyu Zhang authored
      
      
      Following errors/warnings are resolved:
        C99_COMMENTS: do not use C99 // comments
        CONSTANT_COMPARISON: Comparisons should place the constant on the right side
        FUNCTION_WITHOUT_ARGS: Bad function definition
        LINE_CONTINUATIONS: Avoid unnecessary line continuations
        LINE_SPACING: Missing a blank line after declarations
        LONG_LINE: line length exceeds 100 columns
        PREFER_ALIGNED: __aligned(x) is preferred over __attribute__((aligned(x)))
        PREFER_SECTION: __section(x) is preferred over __attribute__((section(x)))
        SPACING: space prohibited between function name and open parenthesis '('
        SPACING: spaces required around that '='
        TYPO_SPELLING: words misspelled
      
      Signed-off-by: Xinyu Zhang's avatarXinyu Zhang <xinyu.zhang@arm.com>
      Change-Id: I0ceefff582c7b70ea86b7080f763c931b758849e
      3a453243
    • David Hu's avatar
      Build: Update tf-m-tests commit · 16ad2afb
      David Hu authored
      
      
      Change-Id: Id9859a00f5b7be0c0fb24724b2dd0c5738682c67
      Signed-off-by: default avatarDavid Hu <david.hu@arm.com>
      16ad2afb
    • David Hu's avatar
      Attest: Remove initial attestation get public key API function · 611610c1
      David Hu authored
      
      
      It is overkill to implement a dedicated secure function for NS to fetch
      initial attestation public key just for test purpose.
      Besides, this function to get public key can be confusing as it is not
      defined in PSA Initial Attestation API spec.
      
      Remove get public key secure function from NS and S sides to simplify
      TF-M initial attestation implementation and interface.
      
      Change-Id: I8d0967698e3d2f2c684194caa9a6234585026a71
      Signed-off-by: default avatarDavid Hu <david.hu@arm.com>
      611610c1
    • Karl Zhang's avatar
      Move tf_fuzz to tf-m-tools repo · 51546c2e
      Karl Zhang authored
      
      
      Delete all tf_fuzz files from tf-m repo.
      
      Change-Id: I7d8ad69c783b6ede6792c83903ba4c7789b9563f
      Signed-off-by: default avatarKarl Zhang <karl.zhang@arm.com>
      51546c2e
  12. May 31, 2021
    • Ken Liu's avatar
      SPM: Optimize stateless service logic · b3b2cb6a
      Ken Liu authored
      
      
      - Rename the variables to make more sense.
      - Do not chain stateless services as they are never looked up.
      - Fine-tune the bit definition of service flags.
      
      Change-Id: Ie242ceefa0a9b43581d12963a92e59c6da3fa3af
      Signed-off-by: default avatarKen Liu <Ken.Liu@arm.com>
      b3b2cb6a
Loading