1. 8fd9d4d Allow manually setting the AArch32 instruction set by Antonio Nino Diaz · 6 years ago
  2. 5f83591 AArch64: Enable MPAM for lower ELs by Jeenu Viswambharan · 6 years ago
  3. 5accce5 Add support for romlib in the build system by Roberto Vargas · 6 years ago
  4. 5fee028 Add make macros to build library archives by Roberto Vargas · 6 years ago
  5. 23e0fe5 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · 6 years ago
  6. 01d237c Build: add cpp build processing for dtb by Yann Gautier · 6 years ago
  7. 209a60c Allow disabling authentication dynamically by Soby Mathew · 6 years ago
  8. 1a7c1cf RAS: Add fault injection support by Jeenu Viswambharan · 7 years ago
  9. 14c6016 AArch64: Introduce RAS handling by Jeenu Viswambharan · 6 years ago
  10. 76454ab AArch64: Introduce External Abort handling by Jeenu Viswambharan · 7 years ago
  11. 2f37046 Add support for the SMC Calling Convention 2.0 by Antonio Nino Diaz · 6 years ago
  12. 7d173fc Add support for BL2 in XIP memory by Jiafei Pan · 6 years ago
  13. ff48086 Merge pull request #1293 from swarren/issue-551-followup by davidcunado-arm · 6 years ago
  14. 7d9ee7e Change PLATFORM_ROOT to TF_PLATFORM_ROOT by Heyi Guo · 6 years ago
  15. 6bc1a30 Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  16. bc1a03c Improve MULTI_CONSOLE_API deprecation warnings by Dan Handley · 6 years ago
  17. a574bfb Revert "Make all build results depend on all makefiles" by Dimitris Papastamos · 6 years ago
  18. 38c14d8 Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 7 years ago
  19. c6f651f Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  20. 14db890 Build: add GZIP compression filter by Masahiro Yamada · 6 years ago
  21. 2da522b Build: support pre-tool image processing by Masahiro Yamada · 6 years ago
  22. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  23. 36af345 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · 6 years ago
  24. 91704d9 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · 6 years ago
  25. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  26. 10cea93 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · 6 years ago
  27. f30ee0b Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · 6 years ago
  28. 945b316 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · 6 years ago
  29. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 6 years ago
  30. 34ec849 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · 6 years ago
  31. 802d2dd Build: check if specified external image exists by Masahiro Yamada · 6 years ago
  32. 040f1e6 Merge pull request #1193 from jwerner-chromium/JW_coreboot by davidcunado-arm · 6 years ago
  33. 3429c77 Add platform-independent coreboot support library by Julius Werner · 7 years ago
  34. 0d3a27e Merge pull request #1200 from robertovargas-arm/bl2-el3 by davidcunado-arm · 6 years ago
  35. c9b31ae bl2-el3: Don't include BL2 in fip for BL2 at EL3 by Roberto Vargas · 7 years ago
  36. b1d27b4 bl2-el3: Add BL2_EL3 image by Roberto Vargas · 7 years ago
  37. 87ebd20 Build: specify check_* targets as .PHONY by Masahiro Yamada · 7 years ago
  38. 1e0c078 Build: update comment lines for macros by Masahiro Yamada · 7 years ago
  39. 842c00e Merge pull request #1104 from nmenon/dtb_build-v2 by davidcunado-arm · 7 years ago
  40. 9536bae Add new function-pointer-based console API by Julius Werner · 7 years ago
  41. 211d307 Merge pull request #1178 from davidcunado-arm/dc/enable_sve by davidcunado-arm · 7 years ago
  42. a852ec4 Merge pull request #1168 from matt2048/master by davidcunado-arm · 7 years ago
  43. 1a85337 Enable SVE for Non-secure world by David Cunado · 7 years ago
  44. 5744e87 ARM platforms: Fixup AArch32 builds by Soby Mathew · 7 years ago
  45. 0319a97 Implement support for the Activity Monitor Unit on Cortex A75 by Dimitris Papastamos · 7 years ago
  46. 71f8a6a Merge pull request #1145 from etienne-lms/rfc-armv7-2 by davidcunado-arm · 7 years ago
  47. 5f70d8d Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONS by Matt Ma · 7 years ago
  48. e2ff5ef Merge pull request #1165 from geesun/qx/support-sha512 by davidcunado-arm · 7 years ago
  49. 9a3088a tbbr: Add build flag HASH_ALG to let the user to select the SHA by Qixiang Xu · 7 years ago
  50. c776dee Change Statistical Profiling Extensions build option handling by Dimitris Papastamos · 7 years ago
  51. b7cb133 BL31: Add SDEI dispatcher by Jeenu Viswambharan · 7 years ago
  52. 21b818c BL31: Introduce Exception Handling Framework by Jeenu Viswambharan · 7 years ago
  53. 9500d5a Merge pull request #1148 from antonio-nino-diaz-arm/an/spm by davidcunado-arm · 7 years ago
  54. 2fccb22 SPM: Introduce Secure Partition Manager by Antonio Nino Diaz · 7 years ago
  55. 86e2683 ARMv7 may not support Generic Timer Extension by Etienne Carriere · 7 years ago
  56. 64cc6e9 ARMv7 may not support Virtualization Extensions by Etienne Carriere · 7 years ago
  57. 51b992e ARMv7 may not support large page addressing by Etienne Carriere · 7 years ago
  58. 26e63c4 ARMv7 target is driven by ARM_ARCH_MAJOR==7 by Etienne Carriere · 7 years ago
  59. 8012cc5 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  60. 74dce7f GIC: Add APIs to set interrupt type and query support by Jeenu Viswambharan · 7 years ago
  61. 03b397a Makefile: Add ability to build dtb by Nishanth Menon · 8 years ago
  62. 2091755 Export KEY_ALG as a user build option by Soby Mathew · 7 years ago
  63. 1a52aca Merge pull request #1040 from sliai/support-opteed-header by danh-arm · 7 years ago
  64. 71fb396 Support Trusted OS firmware extra images in TF tools by Summer Qin · 7 years ago
  65. e33fd44 CCI: Adapt for specific product at run time by Jeenu Viswambharan · 7 years ago
  66. 048531d Add support to link an external lib with ARM TF by Soby Mathew · 7 years ago
  67. c2b8806 Introduce TF_LDFLAGS by Douglas Raillard · 7 years ago
  68. d832aee aarch64: Enable Statistical Profiling Extensions for lower ELs by dp-arm · 7 years ago
  69. 79eb1af Remove `DISABLE_PEDANTIC` build option by Antonio Nino Diaz · 7 years ago
  70. e715e67 Merge pull request #938 from masahir0y/tools_share by danh-arm · 7 years ago
  71. bb41eb7 cert: move platform_oid.h to include/tools_share for all platforms by Masahiro Yamada · 7 years ago
  72. be4cd40 Build: fix assert_boolean implementation by Masahiro Yamada · 7 years ago
  73. a440900 AArch32: Add `TRUSTED_BOARD_BOOT` support by dp-arm · 7 years ago
  74. 172138b Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 7 years ago
  75. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  76. 052ab52 Build: Correct Unix specific echo commands by Evan Lloyd · 7 years ago
  77. 6ba7d27 Build: Fix parallel build by Evan Lloyd · 7 years ago
  78. bcc3c49 PSCI: Build option to enable D-Caches early in warmboot by Soby Mathew · 7 years ago
  79. 51faada Add support for GCC stack protection by Douglas Raillard · 7 years ago
  80. 3c251af build: Define build option for hardware-assisted coherency by Jeenu Viswambharan · 8 years ago
  81. c877b41 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 7 years ago
  82. 1c75d5d fiptool: support --align option to add desired alignment to image offset by Masahiro Yamada · 8 years ago
  83. d014ea6 Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 7 years ago
  84. a6ca788 Build: Fix parallel building by Masahiro Yamada · 7 years ago
  85. 1d274ab Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · 8 years ago
  86. 710ea1d Build: generate .d file at the same time as object is created by Masahiro Yamada · 8 years ago
  87. 59de509 Build: use CPP just for pre-processing by Masahiro Yamada · 8 years ago
  88. f2e1d57 Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 8 years ago
  89. ede939f Fix incorrect copyright notices by Antonio Nino Diaz · 8 years ago
  90. 2fae4b1 build: Reorder build variables alphabetically by Jeenu Viswambharan · 8 years ago
  91. 819281e Replace fip_create with fiptool by dp-arm · 8 years ago
  92. 6f511c4 Merge pull request #651 from Xilinx/zynqmp_uart by danh-arm · 8 years ago
  93. 8eadeb4 build_macros: Add 'add_define_val' macro by Soren Brinkmann · 8 years ago
  94. 403973c Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  95. 91e8ae6 Merge pull request #578 from EvanLloyd/ejll/woa_make2 by danh-arm · 8 years ago
  96. 414ab85 Make:Improve version string generation portability by Evan Lloyd · 9 years ago
  97. 51b2770 Make:Improve directory generation portability. by Evan Lloyd · 9 years ago
  98. 42a45b5 Make:Allow for extension in tool names. by Evan Lloyd · 9 years ago
  99. e7f54db Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  100. 1670d9d Make:Diagnostic fail if no eval by Evan Lloyd · 9 years ago