1. 9f41248 bl2-el3: Don't compile BL1 when BL2_AT_EL3 is defined in FVP by Roberto Vargas · 6 years ago
  2. 5220780 bl2-el3: Add BL2 at EL3 support in FVP by Roberto Vargas · 7 years ago
  3. 6e28446 ARM platforms: Allow platforms to define SDEI events by Jeenu Viswambharan · 7 years ago
  4. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  5. 0b6af83 fvp: Disable SYSTEM_SUSPEND when ARM_BL31_IN_DRAM by Antonio Nino Diaz · 7 years ago
  6. 9c4b1b7 SPM: Remove ARM platforms header from SPM common code by Antonio Nino Diaz · 7 years ago
  7. c5b0c0f Do not enable SVE on pre-v8.2 platforms by David Cunado · 7 years ago
  8. e9263d0 Juno AArch32: Remove duplicate definition of bl2 platform API by Soby Mathew · 7 years ago
  9. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  10. 12241b9 fvp: Enable the Activity Monitor Unit extensions by default by Dimitris Papastamos · 7 years ago
  11. 5bdbb47 Refactor Statistical Profiling Extensions implementation by Dimitris Papastamos · 7 years ago
  12. 59424d8 ARM platforms: Make arm_validate_ns_entrypoint() common by Jeenu Viswambharan · 7 years ago
  13. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  14. 360051a Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 7 years ago
  15. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 7 years ago
  16. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  17. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  18. 3b5156e ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 7 years ago
  19. 327548c GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  20. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  21. ad1bbf1 Merge pull request #1115 from jeenu-arm/tsp-mt by davidcunado-arm · 7 years ago
  22. 4ecdba3 TSP: Support multi-threading CPUs on FVP by Jeenu Viswambharan · 7 years ago
  23. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 7 years ago
  24. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  25. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  26. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  27. a674feb plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · 7 years ago
  28. e32c042 FVP: Include utils_def.h instead of utils.h by Sandrine Bailleux · 7 years ago
  29. 9ce83d3 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · 7 years ago
  30. c40b59c Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · 7 years ago
  31. 8392aab Juno: Disable 859971 and 859972 errata workarounds by Eleanor Bonnici · 7 years ago
  32. 1ced6b8 CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  33. a535453 Split CSS makefile for sp_min on Juno by Soby Mathew · 7 years ago
  34. 9c685a8 juno: Fix bug in plat_get_my_entrypoint by Roberto Vargas · 7 years ago
  35. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago
  36. 322bdba Merge pull request #1072 from sandrine-bailleux-arm/sb/tsp-mapping by danh-arm · 7 years ago
  37. b260c3a ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 7 years ago
  38. 39f9c16 Juno: Define PLAT_LOG_LEVEL_ASSERT to LOG_LEVEL_INFO by Soby Mathew · 7 years ago
  39. a681413 Merge pull request #1071 from jeenu-arm/syntax-fix by danh-arm · 7 years ago
  40. 749d25b plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly by Jeenu Viswambharan · 7 years ago
  41. 17459aa Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 7 years ago
  42. 1bdd5b3 Merge pull request #1064 from islmit01/im/shifted_afinity by davidcunado-arm · 7 years ago
  43. 0814c6a FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 7 years ago
  44. c7860cf FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 7 years ago
  45. 6ca1911 norflash: Add full status check by Roberto Vargas · 7 years ago
  46. ea21edc norflash: Add nor_erase() to NOR driver by Roberto Vargas · 7 years ago
  47. 2e94e73 norflash: Clear status register before sending commands by Roberto Vargas · 7 years ago
  48. 86a610e norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 7 years ago
  49. ab29dca norflash: clean-up norflash.c by Roberto Vargas · 7 years ago
  50. 18d4745 Merge pull request #1040 from sliai/support-opteed-header by danh-arm · 7 years ago
  51. 9db8f2e Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 7 years ago
  52. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · 7 years ago
  53. 4fd361b FVP: Remove CCI registers from crash dump by Jeenu Viswambharan · 7 years ago
  54. 528d21b FVP: Add support for multi-threaded CPUs by Jeenu Viswambharan · 8 years ago
  55. 062b640 Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 7 years ago
  56. cd89966 Merge pull request #1032 from soby-mathew/sm/css_scp_reorg by davidcunado-arm · 7 years ago
  57. d9160a5 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 7 years ago
  58. 8a47311 Resize the BL2 size limit for Juno by Soby Mathew · 7 years ago
  59. d254879 Fix order of ARM platform #includes by Isla Mitchell · 7 years ago
  60. 3e6bbda Use CryptoCell to set/get NVcounters and ROTPK by Soby Mathew · 7 years ago
  61. 7e4d665 ARM plat changes to enable CryptoCell integration by Soby Mathew · 7 years ago
  62. 505f467 Merge pull request #1002 from douglas-raillard-arm/dr/fix_errata_a53 by danh-arm · 7 years ago
  63. aa11c39 juno: Invalidate all caches before warm reset to AArch32 state. by Dimitris Papastamos · 7 years ago
  64. 47bc2ba juno/aarch32: Restore `SCP_BOOT_CFG_ADDR` to the cold boot value by Dimitris Papastamos · 7 years ago
  65. 400adc0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · 7 years ago
  66. d56fb04 Apply workarounds for A53 Cat A Errata 835769 and 843419 by Douglas Raillard · 7 years ago
  67. ee3457b aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 7 years ago
  68. b8bc2c7 juno: Fix AArch32 build by Dimitris Papastamos · 7 years ago
  69. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  70. 1384a16 Unique names for defines in the CPU libraries by Varun Wadekar · 7 years ago
  71. c2c877a Merge pull request #963 from soby-mathew/sm/scmi_dev by danh-arm · 7 years ago
  72. 1983bd6 Merge pull request #961 from jeenu-arm/gic-600 by danh-arm · 7 years ago
  73. cbafd7a Add SCMI support for Juno platform by Soby Mathew · 8 years ago
  74. d7a901e Introduce ARM GIC-600 driver by Jeenu Viswambharan · 8 years ago
  75. 805c2c7 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · 8 years ago
  76. cc0afe6 Remove plat_match_rotpk reference by dp-arm · 7 years ago
  77. 35e7298 fvp: Remove unnecessary default case by dp-arm · 7 years ago
  78. 4be1a61 Merge pull request #938 from masahir0y/tools_share by danh-arm · 7 years ago
  79. d1f9775 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 7 years ago
  80. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  81. 3b3ce18 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · 7 years ago
  82. 080869f Merge pull request #942 from soby-mathew/sm/fix_juno_build_err by danh-arm · 7 years ago
  83. dad6ecc Juno: Fix AArch32 sp_min build by Soby Mathew · 7 years ago
  84. cdd03cb AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  85. 5f2b012 FVP: Break circular dependency in platform header files by Sandrine Bailleux · 7 years ago
  86. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  87. 7d99b6c Merge branch 'integration' into tf_issue_461 by Scott Branden · 7 years ago
  88. bf404c0 Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 7 years ago
  89. 7a3b5eb CSS: Allow system suspend only via PSCI SYSTEM_SUSPEND API by Soby Mathew · 8 years ago
  90. 2694cba AArch32: Add SP_MIN support for JUNO by Yatharth Kochar · 8 years ago
  91. ede39cb Changes to support execution in AArch32 state for JUNO by Yatharth Kochar · 8 years ago
  92. 7ff77c1 Merge pull request #888 from douglas-raillard-arm/dr/fix_ULL_issue by davidcunado-arm · 7 years ago
  93. 18e6004 Merge pull request #886 from dp-arm/dp/stack-protector by davidcunado-arm · 7 years ago
  94. 30a2694 Fix ARM_BL31_IN_DRAM build by Douglas Raillard · 7 years ago
  95. b3263b3 Juno: Initialize stack protector canary from the trusted entropy source by dp-arm · 7 years ago
  96. 8f59e15 Juno: Introduce juno_getentropy(void *buf, size_t len) by dp-arm · 7 years ago
  97. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  98. 71d4fe2 Enable all A53 and A57 errata workarounds for Juno by Douglas Raillard · 7 years ago
  99. 00eefd9 Add workaround for ARM Cortex-A53 erratum 855873 by Andre Przywara · 8 years ago
  100. 3f13c35 Apply workaround for errata 813419 of Cortex-A57 by Antonio Nino Diaz · 7 years ago