1. 302da63 Build: Add OTP_NV_COUNTERS_RAM_EMULATION configuration. by Andrej Butok · 2 years, 1 month ago
  2. 7322b1b Platform: Modify template/tfm_rotpk.c by Arnold Gabriel Benedict · 2 years, 4 months ago
  3. e4f9820 Platform: Fix IAR compilation error, OTP_NV_COUNTERS_RAM_EMULATION by Andrej Butok · 2 years, 3 months ago
  4. 0354ab3 Build: Remove VLA from code by Dávid Házi · 2 years, 5 months ago
  5. b721b85 Platform: Fix another default OTP edge-case by Raef Coles · 2 years, 5 months ago
  6. 4e0ecc0 Platform: Fix flash OTP edge-cases by Raef Coles · 2 years, 5 months ago
  7. 01a93bc Crypto: Refactor the tfm_builtin_key_loader and HAL interaction by Antonio de Angelis · 2 years, 7 months ago
  8. 6a38b2b Platform: Fix for flash_otp_nv_counters_write out-of-bound stack access by Antonio de Angelis · 2 years, 6 months ago
  9. 5aa1f46 Platform: Fix issues of cppcheck under platform/ext/common. by chesun01 · 2 years, 9 months ago
  10. eb5edb7 Platform: Fix build error in flash OTP NV counters by Xinyu Zhang · 2 years, 8 months ago
  11. 7e80490 Crypto: Cleanup tfm_builtin_key_loader by Antonio de Angelis · 2 years, 8 months ago
  12. 039dbd4 Platform: Update default NV counters backend by Raef Coles · 2 years, 9 months ago
  13. 3398805 Attest: Improve attestation implementation by David Hu · 2 years, 9 months ago
  14. 484513b SPM: Remove Library Model codes by Summer Qin · 2 years, 10 months ago
  15. 7eaeb32 platform: template: Add input validation to otp_nv_counters_backend by Sebastian Bøe · 2 years, 10 months ago
  16. 9aeda4b platform: otp: Simplify otp write and improve doc by Sebastian Bøe · 2 years, 10 months ago
  17. 92a2012 Platform: Add NV counter write readback check by Raef Coles · 2 years, 11 months ago
  18. 75ee516 Build: Introduce ATTEST_KEY_BITS build option by David Vincze · 3 years, 2 months ago
  19. 53aee98 Platform: Check that ProgramData programmed all the data by Sebastian Bøe · 2 years, 11 months ago
  20. b2b069b Platform: RSS: Use derived keys for VHUK, IAK and DAK by Raef Coles · 3 years, 5 months ago
  21. 5393bc1 AN521: Implement RNG for FIH delay by Xinyu Zhang · 3 years ago
  22. 7dcb8c5 Platform: Extend attest HAL by Tamas Ban · 3 years, 1 month ago
  23. 86cdcc4 Crypto: Fix uninitialised variable warning by Antonio de Angelis · 3 years ago
  24. 79809c7 Crypto: Implement PSA builtin keys by Raef Coles · 3 years, 5 months ago
  25. e733642 Fix: Attest HAL default implementation by Tamas Ban · 3 years, 1 month ago
  26. fc318d7 Attest: Rename claims according to latest spec version by Tamas Ban · 3 years, 2 months ago
  27. 249aba9 Platform: Add NS NV counters by Raef Coles · 3 years, 2 months ago
  28. 6905d0c Platform: Avoid building flash OTP if PS is disabled by Jamie Fox · 3 years, 2 months ago
  29. eab1b47 Platform, BL2: Add AP, SCP BL1 images to RSS flash map by Tintu Thomas · 3 years, 5 months ago
  30. d32f6bf CC312: Enable BL1 rotpk for non-default BL1s by Raef Coles · 3 years, 4 months ago
  31. 15a37f8 BL1: Add BL1 by Raef Coles · 3 years, 8 months ago
  32. 40478c2 Platform: Move data_width_byte variable from RAM to Flash by Sherry Zhang · 3 years, 7 months ago
  33. 2a6067b Build: Fix IAR build error and cleanup type mismatches by TTornblom · 3 years, 6 months ago
  34. 280d86d Platform: Skip building unused OTP functions by David Hu · 3 years, 7 months ago
  35. 4925916 Platform: Align flash driver to CMSIS Flash APIs by Sherry Zhang · 3 years, 7 months ago
  36. 02a2ec0 Platform: Remove unused parameter by Antonio de Angelis · 3 years, 9 months ago
  37. 8018e6b CC312: Allow OTP reads to be more flexible by Raef Coles · 3 years, 9 months ago
  38. a5312fd platform: add secure debug public key to the otp by Satish Kumar · 3 years, 9 months ago
  39. d0fd8d9 platform: OTP: Add writeable option to otp template by Michel Jaouen · 3 years, 10 months ago
  40. 8fe7b69 Platform: Fix main stack run out issue by Sherry Zhang · 3 years, 9 months ago
  41. aa66034 Platform: Tweak OTP/NV flash implementation by Raef Coles · 3 years, 10 months ago
  42. 7b49b8e Platform: Fix build warning by Shawn Shan · 3 years, 10 months ago
  43. 6559716 Build: Fix warning for accelerator enabled build by Antonio de Angelis · 3 years, 10 months ago
  44. af647ad Build: Fix IAR compilation Error. by Michel Jaouen · 3 years, 10 months ago
  45. f41c642 Build: Fix wrong flag Name CRYPTO_HW_ACCLERATOR in crypto back end. by Michel Jaouen · 3 years, 10 months ago
  46. be28fda Platform: Use OTP as backing for crypto keys by Raef Coles · 4 years, 1 month ago
  47. 09d71ff Platform: Use OTP as backing for attestation data by Raef Coles · 4 years, 2 months ago
  48. 618fc15 Platform: Use OTP as backing for NV seed by Raef Coles · 4 years, 2 months ago
  49. 91fadb9 Platform: Update default NV counter implementation by Raef Coles · 4 years, 2 months ago
  50. 148b947 Platform: Add OTP api and flash implementation by Raef Coles · 4 years, 2 months ago
  51. db07170 Platform: Allocate space in flash for OTP by Raef Coles · 4 years, 2 months ago
  52. 9347dc7 Crypto: Use NV SEED as default entropy source by Summer Qin · 4 years, 1 month ago
  53. ed503e1 Crypto: Align PSA Crypto API to 1.0 version by Summer Qin · 4 years, 1 month ago
  54. 611610c Attest: Remove initial attestation get public key API function by David Hu · 4 years, 3 months ago
  55. fd7caf8 Crypto: Fix crypto build warnings by Summer Qin · 4 years, 3 months ago
  56. a5448d6 Crypto: Add support for NV seed entropy by Summer Qin · 4 years, 8 months ago
  57. 79d8208 Platform: Add linker script for LVL1 and LVL2 by Raef Coles · 4 years, 7 months ago
  58. 90605b5 Platform: Make possible to set flash device for NV counters by Mark Horvath · 4 years, 11 months ago
  59. 0e5b2e0 Crypto: Align with Mbed TLS 2.24 by Summer Qin · 4 years, 10 months ago
  60. ca57edf Platform: Rework dummy crypto_key and tfm_rotpk to fix unresolved at by Michel Jaouen · 4 years, 11 months ago
  61. 6d2bc65 Attest: Support kid parameter in COSE_Mac0 structure header by David Hu · 5 years ago
  62. 10eddf6 Attest: Fetch symmetric Initial Attestation Key by David Hu · 6 years ago
  63. c6d7450 SST: Rename SST(Secure STorage) to PS(Protected Storage) by Kevin Peng · 5 years ago
  64. c9bdcd7 Platform: Update the include statements by Mingyang Sun · 5 years ago
  65. 086ffe3 Platform: Move tfm_rotpk.c under template by David Hu · 6 years ago
  66. 470c9aa Platform: Move attestation example key PEM file under template by David Hu · 6 years ago
  67. b3d2d62 Platform: Move tfm_initial_attestation_key_material.c under template by David Hu · 6 years ago
  68. 2fa0738 Platform: Extract the duplicated identical dummy_nv_counters.c by David Hu · 6 years ago
  69. 5469cea Platform: Extract the duplicated identical dummy_device_id.c by David Hu · 6 years ago
  70. 31c574dc Platform: Extract the duplicated identical dummy_crypto_keys.c by David Hu · 6 years ago
  71. 981ecb6 Platform: Extract the duplicated identical dummy_boot_seed.c by David Hu · 6 years ago
  72. a6ceeb6 Platform: Extract the duplicated identical attest_hal.c by David Hu · 6 years ago