1. 3b5156e ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 7 years ago
  2. 327548c GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  3. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  4. 4ecdba3 TSP: Support multi-threading CPUs on FVP by Jeenu Viswambharan · 7 years ago
  5. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  6. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  7. e32c042 FVP: Include utils_def.h instead of utils.h by Sandrine Bailleux · 7 years ago
  8. 1ced6b8 CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  9. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago
  10. b260c3a ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 7 years ago
  11. a681413 Merge pull request #1071 from jeenu-arm/syntax-fix by danh-arm · 7 years ago
  12. 749d25b plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly by Jeenu Viswambharan · 7 years ago
  13. 17459aa Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 7 years ago
  14. 0814c6a FVP: bl2: optionally map ARM_OPTEE_PAGEABLE_LOAD_MEM by Jens Wiklander · 7 years ago
  15. c7860cf FVP: Always assume shifted affinity with MT bit by Isla Mitchell · 7 years ago
  16. 9e78b92 FVP: Support Base FVP RevC by Jeenu Viswambharan · 7 years ago
  17. 4fd361b FVP: Remove CCI registers from crash dump by Jeenu Viswambharan · 7 years ago
  18. 528d21b FVP: Add support for multi-threaded CPUs by Jeenu Viswambharan · 8 years ago
  19. d9160a5 FVP: Do not map DEVICE2 memory range when TBB is disabled by Sandrine Bailleux · 7 years ago
  20. d254879 Fix order of ARM platform #includes by Isla Mitchell · 7 years ago
  21. 400adc0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · 7 years ago
  22. ee3457b aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 7 years ago
  23. 52323b0 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 7 years ago
  24. 1983bd6 Merge pull request #961 from jeenu-arm/gic-600 by danh-arm · 7 years ago
  25. d7a901e Introduce ARM GIC-600 driver by Jeenu Viswambharan · 8 years ago
  26. 805c2c7 Add support for Cortex-A75 and Cortex-A55 CPUs by David Wang · 8 years ago
  27. 35e7298 fvp: Remove unnecessary default case by dp-arm · 7 years ago
  28. 4be1a61 Merge pull request #938 from masahir0y/tools_share by danh-arm · 7 years ago
  29. d1f9775 FVP,Juno: switch FVP and Juno to use generic TBBR OID header by Masahiro Yamada · 7 years ago
  30. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  31. 3b3ce18 Merge pull request #939 from dp-arm/dp/AArch32_tbbr by danh-arm · 7 years ago
  32. cdd03cb AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  33. 5f2b012 FVP: Break circular dependency in platform header files by Sandrine Bailleux · 7 years ago
  34. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  35. 7ff77c1 Merge pull request #888 from douglas-raillard-arm/dr/fix_ULL_issue by davidcunado-arm · 7 years ago
  36. 30a2694 Fix ARM_BL31_IN_DRAM build by Douglas Raillard · 7 years ago
  37. 306593d Add support for GCC stack protection by Douglas Raillard · 7 years ago
  38. 2e36de8 Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  39. 441bfdd Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 8 years ago
  40. 6ad3548 FVP: Avail GIC Redistributor power management by Jeenu Viswambharan · 8 years ago
  41. 975d08c Merge pull request #774 from jeenu-arm/no-return-macro by danh-arm · 8 years ago
  42. 0b4c5a3 Allow ARM Standard platforms to dynamically define PSCI capability by Soby Mathew · 8 years ago
  43. 68aef10 Define and use no_ret macro where no return is expected by Jeenu Viswambharan · 8 years ago
  44. c669c1f Merge pull request #717 from sandrine-bailleux-arm/sb/foundation-fvp-v10 by davidcunado-arm · 8 years ago
  45. 8b33d70 Whitelist version 9.6 of Foundation FVP by Sandrine Bailleux · 8 years ago
  46. a4c219a AArch32: Add support for ARM Cortex-A32 MPCore Processor by Yatharth Kochar · 8 years ago
  47. 1c16a4c AArch32: Support in SP_MIN to receive arguments from BL2 by Yatharth Kochar · 8 years ago
  48. a5f77d3 AArch32: Add ARM platform changes in BL2 by Yatharth Kochar · 8 years ago
  49. 88ac53b AArch32: Add ARM platform changes in BL1 by Yatharth Kochar · 8 years ago
  50. f528faf AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  51. f9a0f16 ARM platform changes for new version of image loading by Yatharth Kochar · 8 years ago
  52. 095529a FVP: Implement support for NODE_HW_STATE by Jeenu Viswambharan · 8 years ago
  53. 5de9f49 Merge pull request #687 from sandrine-bailleux-arm/sb/panic-handler by danh-arm · 8 years ago
  54. 628198b Add WFI in platform's unexpected error handlers by Sandrine Bailleux · 8 years ago
  55. 7b75418 AArch32: Add FVP support for SP_MIN by Soby Mathew · 8 years ago
  56. 0d268dc AArch32: Add essential ARM platform and FVP support by Soby Mathew · 8 years ago
  57. 7d58e12 Merge pull request #671 from antonio-nino-diaz-arm/an/unoptimised-mem by danh-arm · 8 years ago
  58. 30ce3ad ARM platforms: Define common image sizes by Antonio Nino Diaz · 8 years ago
  59. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  60. 889ca03 ARM CSS platforms: Map flash as execute-never by default by Sandrine Bailleux · 8 years ago
  61. 4a1267a Introduce arm_setup_page_tables() function by Sandrine Bailleux · 8 years ago
  62. 910f6be Merge pull request #641 from antonio-nino-diaz-arm/an/fvp-set-nv-ctr by danh-arm · 8 years ago
  63. 780b1a0 Merge pull request #637 from yatharth-arm/yk/genfw-1134 by danh-arm · 8 years ago
  64. 9d602fe Implement plat_set_nv_ctr for FVP platforms by Antonio Nino Diaz · 8 years ago
  65. 63af687 Add support for ARM Cortex-A73 MPCore Processor by Yatharth Kochar · 8 years ago
  66. 7356b1e Add CCN support to FVP platform port by Soby Mathew · 8 years ago
  67. 664adb6 Replace SP804 timer by generic delay timer on FVP by Antonio Nino Diaz · 8 years ago
  68. b6f3b1f Change the default driver to GICv3 in FVP by Soby Mathew · 8 years ago
  69. cf022c5 Remove support for legacy VE memory map in FVP by Soby Mathew · 8 years ago
  70. 2c7ed5b Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  71. cc037c1 Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago
  72. d3e1a1d Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 8 years ago
  73. 90e40e3 Merge pull request #572 from jcastillo-arm/jc/tbb_nvcounter by danh-arm · 8 years ago
  74. 9c708b5 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 8 years ago
  75. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · 8 years ago
  76. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  77. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  78. ec5eb56 Merge pull request #531 from soby-mathew/sm/multicluster_fvp by danh-arm · 8 years ago
  79. 47e43f2 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 8 years ago
  80. 6c2d663 Merge pull request #523 from jcastillo-arm/jc/genfw-791 by danh-arm · 8 years ago
  81. 2e86cb1 ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 8 years ago
  82. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  83. dde43cb Merge pull request #521 from vikramkanigiri/vk/rearchitect_security by danh-arm · 8 years ago
  84. 70752bb Perform security setup separately for each ARM platform by Vikram Kanigiri · 8 years ago
  85. 5d86f2e Re-factor definition of some macros on ARM platforms by Vikram Kanigiri · 8 years ago
  86. dd50579 FVP: Compile ARM Cortex-A72 CPU support in by Sandrine Bailleux · 8 years ago
  87. 432aa77 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 8 years ago
  88. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  89. 7175bde Remove out-dated comment in FVP PWRC code by Sandrine Bailleux · 9 years ago
  90. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  91. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  92. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  93. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  94. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  95. 2fd66be Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 9 years ago
  96. fcd9d18 Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  97. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  98. 12012dd Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  99. fd383b4 Fix SP804 delay timer on FVP by Juan Castillo · 9 years ago
  100. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago