1. 96ee83a fix(rotpk): move rotpk definitions out of arm_def.h by Rohit Mathew · 6 months ago
  2. 2f37ce6 chore(auth)!: remove CryptoCell-712/713 support by Sandrine Bailleux · 8 months ago
  3. a0fbdca refactor(arm): remove ARM_ROTPK_KEY_LEN comparison by laurenw-arm · 9 months ago
  4. 0216953 feat(arm): ecdsa p384/p256 full key support by laurenw-arm · 11 months ago
  5. 1514e39 refactor(arm): avoid setting HASH_PREREQUISITES for a build without ROT_KEY by Manish V Badarkhe · 10 months ago
  6. 7b7ebff feat(fvp): mock support for CCA NV ctr by laurenw-arm · 1 year, 2 months ago
  7. 2590dfd fix(arm): arm_rotpk_header undefined reference by laurenw-arm · 1 year, 7 months ago
  8. 77a2eb3 Merge changes from topic "full_dev_rsa_key" into integration by Lauren Wehrmeister · 1 year, 7 months ago
  9. 055199b feat(arm): add ARM_ROTPK_LOCATION variant full key by laurenw-arm · 1 year, 8 months ago
  10. 6e5a8c6 refactor(arm): remove unused global by Manish V Badarkhe · 1 year, 7 months ago
  11. 0b35da3 fix: make TF-A use provided OpenSSL binary by Salome Thirot · 2 years ago
  12. a5746de feat(arm): retrieve the right ROTPK for cca by laurenw-arm · 2 years, 2 months ago
  13. d344978 feat(arm): add support for cca CoT by laurenw-arm · 2 years, 2 months ago
  14. 23b25df feat(arm): provide some swd rotpk files by laurenw-arm · 2 years, 2 months ago
  15. 2b651ea build(corstone1000): rename diphda to corstone1000 by Vishnu Banavath · 2 years, 5 months ago
  16. ad9b8e5 feat: adding the diphda platform by Abdellatif El Khlifi · 3 years, 2 months ago
  17. 3e183f9 Arm: Fix error message printing in board makefile by Sandrine Bailleux · 3 years, 2 months ago
  18. 54ff213 Makefile: Do not mark file targets as .PHONY target by Pali Rohár · 3 years, 7 months ago
  19. 997fb3b plat/arm: common: add guard for arm_get_rotpk_info_regs by Usama Arif · 3 years, 9 months ago
  20. 09a192c plat/arm: Get the base address of nv-counters from device tree by Manish V Badarkhe · 3 years, 10 months ago
  21. a13c0e5 plat/arm: Retrieve the right ROTPK when using the dualroot CoT by Sandrine Bailleux · 4 years, 5 months ago
  22. 7b7a41c plat/arm: Pass cookie argument down to arm_get_rotpk_info() by Sandrine Bailleux · 4 years, 5 months ago
  23. 012f871 plat/arm: Add support for dualroot CoT by Sandrine Bailleux · 4 years, 5 months ago
  24. 1970fe2 plat/arm: Provide some PROTK files for development by Sandrine Bailleux · 4 years, 5 months ago
  25. 7b753d9 Fixes ROTPK hash generation for ECDSA encryption by Max Shvetsov · 4 years, 5 months ago
  26. 06dba29 Adds option to read ROTPK from registers for FVP by Max Shvetsov · 4 years, 7 months ago
  27. fbb88a3 cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 5 years ago
  28. bd7b740 plat/arm: Sanitise includes by Antonio Nino Diaz · 5 years ago
  29. a320ecd plat/arm: Fix header dependencies by Antonio Nino Diaz · 5 years ago
  30. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  31. 9775a99 Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 6 years ago
  32. cbc6826 plat/arm: Move board_css_common.c to juno folder by Antonio Nino Diaz · 6 years ago
  33. d7da2f8 plat/arm: Move norflash driver to drivers/ folder by Antonio Nino Diaz · 6 years ago
  34. 9202926 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 6 years ago
  35. b96ee4b memprotect: Move files to specific platform makefiles by Roberto Vargas · 6 years ago
  36. 45a2c9e Rework page table setup for varying number of mem regions by Daniel Boulby · 6 years ago
  37. 550eb08 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 6 years ago
  38. 9427357 Juno: Change the Firmware update detect mechanism by Soby Mathew · 6 years ago
  39. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  40. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  41. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  42. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  43. 1ced6b8 CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  44. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago
  45. b260c3a ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 7 years ago
  46. 6ca1911 norflash: Add full status check by Roberto Vargas · 7 years ago
  47. ea21edc norflash: Add nor_erase() to NOR driver by Roberto Vargas · 7 years ago
  48. 2e94e73 norflash: Clear status register before sending commands by Roberto Vargas · 7 years ago
  49. 86a610e norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 7 years ago
  50. ab29dca norflash: clean-up norflash.c by Roberto Vargas · 7 years ago
  51. 9db8f2e Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 7 years ago
  52. d9160a5 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 7 years ago
  53. 3e6bbda Use CryptoCell to set/get NVcounters and ROTPK by Soby Mathew · 7 years ago
  54. cbafd7a Add SCMI support for Juno platform by Soby Mathew · 8 years ago
  55. cc0afe6 Remove plat_match_rotpk reference by dp-arm · 7 years ago
  56. d1f9775 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 7 years ago
  57. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  58. 2694cba AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 8 years ago
  59. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  60. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  61. 0d268dc AArch32: Add essential ARM platform and FVP support by Soby Mathew · 8 years ago
  62. 1723113 Migrate platform makefile to new console driver location by Soby Mathew · 8 years ago
  63. 30ce3ad ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  64. 4a1267a Introduce arm_setup_page_tables() function by Sandrine Bailleux · 8 years ago
  65. 9d602fe Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 8 years ago
  66. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · 8 years ago
  67. eade34c Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 8 years ago
  68. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  69. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  70. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  71. facdd1c Add basic NOR flash driver for ARM platforms by Juan Castillo · 9 years ago
  72. 665b9ec TBB: delete deprecated plat_match_rotpk() by Juan Castillo · 9 years ago
  73. 31a68f0 TBB: add platform API to read the ROTPK information by Juan Castillo · 9 years ago
  74. 9df4804 Add common ARM and CSS platform code by Dan Handley · 9 years ago