1. 10a6727 BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  2. 055af4b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  3. baa1611 Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 7 years ago
  4. 7289f92 SPM: FVP: Introduce port of SPM by Antonio Nino Diaz · 7 years ago
  5. c41f206 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  6. bafc753 xlat: Make function to calculate TCR PA bits public by Antonio Nino Diaz · 7 years ago
  7. 0a8c353 ARMv7: GICv2 driver can manage GICv1 with security extension by Etienne Carriere · 7 years ago
  8. a257986 aarch32: add missing dmb() macro by Etienne Carriere · 7 years ago
  9. 4cce835 ARMv7 may not support Virtualization Extensions by Etienne Carriere · 7 years ago
  10. 09d26a6 ARMv7: introduce Cortex-A12 by Etienne Carriere · 7 years ago
  11. 010dd1f ARMv7: introduce Cortex-A17 by Etienne Carriere · 7 years ago
  12. f2f7b91 ARMv7: introduce Cortex-A7 by Etienne Carriere · 7 years ago
  13. 37f8cdc ARMv7: introduce Cortex-A5 by Etienne Carriere · 7 years ago
  14. a1249e0 ARMv7: introduce Cortex-A9 by Etienne Carriere · 7 years ago
  15. 4ece755 ARMv7: introduce Cortex-A15 by Etienne Carriere · 7 years ago
  16. 70a004b ARMv7 architecture have specific system registers by Etienne Carriere · 7 years ago
  17. 863858b ARMv7 does not support SDCR by Etienne Carriere · 7 years ago
  18. 70b1c2f ARMv7 does not support STL instruction by Etienne Carriere · 7 years ago
  19. 31036d5 Merge pull request #1153 from robertovargas-arm/fix-macros by davidcunado-arm · 7 years ago
  20. 31ea969 Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatory by davidcunado-arm · 7 years ago
  21. 360051a Merge pull request #1137 from soby-mathew/sm/arm_plat_en_gicv3_save by davidcunado-arm · 7 years ago
  22. bc265d8 Merge pull request #1150 from dp-arm/dp/events by davidcunado-arm · 7 years ago
  23. 8247796 Fix usage of IMAGE_BLx macros by Roberto Vargas · 7 years ago
  24. b648b7d Merge pull request #1141 from robertovargas-arm/boot_redundancy by davidcunado-arm · 7 years ago
  25. 43a4d57 Change sizeof to use type of struct not function by Joel Hutton · 7 years ago
  26. a7921b9 aarch64: Add PubSub events to capture security state transitions by Dimitris Papastamos · 7 years ago
  27. de431b1 plat/arm: enlarge the BL2 size on Arm platforms when TBB is enabled by Qixiang Xu · 7 years ago
  28. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  29. 55e56a9 PSCI: Publish CPU ON event by Jeenu Viswambharan · 7 years ago
  30. e3f2200 BL31: Introduce Publish and Subscribe framework by Jeenu Viswambharan · 7 years ago
  31. 8774735 Merge pull request #1131 from jeenu-arm/gic-migrate by davidcunado-arm · 7 years ago
  32. c444fcf Merge pull request #1130 from jeenu-arm/gic-patches by davidcunado-arm · 7 years ago
  33. 68c415a Merge pull request #1136 from antonio-nino-diaz-arm/an/xlat-get-set-attr by davidcunado-arm · 7 years ago
  34. a0a231d Merge pull request #1129 from robertovargas-arm/enable_O0 by davidcunado-arm · 7 years ago
  35. c88f683 Merge pull request #1127 from davidcunado-arm/dc/pmrc_init by davidcunado-arm · 7 years ago
  36. 5ef6302 Merge pull request #1126 from robertovargas-arm/psci-v1.1 by davidcunado-arm · 7 years ago
  37. 4613d5f Introduce functions to disable the MMU in EL1 by Antonio Nino Diaz · 7 years ago
  38. 439c901 xlat: Introduce API to change memory attributes of a region by Sandrine Bailleux · 7 years ago
  39. c3708e2 xlat: Introduce API to get memory attributes of a region by Sandrine Bailleux · 7 years ago
  40. d017bcc xlat: Define translation regime in AArch32 by Antonio Nino Diaz · 7 years ago
  41. aeb267c GIC: Allow specifying interrupt properties by Jeenu Viswambharan · 7 years ago
  42. 4684bce GIC: Add helpers to set interrupt configuration by Jeenu Viswambharan · 7 years ago
  43. 723dce0 ARM platforms: Migrate to using interrupt properties by Jeenu Viswambharan · 7 years ago
  44. 6250507 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  45. eb1c12c GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  46. dce70b3 GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  47. ab14e9b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  48. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  49. 447b89d GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  50. 0fcdfff GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  51. 24e7029 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  52. 522a465 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  53. 393fdd9 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · 7 years ago
  54. b1e957e GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  55. d2befb8 Merge pull request #1123 from robertovargas-arm/reset2 by davidcunado-arm · 7 years ago
  56. c51cdb7 Fix use of MSR (immediate) by Roberto Vargas · 7 years ago
  57. ffb34d0 Update PSCI version to 1.1 by Roberto Vargas · 7 years ago
  58. 4168f2f Init and save / restore of PMCR_EL0 / PMCR by David Cunado · 7 years ago
  59. b820ad0 reset2: Add PSCI system_reset2 function by Roberto Vargas · 7 years ago
  60. 9ca2806 ARM platforms: enable GICv3 state save/restore by Soby Mathew · 7 years ago
  61. 3b5156e ARM platforms: Add support for EL3 TZC memory region by Soby Mathew · 7 years ago
  62. b76da30 Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements by davidcunado-arm · 7 years ago
  63. 8ce779c Merge pull request #1118 from davidcunado-arm/dc/fix_coverity by davidcunado-arm · 7 years ago
  64. c3bd8c2 Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES by David Cunado · 7 years ago
  65. f6f1a32 GICv3: ITS architectural save and restore helpers by Soby Mathew · 7 years ago
  66. 327548c GICv3: add functions for save and restore by Soby Mathew · 7 years ago
  67. dcf9d92 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 7 years ago
  68. 2d54579 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · 7 years ago
  69. 8f23fa8 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 7 years ago
  70. ae6e285 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 7 years ago
  71. 56fcdd7 Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 7 years ago
  72. 7025cda xlat: remove cast in MAP_REGION to get back building with GCC 4.9 by Masahiro Yamada · 7 years ago
  73. 502ca97 Merge pull request #1105 from antonio-nino-diaz-arm/an/epd1-bit by davidcunado-arm · 7 years ago
  74. f8fda10 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 7 years ago
  75. a1c16b6 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 7 years ago
  76. c590770 Add mem_region utility functions by Roberto Vargas · 7 years ago
  77. 0a4c261 mem_protect: Add mem_protect API by Roberto Vargas · 7 years ago
  78. aa05eea Dynamic selection of ECDSA or RSA by Qixiang Xu · 7 years ago
  79. 1c2aef1 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 7 years ago
  80. a674feb plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · 7 years ago
  81. f94e40d Fix type of `unsigned long` constants by Antonio Nino Diaz · 7 years ago
  82. c8274a8 Set TCR_EL1.EPD1 bit to 1 by Antonio Nino Diaz · 7 years ago
  83. f07b808 Merge pull request #1093 from soby-mathew/eb/log_fw by davidcunado-arm · 7 years ago
  84. 9d3dc25 Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · 7 years ago
  85. f9c996a Merge pull request #1096 from davidcunado-arm/im/mair_attributes_helper by davidcunado-arm · 7 years ago
  86. 9ce83d3 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · 7 years ago
  87. a5f7281 plat/arm: Fix BL31_BASE when RESET_TO_BL31=1 by Qixiang Xu · 7 years ago
  88. c40b59c Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · 7 years ago
  89. 02c6307 Helper macro to create MAIR encodings by Isla Mitchell · 7 years ago
  90. 35c09f1 xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · 7 years ago
  91. aaf15f5 Implement log framework by Soby Mathew · 7 years ago
  92. f583a06 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 7 years ago
  93. c3b4ca1 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 7 years ago
  94. 0c9bd27 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 7 years ago
  95. e94b06d Merge pull request #1078 from douglas-raillard-arm/dr/add_cfi_vector_entry by davidcunado-arm · 7 years ago
  96. 878f03c Merge pull request #1019 from etienne-lms/log-size by davidcunado-arm · 7 years ago
  97. 1ced6b8 CSS: Changes for SDS framework by Soby Mathew · 7 years ago
  98. 20948c4 Fix JUNO AArch32 build by Soby Mathew · 7 years ago
  99. b22fe23 Merge pull request #1076 from masahir0y/asm_macro by davidcunado-arm · 7 years ago
  100. 874fc9e Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 7 years ago