1. 0260eb0 build(corstone1000): rename diphda to corstone1000 by Vishnu Banavath · 3 years, 7 months ago
  2. bf3ce99 feat: adding the diphda platform by Abdellatif El Khlifi · 4 years, 4 months ago
  3. 5eea019 Arm: Fix error message printing in board makefile by Sandrine Bailleux · 4 years, 4 months ago
  4. a981220 Makefile: Do not mark file targets as .PHONY target by Pali Rohár · 4 years, 9 months ago
  5. 3bfcc9d plat/arm: common: add guard for arm_get_rotpk_info_regs by Usama Arif · 4 years, 10 months ago
  6. 14d095c plat/arm: Get the base address of nv-counters from device tree by Manish V Badarkhe · 5 years ago
  7. d25625c plat/arm: Retrieve the right ROTPK when using the dualroot CoT by Sandrine Bailleux · 6 years ago
  8. 8800570 plat/arm: Pass cookie argument down to arm_get_rotpk_info() by Sandrine Bailleux · 5 years ago
  9. 1035a70 plat/arm: Add support for dualroot CoT by Sandrine Bailleux · 5 years ago
  10. 32e26c0 plat/arm: Provide some PROTK files for development by Sandrine Bailleux · 6 years ago
  11. 698e231 Fixes ROTPK hash generation for ECDSA encryption by Max Shvetsov · 5 years ago
  12. a6ffdde Adds option to read ROTPK from registers for FVP by Max Shvetsov · 6 years ago
  13. 36ec2bb cryptocell: move Cryptocell specific API into driver by Gilad Ben-Yossef · 6 years ago
  14. bd9344f plat/arm: Sanitise includes by Antonio Nino Diaz · 7 years ago
  15. 234bc7f plat/arm: Fix header dependencies by Antonio Nino Diaz · 7 years ago
  16. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  17. 7be05cd Merge pull request #1628 from antonio-nino-diaz-arm/an/sharing by Soby Mathew · 7 years ago
  18. 58ea77a plat/arm: Move board_css_common.c to juno folder by Antonio Nino Diaz · 7 years ago
  19. aa7877c plat/arm: Move norflash driver to drivers/ folder by Antonio Nino Diaz · 7 years ago
  20. c0740e4 plat/arm: Remove option ARM_BOARD_OPTIMISE_MEM by Antonio Nino Diaz · 7 years ago
  21. 9d57a14 memprotect: Move files to specific platform makefiles by Roberto Vargas · 7 years ago
  22. d323af9 Rework page table setup for varying number of mem regions by Daniel Boulby · 7 years ago
  23. 638b034 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 8 years ago
  24. 7b56928 Juno: Change the Firmware update detect mechanism by Soby Mathew · 7 years ago
  25. c64d134 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 8 years ago
  26. b09ba05 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 8 years ago
  27. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 8 years ago
  28. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 8 years ago
  29. 18e279e CSS: Changes for SDS framework by Soby Mathew · 8 years ago
  30. b3ba6fd Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 8 years ago
  31. 3eb2d67 ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 8 years ago
  32. 3bbe34e norflash: Add full status check by Roberto Vargas · 8 years ago
  33. 784502a norflash: Add nor_erase() to NOR driver by Roberto Vargas · 8 years ago
  34. b4b09ca norflash: Clear status register before sending commands by Roberto Vargas · 8 years ago
  35. 9753cb5 norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 8 years ago
  36. f4953e7 norflash: clean-up norflash.c by Roberto Vargas · 8 years ago
  37. 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
  38. 284c3d6 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 8 years ago
  39. f143caf Use CryptoCell to set/get NVcounters and ROTPK by Soby Mathew · 8 years ago
  40. 40111d4 Add SCMI support for Juno platform by Soby Mathew · 9 years ago
  41. 9bedc6d Remove plat_match_rotpk reference by dp-arm · 8 years ago
  42. 232c6b3 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 8 years ago
  43. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  44. 6f24934 AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 9 years ago
  45. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  46. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 9 years ago
  47. 877cf3f AArch32: Add essential ARM platform and FVP support by Soby Mathew · 9 years ago
  48. b127109 Migrate platform makefile to new console driver location by Soby Mathew · 9 years ago
  49. 0289970 ARM platforms: Define common image sizes by Antonio Nino Diaz · 9 years ago
  50. b5fa656 Introduce arm_setup_page_tables() function by Sandrine Bailleux · 9 years ago
  51. fe7de03 Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 9 years ago
  52. 48279d5 TBB: add non-volatile counter support by Juan Castillo · 10 years ago
  53. c64a044 Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 10 years ago
  54. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 10 years ago
  55. 436223d FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 10 years ago
  56. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 10 years ago
  57. 9784dbd Add basic NOR flash driver for ARM platforms by Juan Castillo · 10 years ago
  58. f04585f TBB: delete deprecated plat_match_rotpk() by Juan Castillo · 10 years ago
  59. 95cfd4a TBB: add platform API to read the ROTPK information by Juan Castillo · 10 years ago
  60. b431530 Add common ARM and CSS platform code by Dan Handley · 10 years ago