1. 69af7fc BL2_AT_EL3: add PIE support by Masahiro Yamada · 5 years ago
  2. 320920c PIE: pass PIE options only to BL31 by Masahiro Yamada · 5 years ago
  3. c9c0b66 Merge "Set lld as the default linker for Clang builds" into integration by Sandrine Bailleux · 5 years ago
  4. 641f16e Set lld as the default linker for Clang builds by Ambroise Vincent · 6 years ago
  5. 2d51b55 Replace dts includes with C preprocessor syntax by Balint Dobszay · 5 years ago
  6. f8578e6 bl31: Split into two separate memory regions by Samuel Holland · 7 years ago
  7. be84a5b Merge "debugfs: add 9p device interface" into integration by Mark Dykes · 6 years ago
  8. 538b002 spm: Remove SPM Alpha 1 prototype and support files by Paul Beesley · 6 years ago
  9. 3f3c341 Remove dependency between SPM_MM and ENABLE_SPM build flags by Paul Beesley · 6 years ago
  10. 0ca3913 debugfs: add 9p device interface by Olivier Deprez · 6 years ago
  11. 11a96e0 Remove -Wpadded warning by Justin Chadwell · 6 years ago
  12. 8cca5a7 Remove -Wmissing-declarations warning from WARNING1 level by Justin Chadwell · 6 years ago
  13. ae630cd Merge changes from topic "lm/memmap" into integration by Sandrine Bailleux · 6 years ago
  14. f224bd4 Merge changes from topic "allwinner_bl31_size" into integration by Soby Mathew · 6 years ago
  15. b3fc6c1 Merge "Remove -Wunused-const-variable warning" into integration by Mark Dykes · 6 years ago
  16. 84bd7a4 Merge "Enable Link Time Optimization in GCC" into integration by Soby Mathew · 6 years ago
  17. ebd6efa Reduce space lost to object alignment by Samuel Holland · 6 years ago
  18. 4960ef3 Remove -Wunused-const-variable warning by Justin Chadwell · 6 years ago
  19. edbce9a Enable Link Time Optimization in GCC by zelalem-aweke · 6 years ago
  20. cfe8391 Add memory_map tools as a target for Make by Louis Mayencourt · 6 years ago
  21. d7b4cd4 Enable -Wlogical-op always by Justin Chadwell · 6 years ago
  22. b7f6525 Enable -Wshadow always by Justin Chadwell · 6 years ago
  23. b8baa93 Remove unnecessary warning options by Justin Chadwell · 6 years ago
  24. 9ab81b5 Refactor the warning flags by Justin Chadwell · 6 years ago
  25. 2ee6b2b Update TF-A version to 2.2 by Deepika Bhavnani · 6 years ago
  26. c97cba4 Fix the CAS spinlock implementation by Soby Mathew · 6 years ago
  27. c428fba Merge changes from topic "jc/rsa-pkcs" into integration by Soby Mathew · 6 years ago
  28. aacff74 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · 6 years ago
  29. b90f207 Invalidate dcache build option for bl2 entry at EL3 by Hadi Asyrafi · 6 years ago
  30. 91624b7 Merge changes from topic "jc/mte_enable" into integration by Soby Mathew · 6 years ago
  31. 1f46197 Add UBSAN support and handlers by Justin Chadwell · 6 years ago
  32. 9dd9438 Enable MTE support in both secure and non-secure worlds by Justin Chadwell · 6 years ago
  33. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  34. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  35. d0d0f17 Merge changes from topic "jc/shift-overflow" into integration by Soby Mathew · 6 years ago
  36. 93c690e Enable -Wshift-overflow=2 to check for undefined shift behavior by Justin Chadwell · 6 years ago
  37. bd97f83 Remove references to old project name from common files by John Tsichritzis · 6 years ago
  38. 5b6ebee Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · 6 years ago
  39. 0f95565 Merge "Introduce BTI support in ROMLIB" into integration by John Tsichritzis · 6 years ago
  40. 5a40810 Merge "Beautify "make help"" into integration by Paul Beesley · 6 years ago
  41. bac571a Merge "Makefile: Add default warning flags" into integration by Paul Beesley · 6 years ago
  42. 9fc5963 Add support for Branch Target Identification by Alexei Fedorov · 6 years ago
  43. 0029657 Makefile: Add default warning flags by Ambroise Vincent · 6 years ago
  44. bbb24f6 Introduce BTI support in ROMLIB by John Tsichritzis · 6 years ago
  45. 7c23126 Beautify "make help" by John Tsichritzis · 6 years ago
  46. 1ef3551 doc: Make checkpatch ignore rst files by Paul Beesley · 6 years ago
  47. dfc66a1 Add Makefile check for PAuth and AArch64 by John Tsichritzis · 6 years ago
  48. 6e756f6 Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · 6 years ago
  49. 6f8261b Update TF-A version to 2.1 by Soby Mathew · 6 years ago
  50. 06715f8 Declare PAuth for Secure world as experimental by Alexei Fedorov · 6 years ago
  51. ab15922 Merge pull request #1884 from AlexeiFedorov/af/set_march_to_arch_minor by Soby Mathew · 6 years ago
  52. 9d0ac83 Merge pull request #1880 from lmayencourt/lm/pie by Soby Mathew · 6 years ago
  53. fa6f774 Allow setting compiler's target architecture by Alexei Fedorov · 6 years ago
  54. 80e1989 Makefile: fix linking with pie and binutils > 2.27 by Louis Mayencourt · 6 years ago
  55. 02a76d5 Add the possibility to pass options for checkpatch by Yann Gautier · 6 years ago
  56. a4acc7f Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · 6 years ago
  57. c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 6 years ago
  58. b86048c Add support for pointer authentication by Antonio Nino Diaz · 6 years ago
  59. 5283962 Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · 6 years ago
  60. 77f1f7a Introduce build option to override libc by Varun Wadekar · 6 years ago
  61. 0709055 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  62. 7e94a69 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · 6 years ago
  63. 8855e52 SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · 6 years ago
  64. 99d5575 Remove reference to DISABLE_PEDANTIC by Antonio Nino Diaz · 6 years ago
  65. 5c3bda7 Remove ASM_ASSERTION check in Makefile by Antonio Nino Diaz · 7 years ago
  66. 09d40e0 Sanitise includes across codebase by Antonio Nino Diaz · 7 years ago
  67. f5478de Reorganize architecture-dependent header files by Antonio Nino Diaz · 7 years ago
  68. e475ba2 Merge pull request #1725 from Yann-lms/clang_aarch32 by Antonio Niño Díaz · 7 years ago
  69. 85686f1 Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc by Antonio Niño Díaz · 7 years ago
  70. 8b9a0de romlib: Add platform specific jump table list by Sathees Balya · 7 years ago
  71. e2bfec0 clang: 32 bit compilation should include march32-directive by Yann Gautier · 7 years ago
  72. fd18a8f build: find "armclang" string in the 'CC' variable by Varun Wadekar · 7 years ago
  73. c094008 Merge pull request #1708 from Yann-lms/warnings by Soby Mathew · 7 years ago
  74. 26010da SPM: sptool: Introduce tool to package SP and RD by Antonio Nino Diaz · 7 years ago
  75. 6336b07 Makefile: add a possibility to disable -Werror by Yann Gautier · 7 years ago
  76. e7c645b Add the possibility to compile TF-A with more warnings by Yann Gautier · 7 years ago
  77. 2d7b9e5 SPM: Deprecate the current implementation by Antonio Nino Diaz · 7 years ago
  78. 91b48c9 drivers/console: Reimplement MUTLI_CONSOLE_API framework in C by Julius Werner · 7 years ago
  79. 985ee0b drivers/console: Link console framework code by default by Julius Werner · 7 years ago
  80. 9c6d1c5 backtrace: Extract rules from root Makefile by Antonio Nino Diaz · 7 years ago
  81. 3bd17c0 Basic Makefile changes for PIE by Soby Mathew · 7 years ago
  82. b5a0f4b Makefile: Fix verbose builds on Windows by Antonio Nino Diaz · 7 years ago
  83. ee1ba6d Makefile: Support totally quiet output with -s by Andre Przywara · 7 years ago
  84. 68e0fca Merge pull request #1610 from sandrine-bailleux-arm/sb/fix-makefile by Dimitris Papastamos · 7 years ago
  85. 200006d Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · 7 years ago
  86. 44a8738 Remove incorrect tabulation in Makefile by Sandrine Bailleux · 7 years ago
  87. 1dcc28c Introduce RECLAIM_INIT_CODE build flag by Daniel Boulby · 7 years ago
  88. 84568b9 Merge pull request #1599 from soby-mathew/sm/update_v2.0 by Soby Mathew · 7 years ago
  89. 1a0f112 Update the version to 2.0 by Soby Mathew · 7 years ago
  90. f9ed3cb gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · 7 years ago
  91. ed51b51 Remove build option LOAD_IMAGE_V2 by Roberto Vargas · 7 years ago
  92. 871de53 PSCI: Remove platform compatibility layer by Roberto Vargas · 7 years ago
  93. 09d2be1 console: Port Multi Console driver to AArch32 by Daniel Boulby · 7 years ago
  94. 1971f9d Update release minor version string by Sathees Balya · 7 years ago
  95. 0c62883 backtrace: Introduce backtrace function by Douglas Raillard · 7 years ago
  96. 8fd9d4d Allow manually setting the AArch32 instruction set by Antonio Nino Diaz · 7 years ago
  97. 8422a84 libc: armclang: Implement compiler printf symbols by Antonio Nino Diaz · 7 years ago
  98. 870ce3d libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · 7 years ago
  99. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 7 years ago
  100. 5accce5 Add support for romlib in the build system by Roberto Vargas · 7 years ago