1. cbd3f37 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 8 years ago
  2. ca43b55 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 8 years ago
  3. fa9db42 GICv2: Add driver API to set PE target mask by Jeenu Viswambharan · 8 years ago
  4. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 8 years ago
  5. 0f49d49 Merge pull request #1117 from antonio-nino-diaz-arm/an/xlat-improvements by davidcunado-arm · 8 years ago
  6. 8e838d6 Merge pull request #1118 from davidcunado-arm/dc/fix_coverity by davidcunado-arm · 8 years ago
  7. 2e421ad Increase PLAT_ARM_MMAP_ENTRIES and MAX_XLAT_TABLES by David Cunado · 8 years ago
  8. b258278 GICv3: ITS architectural save and restore helpers by Soby Mathew · 8 years ago
  9. ebf1ca1 GICv3: add functions for save and restore by Soby Mathew · 8 years ago
  10. 609c919 xlat: Add support for EL0 and EL1 mappings by Antonio Nino Diaz · 8 years ago
  11. b4ae615 xlat: Introduce function xlat_arch_tlbi_va_regime() by Douglas Raillard · 8 years ago
  12. fdb1964 xlat: Introduce MAP_REGION2() macro by Sandrine Bailleux · 8 years ago
  13. c64d134 Merge pull request #1109 from robertovargas-arm/mem_protect by davidcunado-arm · 8 years ago
  14. b8fa2ed Merge pull request #1107 from geesun/qx/add_ecdsa_support by davidcunado-arm · 8 years ago
  15. 03f55a5 xlat: remove cast in MAP_REGION to get back building with GCC 4.9 by Masahiro Yamada · 8 years ago
  16. c2280b3 Merge pull request #1105 from antonio-nino-diaz-arm/an/epd1-bit by davidcunado-arm · 8 years ago
  17. b09ba05 mem_protect: Add DRAM2 to the list of mem protected ranges by Roberto Vargas · 8 years ago
  18. f145403 mem_protect: Add mem_protect support in Juno and FVP for DRAM1 by Roberto Vargas · 8 years ago
  19. 43cbaf0 Add mem_region utility functions by Roberto Vargas · 8 years ago
  20. d4c596b mem_protect: Add mem_protect API by Roberto Vargas · 8 years ago
  21. dcbf393 Dynamic selection of ECDSA or RSA by Qixiang Xu · 8 years ago
  22. 9db9c65 Add support for TBBR using ECDSA keys in ARM platforms by Qixiang Xu · 8 years ago
  23. ddfd38e plat/arm : update BL size macros to give BL1 and BL2 more space for TBB by Qixiang Xu · 8 years ago
  24. e47ac1f Fix type of `unsigned long` constants by Antonio Nino Diaz · 8 years ago
  25. 3388b38 Set TCR_EL1.EPD1 bit to 1 by Antonio Nino Diaz · 8 years ago
  26. b4f4a2f Merge pull request #1093 from soby-mathew/eb/log_fw by davidcunado-arm · 8 years ago
  27. 756f9bb Merge pull request #1094 from douglas-raillard-arm/dr/fix_mmap_add_dynamic_region by davidcunado-arm · 8 years ago
  28. 508a0f2 Merge pull request #1096 from davidcunado-arm/im/mair_attributes_helper by davidcunado-arm · 8 years ago
  29. f18f5f9 Merge pull request #1092 from jeenu-arm/errata-workarounds by davidcunado-arm · 8 years ago
  30. fd5763e plat/arm: Fix BL31_BASE when RESET_TO_BL31=1 by Qixiang Xu · 8 years ago
  31. 487c869 Merge pull request #1088 from soby-mathew/sm/sds_scmi by davidcunado-arm · 8 years ago
  32. 04880e3 Helper macro to create MAIR encodings by Isla Mitchell · 8 years ago
  33. 769d65d xlat: Use MAP_REGION macro as compatibility layer by Douglas Raillard · 8 years ago
  34. 7f56e9a Implement log framework by Soby Mathew · 8 years ago
  35. 2d7e828 Introduce tf_vprintf() and tf_string_print() by Soby Mathew · 8 years ago
  36. 6de9b33 Cortex-A72: Implement workaround for erratum 859971 by Eleanor Bonnici · 8 years ago
  37. 45b52c2 Cortex-A57: Implement workaround for erratum 859972 by Eleanor Bonnici · 8 years ago
  38. 2867ca3 Merge pull request #1078 from douglas-raillard-arm/dr/add_cfi_vector_entry by davidcunado-arm · 8 years ago
  39. 413115e Merge pull request #1019 from etienne-lms/log-size by davidcunado-arm · 8 years ago
  40. 18e279e CSS: Changes for SDS framework by Soby Mathew · 8 years ago
  41. ba6c31d Fix JUNO AArch32 build by Soby Mathew · 8 years ago
  42. e524d78 Merge pull request #1076 from masahir0y/asm_macro by davidcunado-arm · 8 years ago
  43. b3ba6fd Fix BL2 memory map when OP-TEE is the Secure Payload by Soby Mathew · 8 years ago
  44. 86606eb cpu log buffer size depends on cache line size by Etienne Carriere · 8 years ago
  45. 3eb2d67 ARM platforms: Map TSP only when TSPD is included by Sandrine Bailleux · 8 years ago
  46. 31823b6 Add CFI debug info to vector entries by Douglas Raillard · 8 years ago
  47. fed18b3 asm_macros: set the default assembly code alignment to 4 byte by Masahiro Yamada · 8 years ago
  48. b15bab6 Merge pull request #1066 from islmit01/im/enable_cnp_bit by danh-arm · 8 years ago
  49. 1b05282 Merge pull request #1062 from jeenu-arm/cpu-fixes by danh-arm · 8 years ago
  50. 77544ef Merge pull request #1071 from jeenu-arm/syntax-fix by danh-arm · 8 years ago
  51. 80bcf98 CPU: Correct names of implementation-defined aux regs by Eleanor Bonnici · 8 years ago
  52. e4e6c4b CPU: Make shifted constants unsigned by Eleanor Bonnici · 8 years ago
  53. 1958316 plat/arm: Fix ARM_INSTANTIATE_LOCK syntax anomaly by Jeenu Viswambharan · 8 years ago
  54. 48f4bcd Merge pull request #1068 from jenswi-linaro/optee_arm_plat by danh-arm · 8 years ago
  55. 756f53b Merge pull request #1061 from robertovargas-arm/norflash by davidcunado-arm · 8 years ago
  56. 04f72ba ARM plat: change OP-TEE pageable load base by Jens Wiklander · 8 years ago
  57. 9fce272 Enable CnP bit for ARMv8.2 CPUs by Isla Mitchell · 8 years ago
  58. f45e232 Add macro to test for minimum architecture version by Jeenu Viswambharan · 8 years ago
  59. 2458e37 Merge pull request #1053 from jwerner-chromium/JW_func_align by davidcunado-arm · 8 years ago
  60. 784502a norflash: Add nor_erase() to NOR driver by Roberto Vargas · 8 years ago
  61. 9753cb5 norflash: Wait for WSM bit in lock/unlock by Roberto Vargas · 8 years ago
  62. e808242 Merge pull request #977 from etienne-lms/sp-min-fiq by danh-arm · 8 years ago
  63. 64726e6 Add new alignment parameter to func assembler macro by Julius Werner · 8 years ago
  64. 1a52aca Merge pull request #1040 from sliai/support-opteed-header by danh-arm · 8 years ago
  65. a937d93 Merge pull request #1046 from jeenu-arm/revc by danh-arm · 8 years ago
  66. 7181609 bl32: add secure interrupt handling in AArch32 sp_min by Etienne Carriere · 8 years ago
  67. 54661cd Add Trusted OS extra image parsing support for ARM standard platforms by Summer Qin · 8 years ago
  68. 71fb396 Support Trusted OS firmware extra images in TF tools by Summer Qin · 8 years ago
  69. 955242d FVP: Support Base FVP RevC by Jeenu Viswambharan · 8 years ago
  70. 1154586 Add SMMUv3 driver by Jeenu Viswambharan · 8 years ago
  71. e33fd44 CCI: Adapt for specific product at run time by Jeenu Viswambharan · 8 years ago
  72. 1862d62 lib: psci: early suspend handler for platforms by Varun Wadekar · 8 years ago
  73. ddc5bfd Merge pull request #1035 from sandrine-bailleux-arm/sb/xlat-lib-ctx by davidcunado-arm · 8 years ago
  74. c1a1d54 Merge pull request #1034 from dp-arm/dp/uart-clock by davidcunado-arm · 8 years ago
  75. 401e491 Merge pull request #1032 from soby-mathew/sm/css_scp_reorg by davidcunado-arm · 8 years ago
  76. de3d704 Emphasize that TF only supports 4 KB granule size by Sandrine Bailleux · 8 years ago
  77. 0044231 xlat lib: Fix some types by Sandrine Bailleux · 8 years ago
  78. a9ad848 xlat lib v2: Expose *_ctx() APIs by Sandrine Bailleux · 8 years ago
  79. 55c8496 xlat lib v2: Export translation context as an opaque type by Sandrine Bailleux · 8 years ago
  80. 8933c34 xlat lib: Reorganize architectural defs by Sandrine Bailleux · 8 years ago
  81. 8d34073 Fix CSS UART clock value by Dimitris Papastamos · 8 years ago
  82. 1ea63d7 CSS: Prevent SCP_BL2/2U from overwriting BL1 RW data by Soby Mathew · 8 years ago
  83. 2a4b4b7 Fix order of #includes by Isla Mitchell · 8 years ago
  84. e60f2af ARM plat changes to enable CryptoCell integration by Soby Mathew · 8 years ago
  85. bdd1cbf Add headers to enable CryptoCell integration by Soby Mathew · 8 years ago
  86. d70a7d0 Merge pull request #978 from etienne-lms/minor-build by danh-arm · 8 years ago
  87. 9151ac0 Merge pull request #997 from dp-arm/dp/spe by davidcunado-arm · 8 years ago
  88. ee881c1 Merge pull request #995 from davidcunado-arm/dc/init_reg by davidcunado-arm · 8 years ago
  89. 2ed7b71 context_mgmt: declare extern cm_set_next_context() for AArch32 by Etienne Carriere · 8 years ago
  90. 5507408 bl: security_state should be of type unsigned int by Etienne Carriere · 8 years ago
  91. 6f512a3 aarch32: Apply workaround for errata 813419 of Cortex-A57 by Dimitris Papastamos · 8 years ago
  92. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 8 years ago
  93. 18f2efd Fully initialise essential control registers by David Cunado · 8 years ago
  94. f9688f2 aarch32: Fix L2CTRL definition for Cortex A57 and A72 by Dimitris Papastamos · 8 years ago
  95. 3749d85 aarch32: Implement errata workarounds for Cortex A53 by Dimitris Papastamos · 8 years ago
  96. 2156830 sp_min: Implement `sp_min_plat_runtime_setup()` by Dimitris Papastamos · 8 years ago
  97. 030567e include: add U()/ULL() macros for constants by Varun Wadekar · 8 years ago
  98. 6176b4f Add U() macro to share constants between C and other sources by Varun Wadekar · 8 years ago
  99. fb7d32e Unique names for defines in the CPU libraries by Varun Wadekar · 8 years ago
  100. 81bccbf Fix stdlib defines for AArch32 by Soby Mathew · 8 years ago