1. 758ccb8 build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · 1 year, 5 months ago
  2. 890b508 feat(spmd): add spmd logical partitions by Raghu Krishnamurthy · 2 years, 5 months ago
  3. dddf428 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 3 years, 1 month ago
  4. 7affa25 feat(spmc/lsp): add logical partition framework by Marc Bonnici · 3 years, 6 months ago
  5. 5b18de0 feat(rme): add ENABLE_RME build option and support for RMM image by Zelalem Aweke · 4 years, 1 month ago
  6. 9aedca0 feat(bl_common): import BL_NOBITS_{BASE,END} when defined by Samuel Holland · 4 years, 8 months ago
  7. 2c74a29 bl_common: add BL_END macro by Masahiro Yamada · 6 years ago
  8. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  9. 57bf605 Factor out cross-BL API into export headers suitable for 3rd party code by Julius Werner · 6 years ago
  10. a4acc7f Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 6 years ago
  11. c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 7 years ago
  12. b86048c Add support for pointer authentication by Antonio Nino Diaz · 6 years ago
  13. a45ccf1 Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup by Antonio Niño Díaz · 6 years ago
  14. f660533 Remove duplicated definitions of linker symbols by Antonio Nino Diaz · 7 years ago
  15. c4e9d82 Remove dead code related to LOAD_IMAGE_V2=0 by Sandrine Bailleux · 7 years ago
  16. c9f9d9e Move BL1 and BL2 private defines to bl_common.h by Antonio Nino Diaz · 7 years ago
  17. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  18. c3cf06f Standardise header guards across codebase by Antonio Nino Diaz · 7 years ago
  19. 931f7c6 PIE: Position Independant Executable support for BL31 by Soby Mathew · 7 years ago
  20. 0916c38 Convert arm_setup_page_tables into a generic helper by Roberto Vargas · 7 years ago
  21. 81542c0 Remove some MISRA defects in common code by Antonio Nino Diaz · 7 years ago
  22. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 7 years ago
  23. 93c78ed libc: Fix all includes in codebase by Antonio Nino Diaz · 7 years ago
  24. d3775d4 Fix MISRA Rule 5.3 Part 1 by Daniel Boulby · 7 years ago
  25. 209a60c Allow disabling authentication dynamically by Soby Mathew · 7 years ago
  26. 9f85f9e Clean usage of void pointers to access symbols by Joel Hutton · 7 years ago
  27. 1af540e Fix MISRA rule 8.4 Part 1 by Roberto Vargas · 7 years ago
  28. 9fb8af3 Fix MISRA rule 8.3 in common code by Roberto Vargas · 7 years ago
  29. da5f274 Dynamic cfg: MISRA fixes by Soby Mathew · 7 years ago
  30. 76163b3 Unify cache flush code path after image load by Soby Mathew · 8 years ago
  31. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  32. 53d9c9c Move defines in utils.h to utils_def.h to fix shared header compile issues by Scott Branden · 8 years ago
  33. 5dffb46 Re-factor header files for easier PSCI library integration by Soby Mathew · 8 years ago
  34. 3d8256b Use #ifdef for IMAGE_BL* instead of #if by Masahiro Yamada · 9 years ago
  35. 99c5eba Export is_mem_free() function by Sandrine Bailleux · 9 years ago
  36. f426fc0 PSCI: Introduce PSCI Library argument structure by Soby Mathew · 9 years ago
  37. 7260022 Add new version of image loading. by Yatharth Kochar · 9 years ago
  38. e33b78a AArch32: Add support in TF libraries by Soby Mathew · 9 years ago
  39. 4c0d039 Rework type usage in Trusted Firmware by Soby Mathew · 9 years ago
  40. 5d1c104 Introduce SEPARATE_CODE_AND_RODATA build flag by Sandrine Bailleux · 9 years ago
  41. ed81f3e Introduce utils.h header file by Sandrine Bailleux · 9 years ago
  42. 843ddee Fix the inconsistencies in bl1_tbbr_image_descs[] by Yatharth Kochar · 10 years ago
  43. b313d75 Rearrange fields in TF data structures to reduce padding by Soby Mathew · 10 years ago
  44. d178637 Remove dashes from image names: 'BL3-x' --> 'BL3x' by Juan Castillo · 10 years ago
  45. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 10 years ago
  46. 48bfb88 FWU: Add Generic Firmware Update framework support in BL1 by Yatharth Kochar · 10 years ago
  47. 7baff11 Add descriptor based image management support in BL1 by Yatharth Kochar · 10 years ago
  48. bbf8f6f Move context management code to common location by Yatharth Kochar · 10 years ago
  49. 5698c5b Remove `RUN_IMAGE` usage as opcode passed to next EL. by Yatharth Kochar · 10 years ago
  50. 68a68c9 Introduce print_entry_point_info() function by Sandrine Bailleux · 10 years ago
  51. 78460a0 Use standard errno definitions in load_auth_image() by Juan Castillo · 10 years ago
  52. a2f8b16 Ensure BL2 security state is secure by Vikram Kanigiri · 10 years ago
  53. fedbc04 TBB: abort boot if BL3-2 cannot be authenticated by Juan Castillo · 10 years ago
  54. 1779ba6 TBB: switch to the new authentication framework by Juan Castillo · 10 years ago
  55. 16948ae Use numbers to identify images instead of names by Juan Castillo · 10 years ago
  56. 52010cc Rationalize reset handling code by Sandrine Bailleux · 10 years ago
  57. 452b7fa Remove FIRST_RESET_HANDLER_CALL build option by Sandrine Bailleux · 10 years ago
  58. 90b3a6a Add linker symbol declarations to bl_common.h by Dan Handley · 10 years ago
  59. a7e98ad Add macro to calculate number of elements in an array by Vikram Kanigiri · 10 years ago
  60. 79a97b2 Call reset handlers upon BL3-1 entry. by Yatharth Kochar · 11 years ago
  61. d3280be Rework incorrect use of assert() and panic() in codebase by Juan Castillo · 11 years ago
  62. aaa3e72 Add support for printing version at runtime by Juan Castillo · 11 years ago
  63. 8f55dfb Remove concept of top/bottom image loading by Sandrine Bailleux · 11 years ago
  64. 167a935 Initialise CPU contexts from entry_point_info by Andrew Thoelke · 11 years ago
  65. dec5e0d Move BL porting functions into platform.h by Dan Handley · 11 years ago
  66. c6bc071 Remove extern keyword from function declarations by Dan Handley · 11 years ago
  67. 6871c5d Rework memory information passing to BL3-x images by Vikram Kanigiri · 11 years ago
  68. 4112bfa Populate BL31 input parameters as per new spec by Vikram Kanigiri · 11 years ago
  69. 29fb905 Rework handover interface between BL stages by Vikram Kanigiri · 11 years ago
  70. 23ff9ba Introduce macros to manipulate the SPSR by Vikram Kanigiri · 11 years ago
  71. 97043ac Reduce deep nesting of header files by Dan Handley · 11 years ago
  72. fb037bf Always use named structs in header files by Dan Handley · 11 years ago
  73. bdbfc3c Separate out CASSERT macro into own header by Dan Handley · 11 years ago
  74. 4ecca33 Move include and source files to logical locations by Dan Handley · 11 years ago[Renamed (93%) from include/bl_common.h]
  75. b495bde Merge pull request #50 from vikramkanigiri/vk/tf-issues#26 by achingupta · 11 years ago