1. 1ff4071 build: Support BL-specific build flags by Jeenu Viswambharan · Thu Nov 01 10:55:55 2018 +0000
  2. 8cd7ea3 SPM: Deprecate the current implementation by Antonio Nino Diaz · Tue Oct 30 11:08:08 2018 +0000
  3. f5ec500 romlib: Allow patching of romlib functions by Sathees Balya · Thu Oct 18 19:14:21 2018 +0100
  4. 078f1a4 Basic Makefile changes for PIE by Soby Mathew · Tue Aug 28 11:13:55 2018 +0100
  5. ffd122b Makefile: Fix verbose builds on Windows by Antonio Nino Diaz · Fri Oct 19 15:44:30 2018 +0100
  6. cf2bb08 Makefile: Support totally quiet output with -s by Andre Przywara · Thu Sep 27 10:56:05 2018 +0100
  7. 488e289 Merge pull request #1595 from Yann-lms/dts_dep by Soby Mathew · Thu Oct 04 15:23:09 2018 +0100
  8. 468f0d7 Introduce RECLAIM_INIT_CODE build flag by Daniel Boulby · Tue Sep 18 11:45:51 2018 +0100
  9. 2f5de9d Set the IMAGE_BLx flag for the linker preprocessor by Daniel Boulby · Wed Sep 19 14:22:33 2018 +0100
  10. 29b9f5b gic: Remove deprecated driver and interfaces by Antonio Nino Diaz · Mon Sep 24 17:23:24 2018 +0100
  11. d8d734c tbbr: Use USE_TBBR_DEFS=1 by default by Antonio Nino Diaz · Tue Sep 25 09:41:08 2018 +0100
  12. 025946a Remove build option LOAD_IMAGE_V2 by Roberto Vargas · Mon Sep 24 17:20:48 2018 +0100
  13. f383180 MAKE_DTB: dependencies on device tree source files by Yann Gautier · Tue Sep 04 10:44:00 2018 +0200
  14. 80914a8 Allow manually setting the AArch32 instruction set by Antonio Nino Diaz · Wed Aug 08 16:28:43 2018 +0100
  15. 2da918c AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · Tue Jul 31 16:13:33 2018 +0100
  16. e92111a Add support for romlib in the build system by Roberto Vargas · Tue May 22 16:05:42 2018 +0100
  17. 21360f3 Add make macros to build library archives by Roberto Vargas · Tue May 08 10:27:10 2018 +0100
  18. 4815a85 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · Thu Jun 21 13:40:33 2018 +0300
  19. 2cf1dbc Build: add cpp build processing for dtb by Yann Gautier · Mon Jun 18 16:00:23 2018 +0200
  20. 9fe8804 Allow disabling authentication dynamically by Soby Mathew · Mon Mar 26 12:43:37 2018 +0100
  21. f00da74 RAS: Add fault injection support by Jeenu Viswambharan · Fri Dec 08 12:13:51 2017 +0000
  22. 9a7ce2f AArch64: Introduce RAS handling by Jeenu Viswambharan · Wed Apr 04 16:07:11 2018 +0100
  23. 96c7df0 AArch64: Introduce External Abort handling by Jeenu Viswambharan · Thu Nov 30 12:54:15 2017 +0000
  24. 35c8cfc Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · Mon Apr 23 15:43:29 2018 +0100
  25. 43a7bf4 Add support for BL2 in XIP memory by Jiafei Pan · Wed Mar 21 07:20:09 2018 +0000
  26. d5d26fb Merge pull request #1293 from swarren/issue-551-followup by davidcunado-arm · Wed Mar 21 20:11:19 2018 +0000
  27. 335433a Change PLATFORM_ROOT to TF_PLATFORM_ROOT by Heyi Guo · Thu Mar 01 18:57:58 2018 +0800
  28. c4d562a Make all build results depend on all makefiles by Stephen Warren · Wed Feb 21 17:13:50 2018 -0700
  29. 6fa89a2 Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · Tue Feb 27 16:03:58 2018 +0000
  30. f3d4f95 Revert "Make all build results depend on all makefiles" by Dimitris Papastamos · Wed Feb 28 15:09:25 2018 +0000
  31. ab4181d Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · Thu Dec 14 17:44:56 2017 +0000
  32. ca7a680 Make all build results depend on all makefiles by Stephen Warren · Wed Feb 21 17:13:50 2018 -0700
  33. eff36a9 Build: add GZIP compression filter by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  34. bfb64ac Build: support pre-tool image processing by Masahiro Yamada · Thu Feb 01 16:31:09 2018 +0900
  35. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  36. 5c3ae33 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  37. 5ebfda3 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  38. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  39. 6c2b459 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  40. ec154ad Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  41. 714a692 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  42. cd7711d Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  43. babbf20 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  44. c751705 Build: check if specified external image exists by Masahiro Yamada · Fri Jan 26 11:42:01 2018 +0900
  45. d79d40d Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · Wed Jan 24 14:31:53 2018 +0000
  46. b624ae0 Add platform-independent coreboot support library by Julius Werner · Fri Jun 09 15:17:15 2017 -0700
  47. b5d1f8e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · Fri Jan 19 13:40:12 2018 +0000
  48. 53c052b bl2-el3: Don't include BL2 in fip for BL2 at EL3 by Roberto Vargas · Tue Jan 02 11:23:41 2018 +0000
  49. e0e9946 bl2-el3: Add BL2_EL3 image by Roberto Vargas · Mon Oct 30 14:43:43 2017 +0000
  50. 9dff156 Build: specify check_* targets as .PHONY by Masahiro Yamada · Sun Dec 24 13:08:00 2017 +0900
  51. c85deee Build: update comment lines for macros by Masahiro Yamada · Sat Dec 23 23:56:18 2017 +0900
  52. c50d376 Merge pull request #1104 from nmenon/dtb_build-v2 by davidcunado-arm · Thu Dec 14 22:11:06 2017 +0000
  53. 94f8907 Add new function-pointer-based console API by Julius Werner · Mon Jul 31 18:15:11 2017 -0700
  54. 4213a3f Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · Mon Dec 11 12:29:47 2017 +0000
  55. 4c24bb7 Merge pull request #1168 from matt2048/master by davidcunado-arm · Mon Dec 04 22:39:40 2017 +0000
  56. ce88eee Enable SVE for Non-secure world by David Cunado · Fri Oct 20 11:30:57 2017 +0100
  57. bf16923 ARM platforms: Fixup AArch32 builds by Soby Mathew · Tue Nov 14 14:10:10 2017 +0000
  58. fcedb69 Implement support for the Activity Monitor Unit on Cortex A75 by Dimitris Papastamos · Mon Oct 16 11:40:10 2017 +0100
  59. 42ef554 Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · Thu Nov 23 23:41:24 2017 +0000
  60. 41b0094 Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONS by Matt Ma · Wed Nov 22 19:31:28 2017 +0800
  61. 797d9bb Merge pull request #1165 from geesun/qx/support-sha512 by davidcunado-arm · Wed Nov 22 22:42:12 2017 +0000
  62. 1a1f291 tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · Thu Nov 09 13:56:29 2017 +0800
  63. 9da09cd Change Statistical Profiling Extensions build option handling by Dimitris Papastamos · Fri Oct 13 15:07:45 2017 +0100
  64. 04e3a7f BL31: Add SDEI dispatcher by Jeenu Viswambharan · Mon Oct 16 08:43:14 2017 +0100
  65. 10a6727 BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · Fri Sep 22 08:32:10 2017 +0100
  66. baa1611 Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · Thu Nov 09 22:38:37 2017 +0000
  67. c41f206 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · Tue Oct 24 10:07:35 2017 +0100
  68. e259fa7 ARMv7 may not support Generic Timer Extension by Etienne Carriere · Wed Nov 08 14:41:47 2017 +0100
  69. 4cce835 ARMv7 may not support Virtualization Extensions by Etienne Carriere · Wed Nov 08 14:38:33 2017 +0100
  70. 0af78b6 ARMv7 may not support large page addressing by Etienne Carriere · Wed Nov 08 13:53:47 2017 +0100
  71. 1374fcb ARMv7 target is driven by ARM_ARCH_MAJOR==7 by Etienne Carriere · Wed Nov 08 13:48:40 2017 +0100
  72. e2395b4 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · Sat Nov 04 03:12:28 2017 +0900
  73. c06f05c GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · Fri Sep 22 08:32:09 2017 +0100
  74. 4ac02ba Makefile: Add ability to build dtb by Nishanth Menon · Fri Oct 14 01:13:57 2016 +0000
  75. 13b1605 Export KEY_ALG as a user build option by Soby Mathew · Thu Aug 31 11:49:32 2017 +0100
  76. 18d4745 Merge pull request #1040 from sliai/support-opteed-header by danh-arm · Mon Aug 14 16:35:12 2017 +0100
  77. 8072678 Support Trusted OS firmware extra images in TF tools by Summer Qin · Thu Apr 20 16:28:39 2017 +0100
  78. b36577a CCI: Adapt for specific product at run time by Jeenu Viswambharan · Wed Jul 19 17:07:00 2017 +0100
  79. 07a667d Add support to link an external lib with ARM TF by Soby Mathew · Wed May 10 11:48:04 2017 +0100
  80. d0c8273 Introduce TF_LDFLAGS by Douglas Raillard · Thu Jun 22 14:44:48 2017 +0100
  81. ee3457b aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · Tue May 23 09:32:49 2017 +0100
  82. cc6129d Remove `DISABLE_PEDANTIC` build option by Antonio Nino Diaz · Fri May 12 16:14:51 2017 +0100
  83. 4be1a61 Merge pull request #938 from masahir0y/tools_share by danh-arm · Wed May 24 14:20:20 2017 +0100
  84. a27c166 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · Mon May 22 12:11:24 2017 +0900
  85. 1ab9e92 Build: fix assert_boolean implementation by Masahiro Yamada · Tue May 23 23:45:01 2017 +0900
  86. cdd03cb AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · Wed Feb 15 11:07:55 2017 +0000
  87. 6377a4f Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · Mon May 08 23:32:52 2017 +0100
  88. fa3cf0b Use SPDX license identifiers by dp-arm · Wed May 03 09:38:09 2017 +0100
  89. 1c5f360 Build: Correct Unix specific echo commands by Evan Lloyd · Tue Apr 11 16:52:00 2017 +0100
  90. 4c3055f Build: Fix parallel build by Evan Lloyd · Fri Apr 07 16:58:57 2017 +0100
  91. 043fe9c PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · Mon Apr 10 22:35:42 2017 +0100
  92. 306593d Add support for GCC stack protection by Douglas Raillard · Fri Feb 24 18:14:15 2017 +0000
  93. a10d64e build: Define build option for hardware-assisted coherency by Jeenu Viswambharan · Wed Jan 04 13:51:42 2017 +0000
  94. fca7680 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · Mon Jan 16 16:52:35 2017 +0000
  95. 4d87eb4 fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · Sun Dec 25 13:52:22 2016 +0900
  96. 823482b Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · Thu Jan 19 19:31:00 2017 +0900
  97. 4abe923 Build: Fix parallel building by Masahiro Yamada · Thu Jan 12 10:48:22 2017 +0900
  98. e487bb6 Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · Thu Dec 22 15:23:05 2016 +0900
  99. 56c53f6 Build: generate .d file at the same time as object is created by Masahiro Yamada · Thu Dec 22 14:02:27 2016 +0900
  100. 0dec9fa Build: use CPP just for pre-processing by Masahiro Yamada · Thu Dec 22 12:51:53 2016 +0900