1. 4cc81fc Platform: Add NV counter interface by Marc Moreno Berengue · 7 years ago
  2. d4de80f Platform: Remove secure api from unpriv section by Marc Moreno Berengue · 7 years ago
  3. 9926df8 Platform: Replace tfm_plat_errno by tfm_plat_err by Marc Moreno Berengue · 7 years ago
  4. ef20272 Platform: Add tfm_ prefix in the platform HAL by Marc Moreno Berengue · 7 years ago
  5. 7501797 SST: Update crypto to return valid PSA SST errors by Marc Moreno Berengue · 7 years ago
  6. 736958b SST: Add const in asset policy and perms arrays by Marc Moreno Berengue · 7 years ago
  7. 2f66b21 SST: Implement filesystem layer by Marc Moreno Berengue · 7 years ago
  8. 9b41fd9 Platform: Check if flash area is ready to write by Marc Moreno Berengue · 7 years ago
  9. f6a64f7 SST: Update CMakeLists.inc and documentation by Marc Moreno Berengue · 7 years ago
  10. 95d6572 SST: Add SST_CREATE_FLASH_LAYOUT flag by Marc Moreno Berengue · 7 years ago
  11. 1477a2c SST: Add SST flash filesystem layer by Marc Moreno Berengue · 7 years ago
  12. 2121f02 SST: Refactor sst_flash_block_to_block_move func by Marc Moreno Berengue · 7 years ago
  13. 6a42c4a SST: Add object table to manage all objects by Marc Moreno Berengue · 7 years ago
  14. b148b28 SST: Fix incorrect data removal in obj delete func by Marc Moreno Berengue · 7 years ago
  15. 61f00de SST: Move secure API to named section by Marc Moreno Berengue · 7 years ago
  16. ed83d4b Platform: fix GCC linker script to build without BL2 by Tamas Ban · 7 years ago
  17. d90c81b Test: Add build config which support level 3 isolation by Tamas Ban · 7 years ago
  18. f97ea83 Platform: Reduce SPM's stack size on Musca A1 by Tamas Ban · 7 years ago
  19. 3109b30 CMake: Clean up TFM_LVL configuration by Tamas Ban · 7 years ago
  20. 9b4677f Platform: Create shared UART between S and NS by Tamas Ban · 7 years ago
  21. 5385d2c Platform: Fix comment and include guard by Tamas Ban · 7 years ago
  22. c2074a7 Test: fix secure test client partition by Tamas Ban · 7 years ago
  23. f7641fa Boot: Remove revert functionality support by David Vincze · 7 years ago
  24. 26e8c8a Platform: Add new CMSIS Flash driver for Musca by David Vincze · 7 years ago
  25. f998244 Boot: Load image to SRAM for execution by Oliver Swede · 7 years ago
  26. 7cbf7ef Platform: Change flash layout on Musca-A1 by Oliver Swede · 7 years ago
  27. 640a1cf Platform: Set execution address space on Musca-A1 by Oliver Swede · 7 years ago
  28. 45c60d8 Platform: Execute MCUBoot from SRAM on Musca-A1 by Oliver Swede · 7 years ago
  29. 8ee18a9 Platform: Enable whole QSPI access on Musca-A1 by Oliver Swede · 7 years ago
  30. 05e5ded Boot: Set load address in image header by Oliver Swede · 7 years ago
  31. 285dacd Boot: Mirror changes made in MCUBoot to image_header by Oliver Swede · 7 years ago
  32. 2144044 Boot: Add version number from command line by Oliver Swede · 7 years ago
  33. 49c95d4 AuditLog: Fix missing autogenerated file update by Antonio de Angelis · 7 years ago
  34. 05cd2bc Merge changes from topic 'AuditLog' by Antonio de Angelis · 7 years ago
  35. 937ba56 Docs: Update the AuditLog documentation by Antonio de Angelis · 7 years ago
  36. 2eeac64 AuditLog: Align the implementation to the PSA header by Antonio de Angelis · 7 years ago
  37. 0d651fd Test: Fix incorrect include file in test service by Marc Moreno Berengue · 7 years ago
  38. 158bf18 Merge changes Iac4e1b7d,Ib771485e by Miklós Bálint · 7 years ago
  39. 12bc645 AuditLog: PSA API header by Antonio de Angelis · 7 years ago
  40. 1379e15 App, Test: Updates for thread mode NS-S transition by Mate Toth-Pal · 7 years ago
  41. ace4c3f Core: Thread mode transition from NS to S by Miklos Balint · 7 years ago
  42. ee551bc CMake: Fix invalid/unknown compiler error message by Mate Toth-Pal · 7 years ago
  43. f64f1eb Platform: Add GNUARM support for Musca platform by Mate Toth-Pal · 7 years ago
  44. 7ed189e Platform: Add GNUARM support for AN519 platform. by Mate Toth-Pal · 7 years ago
  45. d5fb429 Platform: Add gcc support for TFM_LVL==3 by Mate Toth-Pal · 7 years ago
  46. 941ba9b manifest: change tfm_linker_pattern structure by Mate Toth-Pal · 7 years ago
  47. a76e2ab Platform: Move BL2 trailer base values to platform by Mate Toth-Pal · 7 years ago
  48. 2e7807f Platform: Provide __stack symbol in bl2 ld file by Mate Toth-Pal · 7 years ago
  49. 0e9d24d Platform: Clean up gcc startup files by Mate Toth-Pal · 7 years ago
  50. 77e4635 Platform: Clean up uart_stdout by Mate Toth-Pal · 7 years ago
  51. 4c84058 Merge "Crypto: Add PSA API" by Ashutosh Singh · 7 years ago
  52. 49bd355 Docs: Update docu to run TF-M apps without BL by Marc Moreno Berengue · 7 years ago
  53. 14276e9 Crypto: Add PSA API by Antonio de Angelis · 7 years ago
  54. 5c1756f Platform: Update Musca platform files by Gabor Kertesz · 7 years ago
  55. eb953f5 Platform: Refactor generic USART device usage by Gabor Kertesz · 7 years ago
  56. f398da2 SST: Implement PSA SST API for secure partitions by Marc Moreno Berengue · 7 years ago
  57. c304f92 SST: Align PSA SST APIs with the coding style by Marc Moreno Berengue · 7 years ago
  58. 092aaf0 SST: Add reference read PSA SST API definition by Marc Moreno Berengue · 7 years ago
  59. b391976 SST: Align client ID type with PSA definition by Marc Moreno Berengue · 7 years ago
  60. 92fe2f4 Docs: update docs according to the new naming convention by Tamas Ban · 7 years ago
  61. 57bfa43 CMake: collect executables to common location by Tamas Ban · 7 years ago
  62. f258907 Docs: create bootloader specfic md file by Tamas Ban · 7 years ago
  63. 8255414 Core: configure NS environment with HAL API by Tamas Ban · 7 years ago
  64. 6032c3b Platform: get addresses of memory regions based on linker symbols by Tamas Ban · 7 years ago
  65. db69d52 CMake: link TF-M for both memory partition by Tamas Ban · 7 years ago
  66. 4fb8e9d Boot: add non-swapping functionality to MCUBoot by Tamas Ban · 7 years ago
  67. 936c33b Platform: Move isolation hw code to SPM hal by Mate Toth-Pal · 7 years ago
  68. e147533 Platform: Create files for spm hal by Mate Toth-Pal · 7 years ago
  69. ecc48a1 Platform: Rename mbedTLS config file by Gabor Kertesz · 7 years ago
  70. 0fa49aa Build: Remove dead include path by Gabor Kertesz · 7 years ago
  71. d7d7d74 Platform: Fix relative include paths of linker by Gabor Kertesz · 7 years ago
  72. fffaafb Build: Fix linker include in cmake by Gabor Kertesz · 7 years ago
  73. afceb65 Build: Move to mbedTLS version 2.6.1 by Antonio de Angelis · 7 years ago
  74. 7d053a3 SST: First public draft of PSA SST APIs by Marc Moreno Berengue · 7 years ago
  75. 7903294 SST: Unpack tfm_sst_buf_t for read and write APIs by Marc Moreno Berengue · 7 years ago
  76. 10d0d36 SST: Add asset authentication token in the APIs by Marc Moreno Berengue · 7 years ago
  77. 4258e54 SST: Use asset ID instead of handle in all APIs by Marc Moreno Berengue · 7 years ago
  78. 51af951 SST: Add asset types and attributes by Marc Moreno Berengue · 7 years ago
  79. 675b6e9 SST: Rename get_attributes APIs to get_info by Marc Moreno Berengue · 7 years ago
  80. 6cf1c0d SST: Add encrypted object layer above sst core by Jamie Fox · 7 years ago
  81. ace460a SST: Rename prepare and wipe interface names by Marc Moreno Berengue · 7 years ago
  82. 214507b Test: Update tests for no partial asset rw by Ben Davis · 7 years ago
  83. 38902c8 SST: Add ability to disable partial asset rw by Ben Davis · 7 years ago
  84. 6d7256b Test: Create secure client service by Ben Davis · 7 years ago
  85. 0687dfc manifest: minor bugfixes and improvements by Miklos Balint · 7 years ago
  86. 3a05c9d manifest: refactor python scripts for modularity by Miklos Balint · 7 years ago
  87. d306ab1 Core: SPM to rely on manifest files for database by Miklos Balint · 7 years ago
  88. 470919c manifest: add manifest list and parser scripts by Miklos Balint · 7 years ago
  89. ea2aadf Test: manifest files for test services by Miklos Balint · 7 years ago
  90. 0010d12 SST: add manifest file by Miklos Balint · 7 years ago
  91. 15308bc AuditLog: add manifest file by Miklos Balint · 7 years ago
  92. 60121a4 Build: Gracefully fail if service build is disabled by Antonio de Angelis · 7 years ago
  93. 32e22aa AuditLog: Amend header fields by Antonio de Angelis · 7 years ago
  94. e7e8f49 AuditLog: Refactor Core components by Antonio de Angelis · 7 years ago
  95. bec2988 Build: Pre-include mbedTLS headers by Antonio de Angelis · 7 years ago
  96. 6a139ae Core: use secure partition context for its init by Miklos Balint · 7 years ago
  97. 6cbeba6 Platform: Make UART1 non-secure by default by Miklos Balint · 7 years ago
  98. 2e1b9bc Platform: Implement CMSIS flash driver for Musca by Avinash Mehta · 7 years ago
  99. fdab5b4 SST: Update integration guide for SST service by Marc Moreno Berengue · 7 years ago
  100. 6ffb22f SST: Add mechanism to overwrite SST flags values by Marc Moreno Berengue · 7 years ago