1. ad04201 Fix the CAS spinlock implementation by Soby Mathew · Wed Sep 25 14:03:41 2019 +0100
  2. 6cab520 Merge changes from topic "jc/rsa-pkcs" into integration by Soby Mathew · Fri Sep 13 12:00:59 2019 +0000
  3. f9b32c1 Support larger RSA key sizes when using MBEDTLS by Justin Chadwell · Mon Jul 29 17:13:10 2019 +0100
  4. 461f8f4 Invalidate dcache build option for bl2 entry at EL3 by Hadi Asyrafi · Tue Aug 20 15:33:27 2019 +0800
  5. c235b12 Merge changes from topic "jc/mte_enable" into integration by Soby Mathew · Thu Sep 12 12:31:22 2019 +0000
  6. 83e0488 Add UBSAN support and handlers by Justin Chadwell · Tue Aug 20 11:01:52 2019 +0100
  7. 1c7c13a Enable MTE support in both secure and non-secure worlds by Justin Chadwell · Thu Jul 18 14:25:33 2019 +0100
  8. 8e0ef0f Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · Tue Jul 09 14:02:43 2019 -0700
  9. 53456fc Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · Tue Jul 09 13:49:11 2019 -0700
  10. c81e4f1 Merge changes from topic "jc/shift-overflow" into integration by Soby Mathew · Tue Jul 16 10:11:27 2019 +0000
  11. 7a91423 Enable -Wshift-overflow=2 to check for undefined shift behavior by Justin Chadwell · Wed Jul 03 14:15:56 2019 +0100
  12. 63801cd Remove references to old project name from common files by John Tsichritzis · Fri Jul 05 14:22:12 2019 +0100
  13. 55828d5 Remove MULTI_CONSOLE_API flag and references to it by Ambroise Vincent · Thu Apr 04 09:13:28 2019 +0100
  14. c23d78c Merge "Introduce BTI support in ROMLIB" into integration by John Tsichritzis · Thu Jun 06 10:26:10 2019 +0000
  15. 48af3dc Merge "Beautify "make help"" into integration by Paul Beesley · Wed May 29 09:35:04 2019 +0000
  16. 4a62f1b Merge "Makefile: Add default warning flags" into integration by Paul Beesley · Wed May 29 09:31:41 2019 +0000
  17. 90f2e88 Add support for Branch Target Identification by Alexei Fedorov · Fri May 24 12:17:09 2019 +0100
  18. 067e4d9 Makefile: Add default warning flags by Ambroise Vincent · Fri May 24 12:47:43 2019 +0100
  19. f6ea99b Introduce BTI support in ROMLIB by John Tsichritzis · Tue May 21 15:47:37 2019 +0100
  20. 0c4dded Beautify "make help" by John Tsichritzis · Tue May 21 15:57:31 2019 +0100
  21. adfab5b doc: Make checkpatch ignore rst files by Paul Beesley · Thu Mar 07 16:42:31 2019 +0000
  22. 1d93c35 Add Makefile check for PAuth and AArch64 by John Tsichritzis · Tue May 07 14:09:09 2019 +0100
  23. ffbf32a Makefile: remove extra include paths in INCLUDES by Ambroise Vincent · Thu Mar 28 09:01:18 2019 +0000
  24. 1ca2276 Update TF-A version to 2.1 by Soby Mathew · Tue Mar 26 15:51:59 2019 +0000
  25. 2831d58 Declare PAuth for Secure world as experimental by Alexei Fedorov · Wed Mar 13 11:05:07 2019 +0000
  26. e45161e Merge pull request #1884 from AlexeiFedorov/af/set_march_to_arch_minor by Soby Mathew · Wed Mar 13 15:36:58 2019 +0000
  27. 7428f9b Merge pull request #1880 from lmayencourt/lm/pie by Soby Mathew · Wed Mar 13 15:33:13 2019 +0000
  28. b567e5d Allow setting compiler's target architecture by Alexei Fedorov · Mon Mar 11 16:51:47 2019 +0000
  29. 9f1150c Makefile: fix linking with pie and binutils > 2.27 by Louis Mayencourt · Tue Mar 05 17:08:46 2019 +0000
  30. 0c26a2a Add the possibility to pass options for checkpatch by Yann Gautier · Fri Mar 08 15:44:00 2019 +0100
  31. fb6f2fc Merge pull request #1751 from vwadekar/tegra-scatter-file-support by Antonio Niño Díaz · Fri Mar 01 11:23:58 2019 +0000
  32. 4d034c5 Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · Fri Jan 11 14:47:48 2019 -0800
  33. 25cda67 Add support for pointer authentication by Antonio Nino Diaz · Tue Feb 19 11:53:51 2019 +0000
  34. 594811b Add ARMv8.3-PAuth registers to CPU context by Antonio Nino Diaz · Thu Jan 31 11:58:00 2019 +0000
  35. 3f9002c Introduce build option to override libc by Varun Wadekar · Thu Jan 31 09:22:30 2019 -0800
  36. 0e402d3 Remove support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · Wed Jan 30 16:01:49 2019 +0000
  37. e6c5a23 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · Mon Jan 21 14:50:10 2019 +0000
  38. cbccdbf SPM: Rename SPM_DEPRECATED flag to SPM_MM by Antonio Nino Diaz · Mon Jan 21 11:53:29 2019 +0000
  39. 476d3cd Remove reference to DISABLE_PEDANTIC by Antonio Nino Diaz · Mon Jan 21 11:53:41 2019 +0000
  40. f402550 Remove ASM_ASSERTION check in Makefile by Antonio Nino Diaz · Fri Jan 04 14:05:26 2019 +0000
  41. e0f9063 Sanitise includes across codebase by Antonio Nino Diaz · Fri Dec 14 00:18:21 2018 +0000
  42. 8d1ade6 Reorganize architecture-dependent header files by Antonio Nino Diaz · Mon Dec 17 17:20:57 2018 +0000
  43. 73c951e Merge pull request #1725 from Yann-lms/clang_aarch32 by Antonio Niño Díaz · Wed Dec 19 13:43:17 2018 +0100
  44. c221701 Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc by Antonio Niño Díaz · Tue Dec 18 15:22:49 2018 +0100
  45. d6839ef romlib: Add platform specific jump table list by Sathees Balya · Wed Oct 31 14:05:08 2018 +0000
  46. 60af71c clang: 32 bit compilation should include march32-directive by Yann Gautier · Tue Dec 18 10:46:34 2018 +0100
  47. dbbca2f build: find "armclang" string in the 'CC' variable by Varun Wadekar · Wed Dec 12 15:22:27 2018 -0800
  48. e4f1f87 Merge pull request #1708 from Yann-lms/warnings by Soby Mathew · Wed Dec 12 15:54:47 2018 +0000
  49. a830a4d SPM: sptool: Introduce tool to package SP and RD by Antonio Nino Diaz · Tue Nov 27 14:58:04 2018 +0000
  50. 957c353 Makefile: add a possibility to disable -Werror by Yann Gautier · Mon Dec 10 18:08:53 2018 +0100
  51. 82b2f8c Add the possibility to compile TF-A with more warnings by Yann Gautier · Mon Dec 10 18:00:26 2018 +0100
  52. 8cd7ea3 SPM: Deprecate the current implementation by Antonio Nino Diaz · Tue Oct 30 11:08:08 2018 +0000
  53. 03020da drivers/console: Reimplement MUTLI_CONSOLE_API framework in C by Julius Werner · Tue Nov 27 22:10:56 2018 -0800
  54. 6b88b65 drivers/console: Link console framework code by default by Julius Werner · Tue Nov 27 17:50:28 2018 -0800
  55. c3a2cf2 backtrace: Extract rules from root Makefile by Antonio Nino Diaz · Mon Nov 19 11:48:30 2018 +0000
  56. 078f1a4 Basic Makefile changes for PIE by Soby Mathew · Tue Aug 28 11:13:55 2018 +0100
  57. ffd122b Makefile: Fix verbose builds on Windows by Antonio Nino Diaz · Fri Oct 19 15:44:30 2018 +0100
  58. cf2bb08 Makefile: Support totally quiet output with -s by Andre Przywara · Thu Sep 27 10:56:05 2018 +0100
  59. 0963c4d Merge pull request #1610 from sandrine-bailleux-arm/sb/fix-makefile by Dimitris Papastamos · Thu Oct 04 16:45:40 2018 +0100
  60. 4764b9e Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console by Dimitris Papastamos · Thu Oct 04 16:43:39 2018 +0100
  61. 247e339 Remove incorrect tabulation in Makefile by Sandrine Bailleux · Wed Oct 03 14:56:38 2018 +0200
  62. 468f0d7 Introduce RECLAIM_INIT_CODE build flag by Daniel Boulby · Tue Sep 18 11:45:51 2018 +0100
  63. 4fc70c5 Merge pull request #1599 from soby-mathew/sm/update_v2.0 by Soby Mathew · Tue Oct 02 13:47:44 2018 +0100
  64. d42eaee Update the version to 2.0 by Soby Mathew · Mon Oct 01 16:16:34 2018 +0100
  65. 29b9f5b gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · Mon Sep 24 17:23:24 2018 +0100
  66. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · Mon Sep 24 17:20:48 2018 +0100
  67. 9ef94a9 PSCI: Remove platform compatibility layer by Roberto Vargas · Mon Sep 24 17:14:46 2018 +0100
  68. ec24928 console: Port Multi Console driver to AArch32 by Daniel Boulby · Wed Sep 19 13:55:47 2018 +0100
  69. c67db36 Update release minor version string by Sathees Balya · Fri Sep 21 10:41:13 2018 +0100
  70. 7741463 backtrace: Introduce backtrace function by Douglas Raillard · Tue Aug 21 12:54:45 2018 +0100
  71. 80914a8 Allow manually setting the AArch32 instruction set by Antonio Nino Diaz · Wed Aug 08 16:28:43 2018 +0100
  72. eea20fc libc: armclang: Implement compiler printf symbols by Antonio Nino Diaz · Thu Aug 16 15:42:44 2018 +0100
  73. c0c8eb6 libc: Move tf_printf and tf_snprintf to libc by Antonio Nino Diaz · Wed Aug 15 17:02:28 2018 +0100
  74. 2da918c AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · Tue Jul 31 16:13:33 2018 +0100
  75. e92111a Add support for romlib in the build system by Roberto Vargas · Tue May 22 16:05:42 2018 +0100
  76. d51207e Don't include mbebtls include paths in INCLUDES by Roberto Vargas · Mon Jun 04 15:15:04 2018 +0100
  77. 0f8f985 Create a library file for libc by Roberto Vargas · Tue May 08 10:27:10 2018 +0100
  78. 21360f3 Add make macros to build library archives by Roberto Vargas · Tue May 08 10:27:10 2018 +0100
  79. 48df32d Use clang as preprocessor when clang toolchain is selected by Roberto Vargas · Thu May 10 13:38:19 2018 +0100
  80. 69a01e7 Use clang assembler when clang compiler is used by Roberto Vargas · Mon Apr 16 11:29:45 2018 +0100
  81. 1fd0d1b Allow overriding the linker by Roberto Vargas · Fri Apr 13 14:26:47 2018 +0100
  82. 1aa72ec AArch32: Force compiler to align memory accesses by Sandrine Bailleux · Tue Jul 03 09:14:45 2018 +0200
  83. 2cf1dbc Build: add cpp build processing for dtb by Yann Gautier · Mon Jun 18 16:00:23 2018 +0200
  84. 9fe8804 Allow disabling authentication dynamically by Soby Mathew · Mon Mar 26 12:43:37 2018 +0100
  85. 497f357 Merge pull request #1373 from jeenu-arm/ras-support by Dimitris Papastamos · Tue May 15 15:34:20 2018 +0100
  86. f00da74 RAS: Add fault injection support by Jeenu Viswambharan · Fri Dec 08 12:13:51 2017 +0000
  87. 9a7ce2f AArch64: Introduce RAS handling by Jeenu Viswambharan · Wed Apr 04 16:07:11 2018 +0100
  88. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · Thu Nov 30 12:54:15 2017 +0000
  89. aabf147 Merge pull request #1367 from robertovargas-arm/ndebug by danh-arm · Thu May 03 16:46:44 2018 +0100
  90. 08178eb Remove the unused macro NDEBUG by Roberto Vargas · Fri Dec 15 15:28:50 2017 +0000
  91. 35c8cfc Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · Mon Apr 23 15:43:29 2018 +0100
  92. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · Wed Mar 21 07:20:09 2018 +0000
  93. fa8f0f4 SPM: Assert value of `ENABLE_SPM` build flag by Antonio Nino Diaz · Mon Mar 26 15:57:17 2018 +0100
  94. 3f190db Merge pull request #1324 from michpappas/tf-issues#567Platforms_cannot_override_ENABLE_STACK_PROTECTOR by Dimitris Papastamos · Thu Mar 22 14:47:15 2018 +0000
  95. 0f223c5 Platforms cannot override ENABLE_STACK_PROTECTOR by Michalis Pappas · Tue Mar 20 13:01:27 2018 +0800
  96. 3bf056a Release v1.5: Update minor version number to 5 by David Cunado · Mon Mar 12 09:56:56 2018 +0000
  97. 6fa89a2 Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · Tue Feb 27 16:03:58 2018 +0000
  98. 0571270 Fix MISRA rule 8.4 in common code by Roberto Vargas · Mon Feb 12 12:36:17 2018 +0000
  99. ab4181d Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · Thu Dec 14 17:44:56 2017 +0000
  100. 2f38ce3 Add image_id to bl1_plat_handle_post/pre_image_load() by Soby Mathew · Thu Feb 08 17:45:12 2018 +0000