1. 7455c1a Remove psa_ps_create() support for secure flash store by Imre Kis · 1 year, 9 months ago
  2. 064e90c Merge UEFI Variable Authentication support by Gyorgy Szing · 1 year, 7 months ago
  3. 4f82945 Enhance UEFI test code by Gyorgy Szing · 1 year, 7 months ago topics/authenticated_variables
  4. 2b4ba34 smm_variable: remove duplicate string size calc. by Gyorgy Szing · 1 year, 7 months ago
  5. 950e2b1 Make uefi-test compilable to linux-pc by Gabor Toth · 1 year, 9 months ago
  6. 062e81a Update uefi tests to be able to run multiple times by Gabor Toth · 1 year, 9 months ago
  7. b66ea9c Fix access of UEFI boot only variables by Gabor Toth · 1 year, 10 months ago
  8. a1df025 Add tests for variable authentication by Gabor Toth · 2 years ago
  9. 10325b3 Eliminate std::wstring occurrences from uefi code by Gabor Toth · 1 year, 8 months ago
  10. 29620bf Implement uefi variable authentication by Julian Hall · 3 years, 2 months ago
  11. 6c19b4f ADD FFA_MEM_PERM_GET/SET SPMC tests by Jelle Sels · 2 years, 10 months ago
  12. af58657 Add missing const modifiers to smm_variables by Gabor Toth · 2 years ago
  13. 9643f3f Make flash area size configurable by Gabor Toth · 1 year, 11 months ago
  14. ab7db21 Extend crypto SP to support signature verification by Gabor Toth · 2 years ago
  15. 6e4a903 Correct checkpatch findings in uefi service by Gabor Toth · 1 year, 9 months ago
  16. 98656d5 Introduce uefi service component by Julian Hall · 3 years, 3 months ago
  17. a544317 Support per-deployment configuration of MbedTLS by Julian Hall · 3 years, 2 months ago
  18. 5d4f582 Update the RPC layer by Gyorgy Szing · 1 year, 10 months ago
  19. bd8e04e Add tests for direct message error handling by Imre Kis · 2 years ago
  20. 89327d9 Remove discovery service component by Imre Kis · 2 years ago
  21. 9acdafb FWU client and tests by Balint Dobszay · 2 years, 1 month ago
  22. 20311dd Update SMM variable tests to use rpc_caller_session by Imre Kis · 2 years ago
  23. 19ce6e8 Update Attestation in ts-service-test by Balint Dobszay · 2 years, 1 month ago
  24. bd03c3e Update Crypto in ts-service-test by Balint Dobszay · 2 years, 1 month ago
  25. 055cdbc Update RPC init for ITS and PS in ts-service-test by Balint Dobszay · 2 years, 1 month ago
  26. 977de34 Change SMM variable client to use rpc_caller_session by Imre Kis · 2 years ago
  27. 2231f19 Change SMM variable provider to use rpc_service_interface by Imre Kis · 2 years ago
  28. 4900141 Change test runner provider and client to use new RPC layer by Imre Kis · 2 years, 1 month ago
  29. e584a98 Change FWU provider to use rpc_service_interface by Imre Kis · 2 years, 1 month ago
  30. 1591fae Change crypto clients to use rpc_caller_session by Imre Kis · 2 years, 1 month ago
  31. 6d867d8 Change crypto providers to use rpc_service_interface by Imre Kis · 2 years, 1 month ago
  32. c0a03d6 Change block storage client to use rpc_caller_session by Imre Kis · 2 years, 1 month ago
  33. fae9e11 Change block storage provider to use rpc_service_interface by Imre Kis · 2 years, 1 month ago
  34. d5d1602 Change attestation client to use rpc_caller_session by Imre Kis · 2 years, 1 month ago
  35. 06df10e Change attestation provider to use rpc_service_interface by Imre Kis · 2 years, 1 month ago
  36. c45e4cf Remove optee_trusted_store by Imre Kis · 2 years ago
  37. 794e13c Change secure storage client to use rpc_caller_session by Imre Kis · 2 years ago
  38. 436f69c Change secure storage provider to use rpc_service_interface by Imre Kis · 2 years, 1 month ago
  39. 0117e0c Align standalone service locator implementation with RPC layer changes by Imre Kis · 2 years ago
  40. 3e00482 Align service locator implementation for SPs with RPC layer changes by Imre Kis · 2 years ago
  41. 8d06162 Align service locator implementations for Linux with RPC layer changes by Imre Kis · 2 years ago
  42. 71eaf49 Fix mock store issues by Imre Kis · 2 years ago
  43. 67df317 Fix initialization order and memory leak in fmp by Imre Kis · 2 years ago
  44. fbde07a Align service locator interface with RPC layer changes by Imre Kis · 2 years ago
  45. 1646482 Align PSA IPC caller with the new RPC design by Imre Kis · 2 years ago
  46. 82ba61b Align service provider with the RPC service interface by Imre Kis · 2 years, 1 month ago
  47. 11f39ee Align service client with the RPC caller by Imre Kis · 2 years, 1 month ago
  48. 4960c41 Refactor SPs to use the TS RPC UUID as FF-A UUID by Jelle Sels · 2 years, 6 months ago
  49. fd03e0a cmake: enhance UUID handling by Gyorgy Szing · 2 years ago
  50. 8a1e7f4 Consolidate targets settings in opteesp deployments by Gyorgy Szing · 2 years ago
  51. 6a0d992 opteesp: consolidate stripped elf generation by Gyorgy Szing · 2 years, 1 month ago
  52. 3e3db70 Add test for multiple SPs with the same UUID by Gyorgy Szing · 2 years, 1 month ago
  53. b8d6f26 Make elf output names compatible to symbolize.py by Gyorgy Szing · 2 years, 2 months ago
  54. 1bec4d7 Add block_store adapter for UEFI FVB driver by Julian Hall · 2 years, 5 months ago
  55. bcd755e Use 64-bit LBAs by Julian Hall · 2 years, 5 months ago
  56. 4f9d8e3 Refactor FF-A boot info by Balint Dobszay · 2 years, 4 months ago
  57. 21ce26e Update to MbedTLS 3.4.0 by Balint Dobszay · 2 years, 3 months ago
  58. 0d292e7 psa_ipc: tf-m v1.7 alignment crypto iovec definitions and SIDs by Mohamed Omar Asaker · 2 years, 6 months ago
  59. af88641 Merge FWU service to integration by Gyorgy Szing · 2 years, 4 months ago
  60. 386433f Restructure fwu-app deployment by Gyorgy Szing · 2 years, 4 months ago
  61. 9f298cc Fix build errors and warnings by Gyorgy Szing · 2 years, 4 months ago
  62. 3c44624 Fix static analysis errors by Gyorgy Szing · 2 years, 4 months ago
  63. 420bf2a Fix variable attributes in SmmVariableServiceTests by Imre Kis · 2 years, 4 months ago
  64. 8363287 Add HTTP based RPC support by Julian Hall · 2 years, 5 months ago
  65. 45df16f Fix compiler warnings by Imre Kis · 2 years, 5 months ago
  66. 3882ce8 Fix access attributes in smm varibale service tests by Julian Hall · 2 years, 5 months ago
  67. 8d8e492 Fix includes in linux_trng_adapter by Balint Dobszay · 2 years, 5 months ago
  68. 569309e Use 64-bit FF-A messaging in SPM test SP by Gabor Toth · 2 years, 6 months ago
  69. a82384d Add test: FW update via the FMP abstraction by Jose Marinho · 2 years, 6 months ago
  70. 374b5c3 Add fwu service level tests by Julian Hall · 2 years, 6 months ago
  71. 351a072 Add fwu update agent deployment for linux-pc/posix by Julian Hall · 2 years, 7 months ago
  72. 65bb410 Add fwu_app for test and demonstration by Julian Hall · 2 years, 7 months ago
  73. 0471f74 Add fwu configurator component by Julian Hall · 2 years, 7 months ago
  74. a1250b2 Add FWU metadata V2 support by Julian Hall · 2 years, 7 months ago
  75. 685ee96 Add FWU metadata V2 proto definition by Julian Hall · 2 years, 7 months ago
  76. 414ee59 Add oversize image tests by Julian Hall · 2 years, 7 months ago
  77. 29619f1 Add client_metadata_fetcher by Julian Hall · 2 years, 8 months ago
  78. 96ab409 Add remote_fwu_client by Julian Hall · 2 years, 8 months ago
  79. 2ca63d8 Add fwu standalone service context by Julian Hall · 2 years, 8 months ago
  80. 32798ff Add fwu_provider by Julian Hall · 2 years, 8 months ago
  81. 6416f40 Add update rollback tests by Julian Hall · 2 years, 8 months ago
  82. 88618b7 Add power failure during update tests by Julian Hall · 2 years, 8 months ago
  83. 806c679 Add normal update scenario tests by Julian Hall · 2 years, 8 months ago
  84. c1173e4 Add invalid behaviour update agent tests by Julian Hall · 2 years, 8 months ago
  85. ec58c9a Add image_directory tests by Julian Hall · 2 years, 8 months ago
  86. 2022a55 Add fwu test framework components by Julian Hall · 2 years, 9 months ago
  87. db86a73 Add direct_fw_inspector by Julian Hall · 2 years, 9 months ago
  88. a2daafd Add installer factory by Julian Hall · 2 years, 6 months ago
  89. 93d5824 Use GRND_INSECURE flag for linux_trng_adapter by Balint Dobszay · 2 years, 5 months ago
  90. 4f9d870 Add fwu copy_installer by Julian Hall · 2 years, 9 months ago
  91. 51a3fb3 Add fwu raw_installer by Julian Hall · 2 years, 9 months ago
  92. e35efa5 Add update agent implementation by Julian Hall · 2 years, 9 months ago
  93. 5bd63fa Add banked_fw_store with FWU metadata management by Julian Hall · 2 years, 10 months ago
  94. 110c671 Add mock_fw_inspector by Julian Hall · 2 years, 9 months ago
  95. 56387ba Add FWU installer framework by Julian Hall · 2 years, 9 months ago
  96. c1353f7 Add fw_directory component by Julian Hall · 2 years, 9 months ago
  97. 09bdd22 Add file_block_store by Julian Hall · 2 years, 7 months ago
  98. 591246d Extend gpt block store configurator to provide GPT access by Julian Hall · 2 years, 6 months ago
  99. 4a658ac Extend storage volume for fw update installation by Julian Hall · 2 years, 10 months ago
  100. 71787fc Extend storage partition info for FWU by Julian Hall · 2 years, 9 months ago