1. 4b00cb7 Fix build error with correct format string by Jeenu Viswambharan · 6 years ago
  2. 497f357 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · 6 years ago
  3. b37eba9 Revert "plat/arm: Migrate AArch64 port to the multi console driver" by Antonio Nino Diaz · 6 years ago
  4. 93bd916 plat/arm: Migrate AArch64 port to the multi console driver by Antonio Nino Diaz · 6 years ago
  5. f3c0aba Merge pull request #1354 from robertovargas-arm/mem_protect by danh-arm · 6 years ago
  6. a5b5b8d ARM Platforms: Support RAS by Jeenu Viswambharan · 6 years ago
  7. 2e2e881 RAS: Add support for node registration by Jeenu Viswambharan · 7 years ago
  8. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  9. 5600ecb Merge pull request #1361 from vchong/tool_add_img by danh-arm · 6 years ago
  10. 550eb08 ARM platforms: Demonstrate mem_protect from el3_runtime by Roberto Vargas · 6 years ago
  11. bf5d1ba Merge pull request #1255 from masahir0y/int-ll64 by danh-arm · 6 years ago
  12. e93a0f4 types: use int-ll64 for both aarch32 and aarch64 by Masahiro Yamada · 6 years ago
  13. 5ac9d96 Fix pointer type mismatch of handlers by Masahiro Yamada · 6 years ago
  14. 52c8576 Merge pull request #1345 from dbasehore/udelay by Dimitris Papastamos · 6 years ago
  15. 2708343 poplar: rename FIP_ADD_IMG to TOOL_ADD_IMG by Victor Chong · 6 years ago
  16. c451010 css/sgi575: enable ARM_PLAT_MT flag by Sudipto Paul · 6 years ago
  17. f39a11f Merge pull request #1250 from jollysxilinx/zynqmp-new-eemi-api by Dimitris Papastamos · 6 years ago
  18. 9002d57 Merge pull request #1346 from samarthp/sp/support-multiple-mhu-gen by Dimitris Papastamos · 6 years ago
  19. 59cfa13 plat/arm: Add MHUv2 support to SCMI driver by Samarth Parikh · 7 years ago
  20. b72de19 Merge pull request #1356 from robertovargas-arm/misra-changes by Dimitris Papastamos · 6 years ago
  21. 52f707f Fix MISRA rule 8.4 Part 4 by Roberto Vargas · 6 years ago
  22. d4b35e1 Fix MISRA rule 8.4 Part 3 by Roberto Vargas · 6 years ago
  23. 5f5a5e6 Fix MISRA rule 8.3 Part 2 by Roberto Vargas · 6 years ago
  24. 3c98ce4 Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 6 years ago
  25. 3cd3a98 Merge pull request #1352 from hzhuang1/hikey_ddr by Dimitris Papastamos · 6 years ago
  26. 5355397 Merge pull request #1347 from davidcunado-arm/dc/affinities by Dimitris Papastamos · 6 years ago
  27. 62f44c0 layerscape: fix integer handling issues by Jiafei Pan · 6 years ago
  28. a403c3a hikey: clean sram before mcu used by Haojian Zhuang · 6 years ago
  29. da7109a hikey: save ddr parameters into SRAM by Haojian Zhuang · 6 years ago
  30. e18de67 hikey: update ddr initialization by Haojian Zhuang · 6 years ago
  31. 72e4307 Merge pull request #1342 from Summer-ARM/sq/support-tzmp1 by Dimitris Papastamos · 6 years ago
  32. 8cbafa7 Merge pull request #1349 from amitdanielkachhap/juno_fix_bl2_sizes by Dimitris Papastamos · 6 years ago
  33. 13b95c2 Juno: Add support for TrustZone Media Protection 1 (TZMP1) by Summer Qin · 6 years ago
  34. 5ce394c plat/arm: Allow override of default TZC regions by Summer Qin · 6 years ago
  35. 46367ad layerscape: Initial TF-A support for LS1043ardb by Jiafei Pan · 6 years ago
  36. 4a8c7f9 Juno: Increase bl2 max size to fix build when SPD=opteed by Amit Daniel Kachhap · 6 years ago
  37. e3691fa rockchip/rk3399: Fix sram_udelay by Derek Basehore · 6 years ago
  38. ee2fe02 FVP: Fix function for translating MPIDR to linear index by David Cunado · 6 years ago
  39. 1a9051a Merge pull request #1334 from michpappas/tf-issues#572_qemu_dont_use_C_for_crash_console by Dimitris Papastamos · 6 years ago
  40. abd0836 qemu: don't use C functions for the crash console callbacks by Michalis Pappas · 6 years ago
  41. 1e5138e Merge pull request #1327 from npoushin/npoushin/sgi575 by Dimitris Papastamos · 6 years ago
  42. 2257d6d Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements by Dimitris Papastamos · 6 years ago
  43. f31abb5 Merge pull request #1325 from michpappas/tf-issues#568_qemu_add_ENABLE_STACK_PROTECTOR by Dimitris Papastamos · 6 years ago
  44. 75ba073 Merge pull request #1331 from hzhuang1/reboot_delay by Dimitris Papastamos · 6 years ago
  45. 1a22685 Merge pull request #1329 from antonio-nino-diaz-arm/an/rpi3-multi-console by Dimitris Papastamos · 6 years ago
  46. 0e094d3 Merge pull request #1335 from JoelHutton/jh/cleanup_void_pointers by Dimitris Papastamos · 6 years ago
  47. 0ece80f ARM platforms: Add support for SGI575 by Nariman Poushin · 6 years ago
  48. 0165028 hikey960: add delay before reset by Haojian Zhuang · 6 years ago
  49. 5cc3bc8 Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  50. 1f47002 rpi3: Use new console APIs by Antonio Nino Diaz · 6 years ago
  51. ff957ed plat: fix switch statements to comply with MISRA rules by Jonathan Wright · 6 years ago
  52. b669ca7 plat/common: remove fall-through on release build by Jonathan Wright · 6 years ago
  53. 0f92b0a Merge pull request #1323 from rockchip-linux/Fixes-rk3399-watchdog by Dimitris Papastamos · 6 years ago
  54. a0bb5ac qemu: MULTI_CONSOLE_API=0 causes build error by Michalis Pappas · 6 years ago
  55. 3f3948b Merge pull request #1280 from gitfineon/master by davidcunado-arm · 6 years ago
  56. 388cf1e Merge pull request #1299 from michpappas/tf-issues#561_qemu_support_MULTI_CONSOLE by davidcunado-arm · 6 years ago
  57. f0d79e7 Merge pull request #1307 from wangfeng-64/master by davidcunado-arm · 6 years ago
  58. cca6cb7 [PATCH 2/2] qemu: Support MULTI_CONSOLE_API by Michalis Pappas · 6 years ago
  59. 7382b59 Merge pull request #1314 from antonio-nino-diaz-arm/an/smccc-header by davidcunado-arm · 6 years ago
  60. 3e8bdf4 Merge pull request #1304 from antonio-nino-diaz-arm/an/fix-copyright by davidcunado-arm · 6 years ago
  61. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  62. e4c00bb qemu: Add support for stack canary protection by Michalis Pappas · 6 years ago
  63. 825f273 rockchip/rk3399: save/restore watchdog register correctly by Lin Huang · 6 years ago
  64. 8d22ec3 FVP: change the method for translating MPIDR values to a linear indices by Wang Feng · 6 years ago
  65. 69fb5bf zynqmp: pm: Minor corrections for MISRA compliance by Jolly Shah · 6 years ago
  66. c82ce46 zynqmp: pm_service: Support multiple SDIO modes by Rajan Vaja · 6 years ago
  67. c7ee23d zynqmp: pm: Support ATF PM version check by Rajan Vaja · 6 years ago
  68. abee2a4 zynqmp: pm: Update API version to 1.0 by Jolly Shah · 6 years ago
  69. 8f5ddb3 zynqmp: Use DDR memory when DEBUG is enabled by Jolly Shah · 6 years ago
  70. d5dd836 zynqmp: pm: Add APIs for pin control queries by Rajan Vaja · 6 years ago
  71. 393c0a2 zynqmp: pm: Add IOCTLs for global storage access by Rajan Vaja · 6 years ago
  72. d98455b zynqmp: pm: Implement clock APIs by Rajan Vaja · 6 years ago
  73. 3511613 zynqmp: pm: Add clock control EEMI API and ioctl functions by Rajan Vaja · 6 years ago
  74. aea41bb zynqmp: pm: Implement IOCTL APIs for device control by Rajan Vaja · 6 years ago
  75. 5529a01 zynqmp: pm: Implement IOCTL APIs for remoteproc by Rajan Vaja · 6 years ago
  76. 5e139e7 zynqmp: pm: Implement pin control APIs for configurations by Rajan Vaja · 6 years ago
  77. 0ac2be1 zynqmp: pm: Implement pin control APIs for get/set functions by Rajan Vaja · 6 years ago
  78. 8368761 zynqmp: pm: Add wrappers for Pin control APIs by Rajan Vaja · 6 years ago
  79. 670bec0 zynqmp: Add new function and node IDs by Rajan Vaja · 6 years ago
  80. 10503cc FVP AArch32: Fix flash access in BL32 for mem_protect by Joel Hutton · 6 years ago
  81. afdff3c plat/hikey: boot memory layout to dedicated file by Michael Brandl · 6 years ago
  82. a60cbc8 Merge pull request #1303 from soby-mathew/sm/fix_juno_fwu by davidcunado-arm · 6 years ago
  83. 14ba963 tegra: Use SPDX license identifier by Antonio Nino Diaz · 6 years ago
  84. 1164ba2 Merge pull request #1277 from hzhuang1/testing/bl2_el3_v0.6 by davidcunado-arm · 6 years ago
  85. 9427357 Juno: Change the Firmware update detect mechanism by Soby Mathew · 6 years ago
  86. 1b296f2 Merge pull request #1302 from hzhuang1/fix_build by davidcunado-arm · 6 years ago
  87. db14130 BL2U: Fix ARM platform timer initilization by Soby Mathew · 6 years ago
  88. ebf6815 Merge pull request #1239 from arve-android/trusty-fixes by davidcunado-arm · 6 years ago
  89. 24c8337 hikey: fix build issue with CLANG by Haojian Zhuang · 6 years ago
  90. 26c94f6 hikey960: fix build issue with CLANG by Haojian Zhuang · 6 years ago
  91. f94d9ca Merge pull request #1288 from michpappas/tf-issues#558_qemu_separate_code_and_data by davidcunado-arm · 6 years ago
  92. 3b93f1e Merge pull request #1298 from michpappas/tf-issues#560_qemu_UART1_data_abort by davidcunado-arm · 6 years ago
  93. d82e29d hikey960: move out duplicated code by Haojian Zhuang · 6 years ago
  94. 9411fe3 hikey960: fix invoking driver init in image load driver by Haojian Zhuang · 6 years ago
  95. 1b4b412 hikey960: migrate to bl2_el3 by Haojian Zhuang · 6 years ago
  96. a94d75d hikey960: drop LOAD_IMAGE v1 by Haojian Zhuang · 6 years ago
  97. e3eb0b8 hikey960: fix memory overlapped in memory map by Haojian Zhuang · 6 years ago
  98. ac34072 hikey960: avoid to dump message when fetch boardid by Haojian Zhuang · 6 years ago
  99. 590188a hikey: move out duplicated code by Haojian Zhuang · 6 years ago
  100. b755da3 hikey: migrate to bl2_el3 by Haojian Zhuang · 6 years ago