1. 3443a70 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 4 years, 5 months ago
  2. 2fe75a2 coverity: fix MISRA violations by Zelalem · 4 years, 6 months ago
  3. 466bb28 coverity: Fix MISRA null pointer violations by Zelalem · 4 years, 6 months ago
  4. 530ceda TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2U by Alexei Fedorov · 4 years, 10 months ago
  5. ea73564 Merge changes from topic "db/unsigned_long" into integration by Sandrine Bailleux · 4 years, 11 months ago
  6. ee006a7 Unsigned long should not be used as per coding guidelines by Deepika Bhavnani · 5 years ago
  7. ed108b5 Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 5 years ago
  8. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  9. cd7d6b0 BL1: Enable pointer authentication support by Antonio Nino Diaz · 6 years ago
  10. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  11. 5b5ca4f Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · 6 years ago
  12. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  13. 6c77e74 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 6 years ago
  14. 0336486 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  15. 085e80e Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  16. ce3f9a6 Fix MISRA rule 8.8 in common code by Roberto Vargas · 6 years ago
  17. 101d01e BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 7 years ago
  18. 566034f Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  19. 11f001c bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 7 years ago
  20. 2a4b4b7 Fix order of #includes by Isla Mitchell · 7 years ago
  21. a440900 AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  22. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  23. aa61368 Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  24. 0b32628 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  25. 10bcd76 Report errata workaround status to console by Jeenu Viswambharan · 8 years ago
  26. f3b4914 AArch32: Add generic changes in BL1 by Yatharth Kochar · 8 years ago
  27. 42019bf Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago
  28. c45f627 Move SIZE_FROM_LOG2_WORDS macro to utils.h by Soby Mathew · 8 years ago
  29. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  30. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  31. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  32. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  33. 35e8c76 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 9 years ago
  34. ee5c2b1 Improve display_boot_progress() function by Sandrine Bailleux · 9 years ago
  35. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  36. 40fc6cd Add optional platform error handler API by Juan Castillo · 9 years ago
  37. a2f8b16 Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  38. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  39. 16948ae Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  40. 354ab57 Fix incorrect assertions in bl1_main() by Andrew Thoelke · 9 years ago
  41. ce4c820 Remove use of PLATFORM_CACHE_LINE_SIZE by Dan Handley · 9 years ago
  42. 01df3c1 TBB: authenticate BL2 image and certificate by Juan Castillo · 10 years ago
  43. 6ad2e46 Rationalize console log output by Dan Handley · 10 years ago
  44. aaa3e72 Add support for printing version at runtime by Juan Castillo · 10 years ago
  45. b79af93 Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  46. 8f55dfb Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  47. dec5e0d Move BL porting functions into platform.h by Dan Handley · 10 years ago
  48. 5f0cdb0 Split platform.h into separate headers by Dan Handley · 10 years ago
  49. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  50. 29fb905 Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  51. 23ff9ba Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  52. 97043ac Reduce deep nesting of header files by Dan Handley · 10 years ago
  53. fb037bf Always use named structs in header files by Dan Handley · 10 years ago
  54. 5b827a8 Separate BL functions out of arch.h by Dan Handley · 10 years ago
  55. 6ba0b6d Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  56. fb05246 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  57. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  58. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  59. e83b0ca Update year in copyright text to 2014 by Dan Handley · 11 years ago
  60. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · 11 years ago
  61. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  62. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago