1. 4c51bad Merge pull request #570 from davwan01/bl31-in-dram by danh-arm · 9 years ago
  2. 4518dd9 Add support to load BL31 in DRAM by David Wang · 9 years ago
  3. 6b836cf Add ISR_EL1 to crash report by Gerald Lejeune · 9 years ago
  4. 4ca5753 Remove DAIF bits handling macros by Gerald Lejeune · 9 years ago
  5. adb4fcf Enable asynchronous abort exceptions during boot by Gerald Lejeune · 9 years ago
  6. 1319e7b Make cpu operations warning a VERBOSE print by Soby Mathew · 9 years ago
  7. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 10 years ago
  8. a34f3bf Merge pull request #538 from sandrine-bailleux-arm/sb/extend-memory-types by danh-arm · 9 years ago
  9. b6fc25e Merge pull request #541 from antonio-nino-diaz-arm/an/secondary-cpu-init by danh-arm · 9 years ago
  10. 4e85e4f Initialize secondary CPUs during cold boot by Antonio Nino Diaz · 9 years ago
  11. 5f65497 Extend memory attributes to map non-cacheable memory by Sandrine Bailleux · 9 years ago
  12. 1a4fdb3 Merge pull request #533 from yatharth-arm/yk/genfw-1292 by danh-arm · 9 years ago
  13. 843ddee Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 10 years ago
  14. 9931932 Merge pull request #532 from soby-mathew/vk/configure_mmap_macros by danh-arm · 9 years ago
  15. c64a044 Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 10 years ago
  16. 094a935 Merge pull request #518 from hzhuang1/pl061_gpio_v5 by danh-arm · 9 years ago
  17. f62d89e Merge pull request #531 from soby-mathew/sm/multicluster_fvp by danh-arm · 9 years ago
  18. 0108047 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 10 years ago
  19. 85df7e4 Merge pull request #523 from jcastillo-arm/jc/genfw-791 by danh-arm · 9 years ago
  20. 74eb26e ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 10 years ago
  21. 6355f23 Rework use of interconnect drivers by Vikram Kanigiri · 9 years ago
  22. e45264a Merge pull request #520 from vikramkanigiri/vk/scp_flexibility by danh-arm · 9 years ago
  23. ea8d69a Merge pull request #519 from vikramkanigiri/vk/misc_plat_reorg by danh-arm · 9 years ago
  24. 7fb9a32 Make SCP_BL2(U) image loading configurable on CSS platforms by Vikram Kanigiri · 10 years ago
  25. 8e083ec Support for varying BOM/SCPI protocol base addresses in ARM platforms by Vikram Kanigiri · 9 years ago
  26. 65cb1c4 Add API to return memory map on ARM platforms by Vikram Kanigiri · 10 years ago
  27. 0ab3f9a arm: gpio: add pl061 driver by Haojian Zhuang · 10 years ago
  28. 1ffecc2 gpio: add gpio framework by Haojian Zhuang · 10 years ago
  29. 421295a Add support for SSC_VERSION register on CSS platforms by Vikram Kanigiri · 10 years ago
  30. ecf70f7 Re-factor definition of some macros on ARM platforms by Vikram Kanigiri · 10 years ago
  31. 4a96630 Merge pull request #517 from soby-mathew/sm/gic_set_prio_fix by danh-arm · 9 years ago
  32. e9ec3ce Move private APIs in gic_common.h to a private header by Soby Mathew · 10 years ago
  33. 38a7861 Fix GIC_IPRIORITYR setting in new drivers by Soby Mathew · 10 years ago
  34. 54035fc Disable non-temporal hint on Cortex-A53/57 by Sandrine Bailleux · 10 years ago
  35. 1a3986a Merge pull request #508 from soby-mathew/sm/debug_xlat by danh-arm · 10 years ago
  36. 51b5748 Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 10 years ago
  37. d30ac1c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 10 years ago
  38. 9400b40 Disable PL011 UART before configuring it by Juan Castillo · 10 years ago
  39. 6b8d672 cdefs.h: Use __deprecated__ instead of deprecated by Soren Brinkmann · 10 years ago
  40. 65cd299 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 10 years ago
  41. 70ecb56 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 10 years ago
  42. 70050dd cdefs.h: Introduce '__deprecated' macro by Soren Brinkmann · 10 years ago
  43. e123b2a Merge pull request #483 from soby-mathew/sm/rm_struct_padding by danh-arm · 10 years ago
  44. b313d75 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 10 years ago
  45. 7b3aabc Use designated initialization in DECLARE_RT_SVC macro by Soby Mathew · 10 years ago
  46. 820756e9 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 10 years ago
  47. aa85691 Always build with '-pedantic' by Sandrine Bailleux · 10 years ago
  48. 1645d3e Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 10 years ago
  49. 1f37b94 FWU: Pass client cookie to FWU_SMC_UPDATE_DONE by Dan Handley · 10 years ago
  50. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  51. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 10 years ago
  52. 516beb5 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 10 years ago
  53. a84deb9 Merge pull request #465 from jcastillo-arm/jc/tbb_mbedtls_2_x by danh-arm · 10 years ago
  54. 649dbf6 Move up to mbed TLS 2.x by Juan Castillo · 10 years ago
  55. 0c3a0b9 Merge pull request #463 from jcastillo-arm/jc/tf-issues/216 by danh-arm · 10 years ago
  56. 12f654b De-feature PL011 UART driver to match generic UART spec by Juan Castillo · 10 years ago
  57. 7ee2b8b Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 10 years ago
  58. 2d4d220 FWU: Add FWU support to `fip_create` tool by Yatharth Kochar · 10 years ago
  59. dcda29f FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 10 years ago
  60. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 10 years ago
  61. 436223d FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 10 years ago
  62. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 10 years ago
  63. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 10 years ago
  64. bbf8f6f Move context management code to common location by Yatharth Kochar · 10 years ago
  65. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 10 years ago
  66. 080225d Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 10 years ago
  67. 78e6161 Ensure BL31 does not print to boot console by default by Soby Mathew · 10 years ago
  68. 487461c Introduce console_uninit() API in ARM Trusted Firmware by Soby Mathew · 10 years ago
  69. e4d3c51 Merge pull request #460 from sandrine-bailleux/sb/init-vttbrel2-vmid by danh-arm · 10 years ago
  70. 85d80e5 Initialize VTTBR_EL2 when bypassing EL2 by Sandrine Bailleux · 10 years ago
  71. 4ca473d Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 10 years ago
  72. 8d297cc Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 10 years ago
  73. 4e0e0f4 Enable support for EL3 interrupt in IMF by Soby Mathew · 10 years ago
  74. 27573c5 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 10 years ago
  75. f14d188 Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 10 years ago
  76. f879f00 Merge pull request #454 from yatharth-arm/vk/deprecate-cci-400 by danh-arm · 10 years ago
  77. 9703bb1 Add CCI-400 specific driver to deprecated driver list by Vikram Kanigiri · 10 years ago
  78. 0244613 Enable use of FIQs and IRQs as TSP interrupts by Soby Mathew · 10 years ago
  79. 404dba5 Unify interrupt return paths from TSP into the TSPD by Soby Mathew · 10 years ago
  80. 03ffb6b Rename GICv3 interrupt group macros by Soby Mathew · 10 years ago
  81. 540a5ba Fix SP804 delay timer on FVP by Juan Castillo · 10 years ago
  82. f3974ea Merge pull request #446 from vikramkanigiri/vk/tzc-400 by danh-arm · 10 years ago
  83. 3138dac Merge pull request #449 from jcastillo-arm/jc/tbb_oid by danh-arm · 10 years ago
  84. 7b4c140 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 10 years ago
  85. bf6863c TBB: add ARM OIDs by Juan Castillo · 10 years ago
  86. 609ebce Fix TZC-400 peripheral detection by Vikram Kanigiri · 10 years ago
  87. 3804197 Add a simple ARM SP805 watchdog driver by Juan Castillo · 11 years ago
  88. 9784dbd Add basic NOR flash driver for ARM platforms by Juan Castillo · 10 years ago
  89. 4c117f6 CSS: Enable booting of EL3 payloads by Sandrine Bailleux · 10 years ago
  90. 23a4501 Deprecate the GIC Legacy driver. by Soby Mathew · 10 years ago
  91. 464ce2b Add ARM GICv2 driver by Soby Mathew · 10 years ago
  92. df37373 Add ARM GICv3 driver without support for legacy operation by Achin Gupta · 10 years ago
  93. 7a24cba Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 10 years ago
  94. 4a1dcde Merge pull request #435 from sandrine-bailleux/sb/juno-r2 by Achin Gupta · 10 years ago
  95. 1dbe315 Juno R2: Configure the correct L2 RAM latency values by Sandrine Bailleux · 10 years ago
  96. 6cd12da Add missing RES1 bit in SCTLR_EL1 by Vikram Kanigiri · 10 years ago
  97. 135c9dd Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 10 years ago
  98. dd64d42 Merge pull request #421 from sandrine-bailleux/sb/improve-display_boot_progress by Achin Gupta · 10 years ago
  99. e098e24 Remove deprecated IO return definitions by Juan Castillo · 10 years ago
  100. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 10 years ago