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