1. f94399a Move static vars into functions in bl1 by Jimmy Brisson · 4 years ago
  2. a5c6636 Fix MISRA C issues in BL1/BL2/BL31 by John Powell · 4 years, 3 months ago
  3. 91d8061 coverity: fix MISRA violations by Zelalem · 4 years, 5 months ago
  4. e8dadb1 coverity: Fix MISRA null pointer violations by Zelalem · 4 years, 5 months ago
  5. 3dd9f2b TF-A: Add support for ARMv8.3-PAuth in BL1 SMC calls and BL2U by Alexei Fedorov · 4 years, 9 months ago
  6. c3a1836 Merge changes from topic "db/unsigned_long" into integration by Sandrine Bailleux · 4 years, 10 months ago
  7. 64e557c Unsigned long should not be used as per coding guidelines by Deepika Bhavnani · 4 years, 10 months ago
  8. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 10 months ago
  9. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  10. e3887a9 BL1: Enable pointer authentication support by Antonio Nino Diaz · 5 years ago
  11. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  12. 9164ec0 Remove deprecated bl1_init_bl2_mem_layout() by Antonio Nino Diaz · 6 years ago
  13. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  14. b3b6e22 Fix some violations to MISRA rule 8.3 by Sandrine Bailleux · 6 years ago
  15. eace8f1 Make TF UUID RFC 4122 compliant by Roberto Vargas · 6 years ago
  16. 3c817f4 Rename 'smcc' to 'smccc' by Antonio Nino Diaz · 6 years ago
  17. bcfaeff Fix MISRA rule 8.8 in common code by Roberto Vargas · 6 years ago
  18. 6e16a33 BL1: Deprecate the `bl1_init_bl2_mem_layout()` API by Soby Mathew · 6 years ago
  19. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  20. 43d20b3 bl1: add bl1_plat_handle_{pre,post}_image_load() by Masahiro Yamada · 6 years ago
  21. 9930501 Fix order of #includes by Isla Mitchell · 7 years ago
  22. cdd03cb AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  23. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  24. 3759e3f Control inclusion of helper code used for asserts by Antonio Nino Diaz · 7 years ago
  25. e3962d0 Flush console where necessary by Antonio Nino Diaz · 7 years ago
  26. d5ec367 Report errata workaround status to console by Jeenu Viswambharan · 7 years ago
  27. 5d36121 AArch32: Add generic changes in BL1 by Yatharth Kochar · 8 years ago
  28. 51f76f6 Changes for new version of image loading in BL1/BL2 by Yatharth Kochar · 8 years ago
  29. c53ac5e Move SIZE_FROM_LOG2_WORDS macro to utils.h by Soby Mathew · 8 years ago
  30. 7d19941 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 9 years ago
  31. 71c9a5e FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 9 years ago
  32. a65be2f Add descriptor based image management support in BL1 by Yatharth Kochar · 9 years ago
  33. 57d334c Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 9 years ago
  34. b7e97c4 Introduce SPIN_ON_BL1_EXIT build flag by Sandrine Bailleux · 9 years ago
  35. 33c95cc Improve display_boot_progress() function by Sandrine Bailleux · 9 years ago
  36. b2e224c Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  37. 26ae583 Add optional platform error handler API by Juan Castillo · 9 years ago
  38. ceb0d0f Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  39. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  40. 3a66aca Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  41. 5e287b5 Fix incorrect assertions in bl1_main() by Andrew Thoelke · 9 years ago
  42. 0cdebbd Remove use of PLATFORM_CACHE_LINE_SIZE by Dan Handley · 9 years ago
  43. d227d8b TBB: authenticate BL2 image and certificate by Juan Castillo · 9 years ago
  44. 91b624e Rationalize console log output by Dan Handley · 10 years ago
  45. 04be3a5 Add support for printing version at runtime by Juan Castillo · 10 years ago
  46. afe7e2f Implement a leaner printf for Trusted Firmware by Soby Mathew · 10 years ago
  47. 467d057 Remove concept of top/bottom image loading by Sandrine Bailleux · 10 years ago
  48. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  49. ed6ff95 Split platform.h into separate headers by Dan Handley · 10 years ago
  50. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  51. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  52. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  53. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  54. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  55. bcd60ba Separate BL functions out of arch.h by Dan Handley · 10 years ago
  56. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  57. ecf0a71 Generate build time and date message at link time. by Jon Medhurst · 10 years ago
  58. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  59. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  60. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  61. ee12f6f Remove useless copies of meminfo structures by Sandrine Bailleux · 11 years ago
  62. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  63. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago