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