1. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  2. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  3. d0d0f17 Merge changes from topic "jc/shift-overflow" into integration by Soby Mathew · 5 years ago
  4. 93c690e Enable -Wshift-overflow=2 to check for undefined shift behavior by Justin Chadwell · 5 years ago
  5. bd97f83 Remove references to old project name from common files by John Tsichritzis · 5 years ago
  6. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 5 years ago
  7. 0f95565 Merge "Introduce BTI support in ROMLIB" into integration by John Tsichritzis · 5 years ago
  8. 5a40810 Merge "Beautify "make help"" into integration by Paul Beesley · 5 years ago
  9. bac571a Merge "Makefile: Add default warning flags" into integration by Paul Beesley · 5 years ago
  10. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 5 years ago
  11. 0029657 Makefile: Add default warning flags by Ambroise Vincent · 5 years ago
  12. bbb24f6 Introduce BTI support in ROMLIB by John Tsichritzis · 5 years ago
  13. 7c23126 Beautify "make help" by John Tsichritzis · 5 years ago
  14. 1ef3551 doc: Make checkpatch ignore rst files by Paul Beesley · 5 years ago
  15. dfc66a1 Add Makefile check for PAuth and AArch64 by John Tsichritzis · 5 years ago
  16. 6e756f6 Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · 5 years ago
  17. 6f8261b Update TF-A version to 2.1 by Soby Mathew · 5 years ago
  18. 06715f8 Declare PAuth for Secure world as experimental by Alexei Fedorov · 5 years ago
  19. ab15922 Merge pull request #1884 from AlexeiFedorov/af/set_march_to_arch_minor by Soby Mathew · 5 years ago
  20. 9d0ac83 Merge pull request #1880 from lmayencourt/lm/pie by Soby Mathew · 5 years ago
  21. fa6f774 Allow setting compiler's target architecture by Alexei Fedorov · 5 years ago
  22. 80e1989 Makefile: fix linking with pie and binutils > 2.27 by Louis Mayencourt · 5 years ago
  23. 02a76d5 Add the possibility to pass options for checkpatch by Yann Gautier · 5 years ago
  24. a4acc7f Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 5 years ago
  25. c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 5 years ago
  26. b86048c Add support for pointer authentication by Antonio Nino Diaz · 5 years ago
  27. 5283962 Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 5 years ago
  28. 77f1f7a Introduce build option to override libc by Varun Wadekar · 5 years ago
  29. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 5 years ago
  30. 7e94a69 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · 5 years ago
  31. 8855e52 SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 5 years ago
  32. 99d5575 Remove reference to DISABLE_PEDANTIC by Antonio Nino Diaz · 5 years ago
  33. 5c3bda7 Remove ASM_ASSERTION check in Makefile by Antonio Nino Diaz · 6 years ago
  34. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 6 years ago
  35. f5478de Reorganize architecture-dependent header files by Antonio Nino Diaz · 6 years ago
  36. e475ba2 Merge pull request #1725 from Yann-lms/clang_aarch32 by Antonio Niño Díaz · 6 years ago
  37. 85686f1 Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc by Antonio Niño Díaz · 6 years ago
  38. 8b9a0de romlib: Add platform specific jump table list by Sathees Balya · 6 years ago
  39. e2bfec0 clang: 32 bit compilation should include march32-directive by Yann Gautier · 6 years ago
  40. fd18a8f build: find "armclang" string in the 'CC' variable by Varun Wadekar · 6 years ago
  41. c094008 Merge pull request #1708 from Yann-lms/warnings by Soby Mathew · 6 years ago
  42. 26010da SPM: sptool: Introduce tool to package SP and RD by Antonio Nino Diaz · 6 years ago
  43. 6336b07 Makefile: add a possibility to disable -Werror by Yann Gautier · 6 years ago
  44. e7c645b Add the possibility to compile TF-A with more warnings by Yann Gautier · 6 years ago
  45. 2d7b9e5 SPM: Deprecate the current implementation by Antonio Nino Diaz · 6 years ago
  46. 91b48c9 drivers/console: Reimplement MUTLI_CONSOLE_API framework in C by Julius Werner · 6 years ago
  47. 985ee0b drivers/console: Link console framework code by default by Julius Werner · 6 years ago
  48. 9c6d1c5 backtrace: Extract rules from root Makefile by Antonio Nino Diaz · 6 years ago
  49. 3bd17c0 Basic Makefile changes for PIE by Soby Mathew · 6 years ago
  50. b5a0f4b Makefile: Fix verbose builds on Windows by Antonio Nino Diaz · 6 years ago
  51. ee1ba6d Makefile: Support totally quiet output with -s by Andre Przywara · 6 years ago
  52. 68e0fca Merge pull request #1610 from sandrine-bailleux-arm/sb/fix-makefile by Dimitris Papastamos · 6 years ago
  53. 200006d Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 6 years ago
  54. 44a8738 Remove incorrect tabulation in Makefile by Sandrine Bailleux · 6 years ago
  55. 1dcc28c Introduce RECLAIM_INIT_CODE build flag by Daniel Boulby · 6 years ago
  56. 84568b9 Merge pull request #1599 from soby-mathew/sm/update_v2.0 by Soby Mathew · 6 years ago
  57. 1a0f112 Update the version to 2.0 by Soby Mathew · 6 years ago
  58. f9ed3cb gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · 6 years ago
  59. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 6 years ago
  60. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 6 years ago
  61. 09d2be1 console: Port Multi Console driver to AArch32 by Daniel Boulby · 6 years ago
  62. 1971f9d Update release minor version string by Sathees Balya · 6 years ago
  63. 0c62883 backtrace: Introduce backtrace function by Douglas Raillard · 6 years ago
  64. 8fd9d4d Allow manually setting the AArch32 instruction set by Antonio Nino Diaz · 6 years ago
  65. 8422a84 libc: armclang: Implement compiler printf symbols by Antonio Nino Diaz · 6 years ago
  66. 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 6 years ago
  67. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 6 years ago
  68. 5accce5 Add support for romlib in the build system by Roberto Vargas · 6 years ago
  69. ea7a57a Don't include mbebtls include paths in INCLUDES by Roberto Vargas · 6 years ago
  70. 61f72a3 Create a library file for libc by Roberto Vargas · 6 years ago
  71. 5fee028 Add make macros to build library archives by Roberto Vargas · 6 years ago
  72. 7040155 Use clang as preprocessor when clang toolchain is selected by Roberto Vargas · 6 years ago
  73. 1684b87 Use clang assembler when clang compiler is used by Roberto Vargas · 6 years ago
  74. 2adee76 Allow overriding the linker by Roberto Vargas · 6 years ago
  75. a9c4dde AArch32: Force compiler to align memory accesses by Sandrine Bailleux · 6 years ago
  76. 01d237c Build: add cpp build processing for dtb by Yann Gautier · 6 years ago
  77. 209a60c Allow disabling authentication dynamically by Soby Mathew · 6 years ago
  78. a513506 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · 6 years ago
  79. 1a7c1cf RAS: Add fault injection support by Jeenu Viswambharan · 7 years ago
  80. 14c6016 AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  81. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  82. df7f203 Merge pull request #1367 from robertovargas-arm/ndebug by danh-arm · 6 years ago
  83. 379dcab Remove the unused macro NDEBUG by Roberto Vargas · 7 years ago
  84. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  85. 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  86. aafd8e1 SPM: Assert value of `ENABLE_SPM` build flag by Antonio Nino Diaz · 6 years ago
  87. 6f0b253 Merge pull request #1324 from michpappas/tf-issues#567Platforms_cannot_override_ENABLE_STACK_PROTECTOR by Dimitris Papastamos · 6 years ago
  88. 46e5e03 Platforms cannot override ENABLE_STACK_PROTECTOR by Michalis Pappas · 6 years ago
  89. 4a577f9 Release v1.5: Update minor version number to 5 by David Cunado · 6 years ago
  90. bc1a03c Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 6 years ago
  91. 7fabe1a Fix MISRA rule 8.4 in common code by Roberto Vargas · 6 years ago
  92. 38c14d8 Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 7 years ago
  93. 566034f Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · 6 years ago
  94. 15e5958 Merge pull request #1256 from jeenu-arm/tsp-ehf by davidcunado-arm · 6 years ago
  95. c8b55b8 Add EL3_EXCEPTION_HANDLING to build command line by Jeenu Viswambharan · 6 years ago
  96. 9fd2f13 Merge pull request #1224 from masahir0y/gzip by davidcunado-arm · 6 years ago
  97. 693e278 Merge pull request #1245 from antonio-nino-diaz-arm/an/checkpatch by davidcunado-arm · 6 years ago
  98. 0fc50a8 plat/common: move arch-agnostic fallback functions to C file by Masahiro Yamada · 6 years ago
  99. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  100. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago