1. e954f65 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 1 year, 11 months ago
  2. 92de80a refactor(measured-boot): avoid Measured-Boot dependency on Trusted-Boot by Manish V Badarkhe · 2 years, 6 months ago
  3. a74d963 feat(measured_boot): image hash measurement and recording in BL1 by Manish V Badarkhe · 2 years, 9 months ago
  4. 57b669f refactor(measured boot): move image measurement to generic layer by Manish V Badarkhe · 2 years, 9 months ago
  5. b59bf9f feat(fwu): avoid booting with an alternate boot source by Manish V Badarkhe · 3 years ago
  6. ed20207 Increase type widths to satisfy width requirements by Jimmy Brisson · 3 years, 10 months ago
  7. 4da9b31 fconf: Add TBBR disable_authentication property by Louis Mayencourt · 4 years, 8 months ago
  8. 2cce803 Refactor load_auth_image_internal(). by Sandrine Bailleux · 4 years, 8 months ago
  9. f41355c Refactor ARMv8.3 Pointer Authentication support code by Alexei Fedorov · 4 years, 9 months ago
  10. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  11. e1e7845 Correctly check for support of Address Authentication by Antonio Nino Diaz · 5 years ago
  12. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  13. 57f8326 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · 5 years ago
  14. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · 5 years ago
  15. f0b14cf Remove some MISRA defects in common code by Antonio Nino Diaz · 6 years ago
  16. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  17. 4f3b6ed Fix MISRA Rule 5.3 Part 1 by Daniel Boulby · 6 years ago
  18. 9fe8804 Allow disabling authentication dynamically by Soby Mathew · 6 years ago
  19. 7c8af06 Unify cache flush code path after image load by Soby Mathew · 7 years ago
  20. bc1ae1f Add platform hooks for boot redundancy support by Roberto Vargas · 7 years ago
  21. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  22. 4ef91f1 Simplify translation tables headers dependencies by Antonio Nino Diaz · 7 years ago
  23. 21362a9 Introduce unified API to zero memory by Douglas Raillard · 8 years ago
  24. b0e529b Export is_mem_free() function by Sandrine Bailleux · 8 years ago
  25. d7db870 Optimize cache flush when authenticating images by Antonio Nino Diaz · 8 years ago
  26. 3345a8d Add new version of image loading. by Yatharth Kochar · 8 years ago
  27. cdf58cb AArch32: resolve build error when LOG_LEVEL=50 by Soby Mathew · 8 years ago
  28. 9c96ed5 Remove dcache invalidation after image authentication by Dan Handley · 8 years ago
  29. 4ec7e2d Ensure addresses in is_mem_free() don't overflow by Sandrine Bailleux · 8 years ago
  30. a0fedc4 Rework type usage in Trusted Firmware by Soby Mathew · 8 years ago
  31. 8eaf46e Update comments in load_image() by Sandrine Bailleux · 8 years ago
  32. 44170c4 Refactor the xlat_tables library code by Soby Mathew · 8 years ago
  33. b3a0a7b Add support for %p in tf_printf() by Antonio Nino Diaz · 8 years ago
  34. b371da7 Merge pull request #423 from jcastillo-arm/jc/genfw/1211 by Achin Gupta · 9 years ago
  35. 6e76206 Remove deprecated IO return definitions by Juan Castillo · 9 years ago
  36. b2e224c Introduce print_entry_point_info() function by Sandrine Bailleux · 9 years ago
  37. ec813f5 Use standard errno definitions in load_auth_image() by Juan Castillo · 9 years ago
  38. ceb0d0f Ensure BL2 security state is secure by Vikram Kanigiri · 9 years ago
  39. 97dbcf1 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 9 years ago
  40. a08a5e7 TBB: switch to the new authentication framework by Juan Castillo · 9 years ago
  41. 3a66aca Use numbers to identify images instead of names by Juan Castillo · 9 years ago
  42. eb839ce Fix type mismatches in verbose logging by Dan Handley · 9 years ago
  43. 09a55a8 Skip reserving memory for non-executable and BL3-0 images by Juan Castillo · 9 years ago
  44. 91b624e Rationalize console log output by Dan Handley · 10 years ago
  45. f558cac Rework incorrect use of assert() and panic() in codebase 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. 3ab33f3 Make the entry point argument optional in load_image() by Sandrine Bailleux · 10 years ago
  49. 7ce42df Move BL porting functions into platform.h by Dan Handley · 10 years ago
  50. d8c9d26 Rework memory information passing to BL3-x images by Vikram Kanigiri · 10 years ago
  51. da56743 Populate BL31 input parameters as per new spec by Vikram Kanigiri · 10 years ago
  52. a3a5e4a Rework handover interface between BL stages by Vikram Kanigiri · 10 years ago
  53. 9851e42 Introduce macros to manipulate the SPSR by Vikram Kanigiri · 10 years ago
  54. 25232af Introduce IS_IN_ELX() macros by Sandrine Bailleux · 10 years ago
  55. a4cb68e Remove variables from .data section by Dan Handley · 10 years ago
  56. 2bd4ef2 Reduce deep nesting of header files by Dan Handley · 10 years ago
  57. e2712bc Always use named structs in header files by Dan Handley · 10 years ago
  58. 714a0d2 Make use of user/system includes more consistent by Dan Handley · 10 years ago
  59. 78a6e0c Remove partially qualified asm helper functions by Vikram Kanigiri · 10 years ago
  60. 87274c4 bl_common: add image_size() by Ryan Harkin · 10 years ago
  61. 08c28d5 Report recoverable errors as warnings by Jeenu Viswambharan · 10 years ago
  62. e4d084e Rework BL2 to BL3-1 hand over interface by Achin Gupta · 10 years ago
  63. 9d72b4e Implement load_image in terms of IO abstraction by James Morrissey · 10 years ago
  64. 40a6f64 Fix asserts appearing in release builds by James Morrissey · 10 years ago
  65. e83b0ca Update year in copyright text to 2014 by Dan Handley · 10 years ago
  66. ba6980a Move RUN_IMAGE constant from bl1.h to bl_common.h by Sandrine Bailleux · 11 years ago
  67. ab2d31e Enable third party contributions by Dan Handley · 11 years ago
  68. 4f6ad66 ARMv8 Trusted Firmware release v0.2 by Achin Gupta · 11 years ago