1. 39e4df2 Add test to check PSTATE in the SDEI handler by Daniel Boulby · 4 years, 6 months ago
  2. 58757e8 feat(ff-a): update FF-A version to v1.1 by Olivier Deprez · 4 years ago
  3. e060290 test(ff-a): add tests for the FFA_RXTX_UNMAP ABI by Daniel Boulby · 4 years, 1 month ago
  4. 0b7d25f refactor(ff-a): partition info test functions by Max Shvetsov · 4 years, 5 months ago
  5. d6715f1 Merge "feat(sve): enable SVE tests in tftf" by Olivier Deprez · 4 years, 1 month ago
  6. 959be33 feat(sve): enable SVE tests in tftf by Max Shvetsov · 4 years, 5 months ago
  7. 9f1952c SPM: Add shim layer to Ivy partition and enable PIE by Ruari Phipps · 5 years ago
  8. 198deda Add tests for FFA function FFA_SPM_ID_GET by Daniel Boulby · 4 years, 5 months ago
  9. e79d207 Change the name of type ffa_vm_id_t by Daniel Boulby · 4 years, 5 months ago
  10. 172523b Cactus test for exercising SMMUv3 driver to perform stage2 translation by Madhukar Pappireddy · 4 years, 7 months ago
  11. 9ee6a8d Cactus: helper commands needed for interrupt testing by Manish Pandey · 4 years, 5 months ago
  12. f7aafef Cactus: add handler from managed exit FIQ interrupt by Manish Pandey · 4 years, 5 months ago
  13. 58971b6 Cactus: implement hvc call to enable an interrupt by Manish Pandey · 4 years, 11 months ago
  14. 6967c24 spmc: hypervisor calls moved to a separate module by Olivier Deprez · 4 years, 4 months ago
  15. d89d11b Merge "TRNG: clean up TRNG test" by bipin.ravi · 4 years, 5 months ago
  16. 331ed68 TRNG: clean up TRNG test by Zelalem · 4 years, 5 months ago
  17. 0b05281 FF-A: add secondary entry point register function by Olivier Deprez · 4 years, 8 months ago
  18. eeb2547 Cactus: tidy message loop and commands definitions by J-Alves · 4 years, 5 months ago
  19. 43887ec SPM: Helpers for error logging after FF-A calls by J-Alves · 4 years, 5 months ago
  20. ecd3074 FF-A: Tidying direct messaging API definitions by J-Alves · 4 years, 6 months ago
  21. 92f15be SPM: Properly placing Cactus test files by J-Alves · 4 years, 6 months ago
  22. be1519a SPM: Tidying FF-A Memory Sharing tests by J-Alves · 4 years, 6 months ago
  23. 06373c5 FF-A: Check FF-A return is a valid direct response by J-Alves · 4 years, 6 months ago
  24. 035b7d0 FF-A: FFA_MSG_DIRECT_RESP call using 5 registers by J-Alves · 4 years, 6 months ago
  25. eb426de Merge "FF-A: Accessors for arguments from FF-A calls" by Olivier Deprez · 4 years, 5 months ago
  26. f804cbb Merge "Add tests for TRNG SMCs" by Mark Dykes · 4 years, 5 months ago
  27. c4f3eee Add tests for TRNG SMCs by Jimmy Brisson · 5 years ago
  28. 22a40a6 AMU: Fix failures in daily builds by johpow01 · 4 years, 5 months ago
  29. 6cb21d9 FF-A: Accessors for arguments from FF-A calls by J-Alves · 4 years, 7 months ago
  30. b7d752a TFTF tests for v8.6 AMU enhancements (FEAT_AMUv1p1) by johpow01 · 4 years, 10 months ago
  31. e540057 spm: use virtual counter for sp_sleep by Manish Pandey · 4 years, 7 months ago
  32. 881b199 [SPM] checks if SIMD vectors are preserved by Olivier Deprez · 4 years, 8 months ago
  33. 103e056 [SPM] tidying common code to tftf and cactus by Max Shvetsov · 4 years, 6 months ago
  34. 0446930 Nit: Change name from helper function and macro by J-Alves · 4 years, 7 months ago
  35. 3106b07 TFTF: Refactor FF-A memory sharing tests by J-Alves · 4 years, 9 months ago
  36. da6ac32 cactus: handle 'CACTUS_REQ_ECHO_CMD' and 'CACTUS_ECHO_CMD' by J-Alves · 4 years, 9 months ago
  37. d708c03 TFTF: helpers for SPM tests by J-Alves · 4 years, 9 months ago
  38. f1126f2 SPM: RXTX map test on TFTF by J-Alves · 4 years, 9 months ago
  39. c031cc0 FFA: RXTX map/configure helper macros by J-Alves · 4 years, 9 months ago
  40. 6a2446e spm: update OP-TEE version used for testing to 3.10 by Olivier Deprez · 4 years, 8 months ago
  41. 0435cae cactus: fix access to uninitialized array by J-Alves · 4 years, 9 months ago
  42. 8f4a56f SPM: FFA endpoints header by J-Alves · 4 years, 9 months ago
  43. f474306 SPM: TFTF skip test if FFA endpoint absent by J-Alves · 4 years, 9 months ago
  44. d1aae29 cactus: macros for processing of commands by J-Alves · 4 years, 10 months ago
  45. f3a393c SPM: memory sharing functions and structures by J-Alves · 4 years, 10 months ago
  46. 3ea46d1 FFA: Mem sharing ABIs by J-Alves · 5 years ago
  47. e7810b5 SMC fuzzing module integration. by Mark Dykes · 5 years ago
  48. 109d5c1 Remove dependencies from FVP to generic code by Javier Almansa Sobrino · 5 years ago
  49. 6b3840a cactus: implement hvc call to get interrupt id by Manish Pandey · 4 years, 11 months ago
  50. 9473007 Minor bug fixes in multicore IRQ spurious test by Madhukar Pappireddy · 5 years ago
  51. bd0a7e4 Cactus: Map RXTX region to third partion. by Ruari Phipps · 5 years ago
  52. 953ec59 Merge changes from topic "af/add_branch_protection_makefiles" by Olivier Deprez · 5 years ago
  53. 45ada40 TFTF: Add ARMv8.5 BTI support in assembler files by Alexei Fedorov · 5 years ago
  54. 9cd7502 TFTF: Add ARMv8.5 BTI-related definitions by Alexei Fedorov · 5 years ago
  55. c32f478 Cactus: FFA_PARTITION_INFO_GET test. by Max Shvetsov · 5 years ago
  56. c17c1d3 SPM: TFTF test of FFA_FEATURES interface. by Max Shvetsov · 5 years ago
  57. ef507e4 plat/arm: Move defines to platform specific header file by Manish V Badarkhe · 5 years ago
  58. a117303 Merge "Tidying FFA helpers" by Manish Pandey · 5 years ago
  59. 5aecd98 Tidying FFA helpers by J-Alves · 5 years ago
  60. 036854b Merge "Update FIP corrupt address" by Sandrine Bailleux · 5 years ago
  61. 8f08a05 SPM: TFTF test of FFA_VERSION interface by J-Alves · 5 years ago
  62. 24a4a7c Update FIP corrupt address by Manish V Badarkhe · 5 years ago
  63. 9e6f757 drivers: ti: uart: introduce UART 16550 driver by Varun Wadekar · 5 years ago
  64. 945095a Test that TF-A supports ARMv8.6-ECV by Jimmy Brisson · 5 years ago
  65. 90f1d5c Test that TF-A supports ARMv8.6-FGT by Jimmy Brisson · 5 years ago
  66. 7581c38 SPCI is now called PSA FF-A by J-Alves · 5 years ago
  67. bc93a34 Add test case for SMCCC_ARCH_SOC_ID feature by Manish V Badarkhe · 5 years ago
  68. f218ffe pl011: allow alternate stdout to be used by Manish Pandey · 5 years ago
  69. 61be4c1 tftf: SPCI Beta1 add direct messaging test by Olivier Deprez · 6 years ago
  70. 55f79d6 tftf: update SPCI svc header to latest Beta1 spec by Olivier Deprez · 5 years ago
  71. 3e1a295 tftf: provide hvc conduit facility by Olivier Deprez · 5 years ago
  72. 73e5cb4 Max SPI INTID is 1019 by Deepika Bhavnani · 5 years ago
  73. c249d5e Switch AARCH32/AARCH64 to __aarch64__ by Deepika Bhavnani · 5 years ago
  74. 5c4da65 Merge "Make TFTF RFC 4122 compliant" by Sandrine Bailleux · 6 years ago
  75. 35d824e Make TFTF RFC 4122 compliant by Oliver Swede · 6 years ago
  76. 52fd733 TFTF: Enable ARMv8.3-PAuth in FWU tests. by Alexei Fedorov · 6 years ago
  77. e00ab6c Merge "libc: Pick up changes from the TF-A code base" by Sandrine Bailleux · 6 years ago
  78. 5913030 libc: Pick up changes from the TF-A code base by Bence Szépkúti · 6 years ago
  79. d651444 arm: gic: Don't assume the GIC base addresses are within 4G range. by Marek Bykowski · 6 years ago
  80. caaa306 Merge "Support for extended register usage in SMCCC v1.2 spec" by Manish Pandey · 6 years ago
  81. 640af3a Merge "TFTF: Add support for FVP platforms with SMT capabilities" by Soby Mathew · 6 years ago
  82. c783c0b Support for extended register usage in SMCCC v1.2 spec by Madhukar Pappireddy · 6 years ago
  83. 0f30547 TFTF: Add support for FVP platforms with SMT capabilities by Alexei Fedorov · 6 years ago
  84. f1a45f7 Aarch32: Secure PMU counter leak tests by Petre-Ionut Tudor · 6 years ago
  85. 277fb76 Add tests for MTE support by Sandrine Bailleux · 6 years ago
  86. 7d3054a Merge "TF-A Tests: Enable PAuth on warm boot path" by Soby Mathew · 6 years ago
  87. 719714f TF-A Tests: Enable PAuth on warm boot path by Alexei Fedorov · 6 years ago
  88. f68ebdb Try to leak counter values from secure world. by Petre-Ionut Tudor · 6 years ago
  89. 38c645c TF-A Tests: Pick up changes from TF-A code base by Alexei Fedorov · 6 years ago
  90. 8d84b4c Add topology helper to get parent node by Soby Mathew · 7 years ago
  91. 3da9cb1 drivers: console: pl011: Move comments to header by Antonio Nino Diaz · 6 years ago
  92. 8790f02 Add unit tests for Pointer Authentication by Joel Hutton · 6 years ago
  93. 29ef1dd xlat v2: Synchronize with TF-A by Antonio Nino Diaz · 6 years ago
  94. cc02399 Partial sync of architectural headers with TF-A by Antonio Nino Diaz · 6 years ago
  95. fae7772 Introduce test for SVE support by Ambroise Vincent · 6 years ago
  96. b4ddca8 Merge changes from topic "an/pauth" by Sandrine Bailleux · 6 years ago
  97. f2218e7 Reintroduce Cactus-MM and SPM-MM tests by Antonio Nino Diaz · 6 years ago v2.1-rc0
  98. 9c9f92c Add ARMv8.3 pointer authentication support by Antonio Nino Diaz · 6 years ago
  99. 602b7f5 libc: Update includes by Ambroise Vincent · 6 years ago
  100. 8a573de libc: Adapt to TFTF by Ambroise Vincent · 6 years ago