1. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 6 years ago
  2. 2bc3dba PSCI: Fix MISRA defects in platform code by Antonio Nino Diaz · 6 years ago
  3. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  4. 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  5. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 6 years ago
  6. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  7. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 6 years ago
  8. 101d01e BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 7 years ago
  9. a6f340f Introduce the new BL handover interface by Soby Mathew · 7 years ago
  10. 566034f Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  11. 11f001c bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  12. ba68ef5 bl2: add bl2_plat_handle_pre_image_load() by Masahiro Yamada · 6 years ago
  13. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  14. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  15. 4ee8d0b GIC: Introduce API to get interrupt ID by Jeenu Viswambharan · 7 years ago
  16. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  17. 01f62b6 Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  18. d55a445 GIC: Add API to set priority mask by Jeenu Viswambharan · 7 years ago
  19. a2816a1 GIC: Add API to set/clear interrupt pending by Jeenu Viswambharan · 7 years ago
  20. fc529fe GIC: Add API to set interrupt routing by Jeenu Viswambharan · 7 years ago
  21. 8db978b GIC: Add API to raise secure SGI by Jeenu Viswambharan · 7 years ago
  22. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  23. f3a8660 GIC: Add API to set interrupt priority by Jeenu Viswambharan · 7 years ago
  24. 979225f GIC: Add APIs to enable and disable interrupt by Jeenu Viswambharan · 7 years ago
  25. cbd3f37 GIC: Add API to get interrupt active status by Jeenu Viswambharan · 7 years ago
  26. ca43b55 GIC: Add APIs to query interrupt types by Jeenu Viswambharan · 7 years ago
  27. eb68ea9 GIC: Add API to get running priority by Jeenu Viswambharan · 7 years ago
  28. 7f56e9a Implement log framework by Soby Mathew · 7 years ago
  29. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  30. f07d398 Merge pull request #885 from antonio-nino-diaz-arm/an/console-flush by davidcunado-arm · 7 years ago
  31. 51faada Add support for GCC stack protection by Douglas Raillard · 7 years ago
  32. 801cf93 Add and use plat_crash_console_flush() API by Antonio Nino Diaz · 7 years ago
  33. 04c1db1 PSCI: Decouple PSCI stat residency calculation from PMF by dp-arm · 7 years ago
  34. 9edac04 Resolve build errors flagged by GCC 6.2 by David Cunado · 7 years ago
  35. 4749705 Move BL_COHERENT_RAM_BASE/END defines to common_def.h by Masahiro Yamada · 8 years ago
  36. ecdc898 Use *_END instead of *_LIMIT for linker derived end addresses by Masahiro Yamada · 7 years ago
  37. d35dee2 tbbr: Fix updating of Non-Trusted NV counter by dp-arm · 8 years ago
  38. 1a0a3f0 AArch32: Common changes needed for BL1/BL2 by Yatharth Kochar · 8 years ago
  39. 42019bf Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago
  40. 7260022 Add new version of image loading. by Yatharth Kochar · 8 years ago
  41. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  42. 0af559a ARM platforms: Add support for SEPARATE_CODE_AND_RODATA by Sandrine Bailleux · 8 years ago
  43. 04943d3 Allow dynamic overriding of ROTPK verification by Soby Mathew · 8 years ago
  44. d448639 Add 32 bit version of plat_get_syscnt_freq by Antonio Nino Diaz · 8 years ago
  45. c073fda Move `plat_get_syscnt_freq()` to arm_common.c by Yatharth Kochar · 8 years ago
  46. 5d29c76 Merge pull request #572 from jcastillo-arm/jc/tbb_nvcounter by danh-arm · 8 years ago
  47. a0ad601 Modify return type of plat_get_ns_image_entrypoint() by Soby Mathew · 8 years ago
  48. 48279d5 TBB: add non-volatile counter support by Juan Castillo · 8 years ago
  49. 1c3ea10 Remove all non-configurable dead loops by Antonio Nino Diaz · 8 years ago
  50. 843ddee Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 8 years ago
  51. 70ecb56 Migrate __warn_deprecated -> __deprecated by Soren Brinkmann · 9 years ago
  52. 1f37b94 FWU: Pass client cookie to FWU_SMC_UPDATE_DONE by Dan Handley · 9 years ago
  53. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  54. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  55. 7ee2b8b Merge pull request #462 from soby-mathew/sm/runtime_console by danh-arm · 9 years ago
  56. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  57. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  58. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  59. 78e6161 Ensure BL31 does not print to boot console by default by Soby Mathew · 9 years ago
  60. 7a24cba Replace build macro WARN_DEPRECATED with ERROR_DEPRECATED by Soby Mathew · 9 years ago
  61. 40fc6cd Add optional platform error handler API by Juan Castillo · 9 years ago
  62. 5c8babc PSCI: Add deprecated API for SPD when compatibility is disabled by Soby Mathew · 9 years ago
  63. 6748784 PSCI: Switch to the new PSCI frameworks by Soby Mathew · 9 years ago
  64. 32bc85f PSCI: Implement platform compatibility layer by Soby Mathew · 9 years ago
  65. eb975f5 PSCI: Unify warm reset entry points by Sandrine Bailleux · 9 years ago
  66. 8ee2498 PSCI: Add framework to handle composite power states by Soby Mathew · 9 years ago
  67. 82dcc03 PSCI: Introduce new platform interface to describe topology by Soby Mathew · 9 years ago
  68. 12d0d00 PSCI: Introduce new platform and CM helper APIs by Soby Mathew · 9 years ago
  69. 4067dc3 PSCI: Remove references to affinity based power management by Soby Mathew · 9 years ago
  70. b48349e PSCI: Create new directory to implement new frameworks by Soby Mathew · 9 years ago
  71. f04585f TBB: delete deprecated plat_match_rotpk() by Juan Castillo · 9 years ago
  72. dff93c8 TBB: add TBBR Chain of Trust by Juan Castillo · 9 years ago
  73. 95cfd4a TBB: add platform API to read the ROTPK information by Juan Castillo · 9 years ago
  74. 16948ae Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  75. 60eea55 Migrate FVP port to use common code by Dan Handley · 9 years ago
  76. b431530 Add common ARM and CSS platform code by Dan Handley · 9 years ago
  77. 8c32bc2 Export maximum affinity using PLATFORM_MAX_AFFLVL macro by Soby Mathew · 9 years ago
  78. 6eadf76 TBB: add a platform specific function to validate the ROTPK by Juan Castillo · 10 years ago
  79. 4480425 Miscellaneous documentation fixes by Sandrine Bailleux · 10 years ago
  80. add4035 Add CPU specific power management operations by Soby Mathew · 10 years ago
  81. 5a06bb7 Clarify platform porting interface to TSP by Dan Handley · 10 years ago
  82. 6397bf6 Merge pull request #172 from soby-mathew/sm/asm_assert by danh-arm · 10 years ago
  83. c67b09b Introduce crash console APIs for crash reporting by Soby Mathew · 10 years ago
  84. afff8cb Make enablement of the MMU more flexible by Achin Gupta · 10 years ago
  85. ab26147 Merge pull request #164 from sandrine-bailleux/sb/bl30-support-v2 by danh-arm · 10 years ago
  86. 93d81d6 Add support for BL3-0 image by Sandrine Bailleux · 10 years ago
  87. 6a22315 Merge pull request #157 from sandrine-bailleux/sb/tf-issue-109 by danh-arm · 10 years ago
  88. 6f3b195 Refactor fvp_config into common platform header by Dan Handley · 10 years ago
  89. 8f55dfb Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  90. 4f2104f Remove all checkpatch errors from codebase by Juan Castillo · 10 years ago
  91. 9865ac1 Further renames of platform porting functions by Dan Handley · 10 years ago
  92. 0ad4691 Remove FVP specific comments in platform.h by Dan Handley · 10 years ago
  93. dff8e47 Add enable mmu platform porting interfaces by Dan Handley · 10 years ago
  94. dec5e0d Move BL porting functions into platform.h by Dan Handley · 10 years ago
  95. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 10 years ago