1. 2c7ed5b Dump platform-defined regs in crash reporting by Gerald Lejeune · 9 years ago
  2. ca1d876 Merge pull request #593 from mtk09422/mtcmos-fix by danh-arm · 8 years ago
  3. 0746c4b mt8173: Fix timing issue of mfg mtcmos power off by developer · 8 years ago
  4. cc037c1 Migrate platform ports to the new xlat_tables library by Soby Mathew · 8 years ago
  5. 940f41b Fix build error in Rockchip platform by Soby Mathew · 8 years ago
  6. 6fa4d52 Merge pull request #569 from Xilinx/zynqmp-v1 by danh-arm · 8 years ago
  7. 1d8f3a7 Merge pull request #587 from antonio-nino-diaz-arm/an/rename-bl33-base by danh-arm · 8 years ago
  8. 25ab118 Merge pull request #586 from antonio-nino-diaz-arm/an/spd-bl32 by danh-arm · 8 years ago
  9. 2b8277b Rename BL33_BASE option to PRELOADED_BL33_BASE by Antonio Nino Diaz · 8 years ago
  10. 93b02d9 Fix BL33_BASE option to work with RESET_TO_BL31 by Antonio Nino Diaz · 8 years ago
  11. e4fa370 Remove BL32_BASE when building without SPD for FVP by Antonio Nino Diaz · 8 years ago
  12. 6ec902f Merge pull request #583 from mtk09422/fix-build-error by danh-arm · 8 years ago
  13. d3e1a1d Merge pull request #575 from soby-mathew/sm/new_tzc_driver by danh-arm · 8 years ago
  14. 90e40e3 Merge pull request #572 from jcastillo-arm/jc/tbb_nvcounter by danh-arm · 8 years ago
  15. 6b745d5 mt8173: fix spm driver build errors by developer · 8 years ago
  16. 76fcae3 Add support for Xilinx Zynq UltraScale+ MPSOC by Soren Brinkmann · 8 years ago
  17. 04b096f Merge pull request #581 from rockchip-linux/rockchip-atf-20160405 by danh-arm · 8 years ago
  18. f6118cc Support for Rockchip's family SoCs by Tony Xie · 8 years ago
  19. 8c80d1e Merge pull request #580 from soby-mathew/sm/ret_type_plat_ns_ep by danh-arm · 8 years ago
  20. 3d80b71 arm: common: Make timer configuration conditional by Soren Brinkmann · 8 years ago
  21. 21f9361 Modify return type of plat_get_ns_image_entrypoint() by Soby Mathew · 8 years ago
  22. 25ccf68 Merge pull request #576 from mtk09422/bl31-security by danh-arm · 8 years ago
  23. 89ddad1 mt8173: Protect BL31 memory from non-secure access by developer · 8 years ago
  24. 510d87b Add support to program a DMC-500 TZC on ARM platforms by Vikram Kanigiri · 8 years ago
  25. 9c708b5 Migrate ARM standard platforms to the refactored TZC driver by Soby Mathew · 8 years ago
  26. bfb7fa6 TBB: add non-volatile counter support by Juan Castillo · 8 years ago
  27. 0ba499f Add support to load BL31 in DRAM by David Wang · 8 years ago
  28. 1f21bcf Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  29. 05772ef Merge pull request #546 from mtk09422/mtk-bl31-update by danh-arm · 8 years ago
  30. e3ae6d0 mt8173: support big core PLL control in system suspend flow by developer · 9 years ago
  31. 43c535c mt8173: Remove gpio driver support by developer · 8 years ago
  32. 4419325 mt8173: Add #error directive to prevent RESET_TO_BL31 by developer · 8 years ago
  33. c50a695 Merge pull request #533 from yatharth-arm/yk/genfw-1292 by danh-arm · 8 years ago
  34. f11b29a Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 8 years ago
  35. ec559c7 Merge pull request #532 from soby-mathew/vk/configure_mmap_macros by danh-arm · 8 years ago
  36. eade34c Rationalise MMU and Page table related constants on ARM platforms by Vikram Kanigiri · 8 years ago
  37. e40ad35 Merge pull request #525 from antonio-nino-diaz-arm/an/fix-gpio-includes by danh-arm · 8 years ago
  38. ec5eb56 Merge pull request #531 from soby-mathew/sm/multicluster_fvp by danh-arm · 8 years ago
  39. 47e43f2 Allow multi cluster topology definitions for ARM platforms by Soby Mathew · 8 years ago
  40. 6c2d663 Merge pull request #523 from jcastillo-arm/jc/genfw-791 by danh-arm · 8 years ago
  41. cebbd0b Merge pull request #527 from antonio-nino-diaz-arm/an/non_ascii by danh-arm · 8 years ago
  42. 2e86cb1 ARM platforms: rationalise memory attributes of shared memory by Juan Castillo · 8 years ago
  43. f5951c2 Fix gpio includes of mt8173 platform to avoid collision. by Antonio Nino Diaz · 8 years ago
  44. fbb1301 Rework use of interconnect drivers by Vikram Kanigiri · 8 years ago
  45. dde43cb Merge pull request #521 from vikramkanigiri/vk/rearchitect_security by danh-arm · 8 years ago
  46. 89fdcb3 Merge pull request #520 from vikramkanigiri/vk/scp_flexibility by danh-arm · 8 years ago
  47. 18a1731 Make SCP_BL2(U) image loading configurable on CSS platforms by Vikram Kanigiri · 8 years ago
  48. 70752bb Perform security setup separately for each ARM platform by Vikram Kanigiri · 8 years ago
  49. 7208419 Support for varying BOM/SCPI protocol base addresses in ARM platforms by Vikram Kanigiri · 8 years ago
  50. 0703543 Add API to return memory map on ARM platforms by Vikram Kanigiri · 9 years ago
  51. f79d150 Add support for SSC_VERSION register on CSS platforms by Vikram Kanigiri · 9 years ago
  52. 5d86f2e Re-factor definition of some macros on ARM platforms by Vikram Kanigiri · 8 years ago
  53. 7be01ec Remove non-ASCII character from comment by Antonio Nino Diaz · 8 years ago
  54. 6fb7880 Merge pull request #508 from soby-mathew/sm/debug_xlat by danh-arm · 8 years ago
  55. bae963e Merge pull request #501 from jcastillo-arm/jc/tf-issues/300 by danh-arm · 8 years ago
  56. edf76c5 Merge pull request #497 from mtk09422/spm-v3 by danh-arm · 8 years ago
  57. c9bac9c Use tf_printf() for debug logs from xlat_tables.c by Soby Mathew · 8 years ago
  58. da31c0c mt8173: Fix long latency issue of mtcmos contorl by developer · 9 years ago
  59. cabbb06 mt8173: Improve performance by handling more interrupts during idle by developer · 9 years ago
  60. b8925a2 mt8173: Implement subsystem power control logic in ARM TF by developer · 9 years ago
  61. 69a0383 mt8173: support big/Little cluster power off for CPU idle(C2 state) by developer · 9 years ago
  62. 512a311 mt8173: Move SPM related PLL settings to ARM TF by developer · 9 years ago
  63. 4a7822a mt8173: Fix USB remote wake up problem by developer · 9 years ago
  64. 5371963 mt8173: Enable dynamic clock management by developer · 9 years ago
  65. ef07f20 Merge pull request #495 from jcastillo-arm/jc/tf-issues/170 by danh-arm · 8 years ago
  66. e7ae6db Disable PL011 UART before configuring it by Juan Castillo · 9 years ago
  67. aadf19a ARM plat: add build option to unlock access to non-secure timer by Juan Castillo · 9 years ago
  68. d43b657 Merge pull request #486 from Xilinx/issues/340 by danh-arm · 8 years ago
  69. 46dd170 Remove direct usage of __attribute__((foo)) by Soren Brinkmann · 8 years ago
  70. dd50579 FVP: Compile ARM Cortex-A72 CPU support in by Sandrine Bailleux · 8 years ago
  71. 432aa77 Add support for ARM Cortex-A35 processor by Sandrine Bailleux · 8 years ago
  72. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · 8 years ago
  73. f4119ec Miscellaneous doc fixes for v1.2 by Sandrine Bailleux · 9 years ago
  74. 7175bde Remove out-dated comment in FVP PWRC code by Sandrine Bailleux · 9 years ago
  75. 89f8f33 FWU: Pass client cookie to FWU_SMC_UPDATE_DONE by Dan Handley · 9 years ago
  76. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  77. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  78. be80120 TBB: apply TBBR naming convention to certificates and extensions by Juan Castillo · 9 years ago
  79. 6e8f0b1 Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  80. d1a9343 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 9 years ago
  81. 3a11eda FWU: Add Firmware Update support in BL2U for ARM platforms by Yatharth Kochar · 9 years ago
  82. 736a3bf FWU: Add Firmware Update support in BL1 for ARM platforms by Yatharth Kochar · 9 years ago
  83. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  84. a65be2f Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  85. 6089af0 SoC security setup for CSS platforms in BL1 by Yatharth Kochar · 9 years ago
  86. 2fd66be Specify BL31 runtime console for ARM Standard platforms by Soby Mathew · 9 years ago
  87. 1ff495b Ensure BL31 does not print to boot console by default by Soby Mathew · 9 years ago
  88. e58ddc0 Merge pull request #461 from yatharth-arm/yk/nvidia_patch by danh-arm · 9 years ago
  89. 33f5c41 Include psci.h from tegra platform header by Yatharth Kochar · 9 years ago
  90. fcd9d18 Merge pull request #456 from soby-mathew/sm/gicv3-tsp-plat-changes-v2 by danh-arm · 9 years ago
  91. e181c0b Merge pull request #455 from jcastillo-arm/jc/fvp_delay_timer by danh-arm · 9 years ago
  92. 1fa7eb6 Rework use of ARM GIC drivers on ARM platforms by Achin Gupta · 9 years ago
  93. 12012dd Prepare platforms to use refactored ARM GIC drivers by Soby Mathew · 9 years ago
  94. 004924b Merge pull request #452 from vwadekar/tegra-new-platform-apis-v2 by danh-arm · 9 years ago
  95. a78bb1b Tegra: remove support for legacy platform APIs by Varun Wadekar · 9 years ago
  96. fd383b4 Fix SP804 delay timer on FVP by Juan Castillo · 9 years ago
  97. f26c444 Merge pull request #444 from jcastillo-arm/jc/tbb_wdog by danh-arm · 9 years ago
  98. b6132f1 TBB: add Trusted Watchdog support on ARM platforms by Juan Castillo · 9 years ago
  99. 8f67649 Merge pull request #443 from achingupta/sb/el3_payloads-cb_single_cpu by danh-arm · 9 years ago
  100. 1568886 Merge pull request #445 from jcastillo-arm/jc/tf-issues/320 by danh-arm · 9 years ago