1. d3e1a1d Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 8 years ago
  2. 90e40e3 Merge pull request #572 from jcastillo-arm/jc/tbb_nvcounter by danh-arm · 8 years ago
  3. 8c80d1e Merge pull request #580 from soby-mathew/sm/ret_type_plat_ns_ep by danh-arm · 8 years ago
  4. 21f9361 Modify return type of plat_get_ns_image_entrypoint() by Soby Mathew · 8 years ago
  5. 55f9f4b Merge pull request #577 from antonio-nino-diaz-arm/an/remove-xlat-helpers by danh-arm · 8 years ago
  6. 510d87b Add support to program a DMC-500 TZC on ARM platforms by Vikram Kanigiri · 8 years ago
  7. 411ac8f Add ARM CoreLink DMC-500 driver to program TrustZone protection by Vikram Kanigiri · 8 years ago
  8. 9c708b5 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 8 years ago
  9. 1eabdbc Refactor the ARM CoreLink TZC-400 driver by Vikram Kanigiri · 8 years ago
  10. 346f1f9 Remove xlat_helpers.c by Antonio Nino Diaz · 8 years ago
  11. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · 8 years ago
  12. 9e8a661 Merge pull request #570 from davwan01/bl31-in-dram by danh-arm · 8 years ago
  13. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  14. 851dc7e Add ISR_EL1 to crash report by Gerald Lejeune · 8 years ago
  15. 6af70f5 Remove DAIF bits handling macros by Gerald Lejeune · 8 years ago
  16. 632d6df Enable asynchronous abort exceptions during boot by Gerald Lejeune · 8 years ago
  17. 6b28c57 Make cpu operations warning a VERBOSE print by Soby Mathew · 8 years ago
  18. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  19. 299d794 Merge pull request #538 from sandrine-bailleux-arm/sb/extend-memory-types by danh-arm · 8 years ago
  20. 0165c11 Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-init by danh-arm · 8 years ago
  21. 4357b41 Initialize secondary CPUs during cold boot by Antonio Nino Diaz · 8 years ago
  22. 52b1ba6 Extend memory attributes to map non-cacheable memory by Sandrine Bailleux · 8 years ago
  23. c50a695 Merge pull request #533 from yatharth-arm/yk/genfw-1292 by danh-arm · 8 years ago
  24. f11b29a Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 8 years ago
  25. ec559c7 Merge pull request #532 from soby-mathew/vk/configure_mmap_macros by danh-arm · 8 years ago
  26. eade34c Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 8 years ago
  27. 7decd00 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · 8 years ago
  28. ec5eb56 Merge pull request #531 from soby-mathew/sm/multicluster_fvp by danh-arm · 8 years ago
  29. 47e43f2 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 8 years ago
  30. 6c2d663 Merge pull request #523 from jcastillo-arm/jc/genfw-791 by danh-arm · 8 years ago
  31. 2e86cb1 ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 8 years ago
  32. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  33. 89fdcb3 Merge pull request #520 from vikramkanigiri/vk/scp_flexibility by danh-arm · 8 years ago
  34. c45b73c Merge pull request #519 from vikramkanigiri/vk/misc_plat_reorg by danh-arm · 8 years ago
  35. 18a1731 Make SCP_BL2(U) image loading configurable on CSS platforms by Vikram Kanigiri · 8 years ago
  36. 7208419 Support for varying BOM/SCPI protocol base addresses in ARM platforms by Vikram Kanigiri · 8 years ago
  37. 0703543 Add API to return memory map on ARM platforms by Vikram Kanigiri · 9 years ago
  38. 910bd8e arm: gpio: add pl061 driver by Haojian Zhuang · 8 years ago
  39. 70f2bd0 gpio: add gpio framework by Haojian Zhuang · 8 years ago
  40. f79d150 Add support for SSC_VERSION register on CSS platforms by Vikram Kanigiri · 9 years ago
  41. 5d86f2e Re-factor definition of some macros on ARM platforms by Vikram Kanigiri · 8 years ago
  42. b228b3c Merge pull request #517 from soby-mathew/sm/gic_set_prio_fix by danh-arm · 8 years ago
  43. 50f6fe4 Move private APIs in gic_common.h to a private header by Soby Mathew · 8 years ago
  44. 421259e Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · 8 years ago
  45. d481759 Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 8 years ago
  46. 6fb7880 Merge pull request #508 from soby-mathew/sm/debug_xlat by danh-arm · 8 years ago
  47. bae963e Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 8 years ago
  48. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 8 years ago
  49. e7ae6db Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  50. 2c1874e cdefs.h: Use __deprecated__ instead of deprecated by Soren Brinkmann · 8 years ago
  51. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  52. a581bd5 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 8 years ago
  53. ce199a7 cdefs.h: Introduce '__deprecated' macro by Soren Brinkmann · 8 years ago
  54. 0794b62 Merge pull request #483 from soby-mathew/sm/rm_struct_padding by danh-arm · 8 years ago
  55. 6d4f262 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 8 years ago
  56. 7162afa Use designated initialization in DECLARE_RT_SVC macro by Soby Mathew · 8 years ago
  57. 432aa77 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 8 years ago
  58. df8de2d Always build with '-pedantic' by Sandrine Bailleux · 9 years ago
  59. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  60. 89f8f33 FWU: Pass client cookie to FWU_SMC_UPDATE_DONE by Dan Handley · 9 years ago
  61. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  62. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  63. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  64. 0c603d1 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · 9 years ago
  65. bae6b2a Move up to mbed TLS 2.x by Juan Castillo · 9 years ago
  66. c69ef8c Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 9 years ago
  67. 7ac4b11 De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 9 years ago
  68. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  69. 4dd39b8 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · 9 years ago
  70. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  71. b1c2fe0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  72. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  73. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  74. a65be2f Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  75. 6c0566c Move context management code to common location by Yatharth Kochar · 9 years ago
  76. 57d334c Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  77. 2fd66be Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 9 years ago
  78. 1ff495b Ensure BL31 does not print to boot console by default by Soby Mathew · 9 years ago
  79. ceb6187 Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · 9 years ago
  80. e6c3240 Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmid by danh-arm · 9 years ago
  81. 8b0eafe Initialize VTTBR_EL2 when bypassing EL2 by Sandrine Bailleux · 9 years ago
  82. fcd9d18 Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  83. e181c0b Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 9 years ago
  84. 58e32d1 Enable support for EL3 interrupt in IMF by Soby Mathew · 9 years ago
  85. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  86. 12012dd Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  87. 9360d4e Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 9 years ago
  88. 080c0be Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 9 years ago
  89. bec9851 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 9 years ago
  90. bc91282 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 9 years ago
  91. 5c5c36b Rename GICv3 interrupt group macros by Soby Mathew · 9 years ago
  92. fd383b4 Fix SP804 delay timer on FVP by Juan Castillo · 9 years ago
  93. 4e64733 Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 9 years ago
  94. 1df19de Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · 9 years ago
  95. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  96. 740bc52 TBB: add ARM OIDs by Juan Castillo · 9 years ago
  97. d602873 Fix TZC-400 peripheral detection by Vikram Kanigiri · 9 years ago
  98. 5f64eff Add a simple ARM SP805 watchdog driver by Juan Castillo · 10 years ago
  99. facdd1c Add basic NOR flash driver for ARM platforms by Juan Castillo · 9 years ago
  100. 03897bb CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 9 years ago