Skip to content
  1. Jan 18, 2021
  2. Jan 15, 2021
  3. Jan 14, 2021
    • Kevin Peng's avatar
      Build: Fetch tf-m-tests repo with fixed version · cba37d3b
      Kevin Peng authored
      
      
      The build system currently fetches the latest tf-m-tests repo always.
      The build would be broken if there was a dependency change between
      TF-M repo and test repo and developer was working on a older TF-M
      commit.
      
      This patch changes the version of tf-m-tests to be fetched to specific
      commits.
      
      With this patch, the build system will download a fixed workable version of
      tf-m-tests.
      
      Documentation on how the version will be updated is also added.
      
      Change-Id: Ia6fbf824f1cc3e3509aebe3ad71b04291a81c8a2
      Signed-off-by: default avatarKevin Peng <kevin.peng@arm.com>
      cba37d3b
  4. Jan 13, 2021
  5. Jan 12, 2021
  6. Jan 08, 2021
  7. Jan 07, 2021
  8. Jan 06, 2021
  9. Jan 05, 2021
  10. Jan 04, 2021
  11. Dec 31, 2020
  12. Dec 30, 2020
  13. Dec 29, 2020
    • Ken Liu's avatar
      Build: Apply global array as partition stacks [tf-m] · 94d7652d
      Ken Liu authored
      
      
      Remove the sections defined for stack in linker script/scatter file,
      apply the global array as partition stacks.
      
      Signed-off-by: default avatarKen Liu <ken.liu@arm.com>
      Change-Id: I88de2b4f7fdad66ba80ad84eabb6b8d2e37472fc
      94d7652d
    • Mingyang Sun's avatar
      Build: Add global array used as stacks · d20999f6
      Mingyang Sun authored
      
      
      This patch adds global array as partition stacks. Global stack
      arrays are generated automatically in the build process.
      
      Using a global array as partition stack would wrap stack into
      partition private data, which skips allocating specific space
      by the linker. The related tools and templates are modified
      together in this patch.
      
      The 'psa_ff_test' related partitions also need new generated
      intermedia files, before feedback this change to 'psa_ff_test',
      put those test partitions intermedia files under build directory.
      
      Change-Id: Ibcc79bdee0c3d4db7cd060bb92861ce3aa5e4437
      Signed-off-by: default avatarKen Liu <ken.liu@arm.com>
      Co-authored-by: default avatarMingyang Sun <mingyang.sun@arm.com>
      d20999f6
  14. Dec 28, 2020
  15. Dec 25, 2020
  16. Dec 23, 2020
  17. Dec 22, 2020
    • Alamy Liu's avatar
      PSoC64: Fix IRQ test (TFM_CORE_TEST_1017) · 4345d388
      Alamy Liu authored
      
      
      ---- Problem ----
      IRQ test has problem to run on Isolation Level 2
      
      ---- Info ----
      TFM_CORE_TEST_1017 is part of the Core non-secure tests.
      Set ON to the following two MACROs to enable the test.
        TEST_NS=ON
        TFM_IRQ_TEST=ON
      
      ---- History ----
      The initial implementation was at the time when the
      isolation level was level 1.  There was no problem in the
      original design to share configuration data between
      TIMER0 (Secure) & TIMER1 (Non-Secure).
      
      The data sharing between NS & S triggers the problem when
      the development moved to Isolation Level 2.
      
      ---- Solution ----
      Separate the data for TIMER0 & TIMER1
      
      Change-Id: I1f0a0c4ae09356c3dff8378202e01dccf866473d
      Signed-off-by: default avatarAlamy Liu <alamy.liu@infineon.com>
      4345d388
    • David Hu's avatar
      Dualcpu: Execute memory access check in privileged level · 12ae2b7f
      David Hu authored
      
      
      Some PSA RoT services also require memory access check. Allow
      multi-core memory access to be performed not only in Handler mode,
      but also in privileged thread mode.
      
      Change-Id: Ic8abec6121a644325b80ac54a0e330460b19eec5
      Signed-off-by: default avatarDavid Hu <david.hu@arm.com>
      12ae2b7f
  18. Dec 18, 2020
Loading