1. 41f8597 Doc: Removed TF-M prefix from document heading by Galanakis, Minos · 6 years ago
  2. 86a99b9 Doc: Updated for Version 1.0-RC1 by Galanakis, Minos · 6 years ago
  3. 0d87f66 Platform: Remove tfm_mbedtls_config.h by Jamie Fox · 6 years ago
  4. 07a11a2 Boot: Emphasize the requirement of immutability of root of trust by Tamas Ban · 6 years ago
  5. 056ed0b Boot: Check integer overflow by Tamas Ban · 6 years ago
  6. 576aaf9 Boot: Exit from loop when TLV has been found by Tamas Ban · 6 years ago
  7. f24d3e6 Boot: Check against buffer overflow by Tamas Ban · 6 years ago
  8. d4bf347 Boot: Clear RAM before starting secure firmware by Tamas Ban · 6 years ago
  9. aadc56f Boot: Integration with HW key(s) by Tamas Ban · 6 years ago
  10. 1e59064 Docs: Use native windows CMake version for Cygwin by Mingyang Sun · 6 years ago
  11. d0d2195 Core: Remove __tfm_secure_gateway_attributes__ in multi-core topology by David Hu · 6 years ago
  12. c0fc6ba Twincpu: Abstract nsfptr_t type for diverse topologies by David Hu · 6 years ago
  13. 027222f Core: Add tfm_core_topology.h to abstract topology specific operations by David Hu · 6 years ago
  14. 1d0c53c Twincpu: Abstract configure_ns_code() for diverse topologies by David Hu · 6 years ago
  15. 204c5b4 Boot: Change the return type of flash_area_align() by Raef Coles · 6 years ago
  16. 25b857a Boot: Add constant time memory equality function by Raef Coles · 6 years ago
  17. 6bd5b81 Attest: Verify access policy to shared data area by Tamas Ban · 6 years ago
  18. 4e5ed8d Boot: Fix GNUARM compile error by Tamas Ban · 6 years ago
  19. 94b1b41 Core: Apply core memory functions by Mingyang Sun · 6 years ago
  20. 5ae69dc Core: SPM memcpy and memset by Mingyang Sun · 6 years ago
  21. 6925765 Docs: TF-M Internal Trusted Storage service design by Jamie Fox · 6 years ago
  22. 1cb73db Boot: Move BL2 shared area definitions to region_defs.h by David Hu · 6 years ago
  23. 6a0424e Core: fix preprocessor directive by Robert Rostohar · 6 years ago
  24. 3f9547d Build: Add support of Cortex-M0plus and Cortex-M4 in GNUARM by David Hu · 6 years ago
  25. d9a6f59 Core: Add support for Cortex-M0plus and Cortex-M4 by Ashutosh Singh · 6 years ago
  26. b0aa328 Twincpu: Work around mbed-crypto/mbedtls building issue on Armv6-M by David Hu · 6 years ago
  27. 40455c9 Arch: Add Armv6-M and Armv7-M support for multi-core topology by David Hu · 6 years ago
  28. b8dada5 Arch: Abstract checking whether FP is allocated in stack from EXC_RETURN by David Hu · 6 years ago
  29. f363fe9 Arch: Abstract MSPLIM setting by David Hu · 6 years ago
  30. a008e3e Platform: Explicitly set fault priority on AN524 by Jamie Fox · 6 years ago
  31. 5f210c7 Core: Add more constrained log APIs by Summer Qin · 6 years ago
  32. ee2d70f Docs: Partition and service design document by Summer Qin · 6 years ago
  33. acae8bd Core: Only allow PRoT services to make reset request by Mate Toth-Pal · 6 years ago
  34. 070279f Core: Make error handling more strict by Mate Toth-Pal · 6 years ago
  35. 456d3eb Platform: Add a missing #endif in common scatter file by David Hu · 6 years ago
  36. 1bded86 Build: Fix t_cose CMakeList.txt by Tamas Ban · 6 years ago
  37. 41508c4 Build: Split QCBOR to encode and decode library by Tamas Ban · 6 years ago
  38. cedee10 Attest: Remove key-id from token header by Tamas Ban · 6 years ago
  39. 9a5294e COSE: Fixes for key-id is absent in unprotected headers by Laurence Lundblade · 6 years ago
  40. 303dd08 Attest: Remove test code from release build by Tamas Ban · 6 years ago
  41. 01f64c5 Attest: Make possible to remove the optional claims by Tamas Ban · 6 years ago
  42. dd10fe5 Build: Set default build type to debug by Tamas Ban · 6 years ago
  43. 9c1586b Attest: Remove security epoch by Tamas Ban · 6 years ago
  44. daa4c6e Attest: Add verification details to integration guide by Tamas Ban · 6 years ago
  45. 011c0ad Core: ipc: Fix integer wraparound security issue by Ronald Cron · 6 years ago
  46. 8526f16 Twincpu: Split secure and non-secure test builds for multi-core building by David Hu · 6 years ago
  47. 857bfa5 Twincpu: Support building multi-core TF-M in a single building execution by David Hu · 6 years ago
  48. feae0f9 Twincpu: Add preprocessor option and configuration TFM_MULTI_CORE_TOPOLOGY by David Hu · 6 years ago
  49. b9b03a5 SST: Remove object system lock and ready variable by Jamie Fox · 6 years ago
  50. 8af8b03 Core: Remove legacy veneer support by Mate Toth-Pal · 6 years ago
  51. ec3b910 Test: Change secure test partition to use uniform veneers by Mate Toth-Pal · 6 years ago
  52. 91acfed SST: Resizing the service stack by Galanakis, Minos · 6 years ago
  53. a504c2c Platform: Reduce stack usage of dummy NV counters by Jamie Fox · 6 years ago
  54. a1434e7 Platform: Remove the region of TFM_UNPRIV_SCRATCH by Shawn Shan · 6 years ago
  55. b321b3f Core: Remove the code related with tfm_scratch_area by Shawn Shan · 6 years ago
  56. 330d284 Attest: Remove scratch area from attestation test by Shawn Shan · 6 years ago
  57. cfd7c1c Test: Remove test_share_redirection by Shawn Shan · 6 years ago
  58. a4c9ee1 Test: Use buffer for the test in tfm_ss_core_test.c by Shawn Shan · 6 years ago
  59. 2978604 SST: Remove asset_data buffer by Galanakis, Minos · 6 years ago
  60. 9ac0237 Core: Separate nspm for 2 models by Mingyang Sun · 6 years ago
  61. 2697dd0 Crypto: Fix key derivation iovec handling by Jamie Fox · 6 years ago
  62. 0f869bb Boot: Migrate from pycrypto to cryptography by Kevin Townsend · 6 years ago
  63. 6fd21f1 Platform: Add support for MPS2 AN539 FPGA board by Marton Berke · 6 years ago
  64. 3a43440 Core: Make mem permission check allow read secure code by Mate Toth-Pal · 6 years ago
  65. 72f5ded Platform: Remove preprocessor check around TFM_UNPRIV_CODE in GCC linker script by David Hu · 6 years ago
  66. 43be8c9 Tools: iat-verifier make PROFILE_ID optional by Sergei Trofimov · 6 years ago
  67. 75f0d75 Core: Remove the index member in runtime data structure by Summer Qin · 6 years ago
  68. b5da9cc Core: Move thread context into runtime data struct by Summer Qin · 6 years ago
  69. 423dbef Core: Minimize the memory usage for partition list by Summer Qin · 6 years ago
  70. 0482270 Docs: Update the Core Test integration guide by David Hu · 6 years ago
  71. f2cfa12 Test: Decouple control logic between Core test, IPC test and Regression test by David Hu · 6 years ago
  72. 092fdd3 Test: Add an option flag to select/deselect peripheral access test by David Hu · 6 years ago
  73. dc9c0b5 Attest: Remove enforcement of buffer alignment by Tamas Ban · 6 years ago
  74. 9c60901 Boot: Update documentation by David Vincze · 6 years ago
  75. 78676ac Boot: Use different signing key to S and NS image by Tamas Ban · 6 years ago
  76. 1d37c34 Boot: Add hardware key support to MCUBoot by Tamas Ban · 6 years ago
  77. d0f4e1d Build: Add hardware key support to MCUBoot by Tamas Ban · 6 years ago
  78. 32d8464 Boot: Add hardware key handling to signing script by Tamas Ban · 6 years ago
  79. 5db5753 Platform: Implement API to get ROTPK by Tamas Ban · 6 years ago
  80. 24f5598 Platform: Define API to get ROTPK by Tamas Ban · 6 years ago
  81. f466a8a Core: Split SVC handlers for two models by Ken Liu · 6 years ago
  82. d9c57fb Build: Fix pdf document build by Gyorgy Szing · 6 years ago
  83. 6714b45 Tools: remove EPOCH references from iat-verifier by Sergei Trofimov · 6 years ago
  84. 0efceba Tools: relax unexpected claim handling by iatverifier by Sergei Trofimov · 6 years ago
  85. ab21081 Tools: add --raw option to compile_token. by Sergei Trofimov · 6 years ago
  86. 758b2de Tools: use safe_load instead of load for YAML by Sergei Trofimov · 6 years ago
  87. c1b1090 Core: Remove unnecessary functions by Edison Ai · 6 years ago
  88. 651fbb8 Platform: AN519: Refine hal and targe cfg files by Edison Ai · 6 years ago
  89. b1c0d7f Platform: AN521: Refine hal and targe cfg files by Edison Ai · 6 years ago
  90. b5a4bac Platform: Avoid import un-referenced symbol by Ken Liu · 6 years ago
  91. bb6e3b6 Boot: Add dependency check to multi-image boot by David Vincze · 6 years ago
  92. 9ec0f54 Boot: Add support for dependency description by David Vincze · 6 years ago
  93. 7384ee7 Boot: Enable multi-image boot by David Vincze · 6 years ago
  94. 6f689b6 Boot: Save different SW component identifiers by Tamas Ban · 6 years ago
  95. f4399a8 Attest: Refine test suite to support multi-image boot by Tamas Ban · 6 years ago
  96. a6bdb98 Attest: Increase token size macro by Tamas Ban · 6 years ago
  97. 0b41ee2 Platform: Add new NV counter due to multiple image boot by David Vincze · 6 years ago
  98. d8fbe0e Build: Sign the S and NS images separately by David Vincze · 6 years ago
  99. bb20798 Boot: Extend flash layout for multiple images by David Vincze · 6 years ago
  100. 63eda7a Build: Introduce MCUBOOT_IMAGE_NUMBER switch by David Vincze · 6 years ago