1. 848a7e8 Build: introduce per-BL CPPFLAGS and ASFLAGS by Masahiro Yamada · 4 years, 4 months ago
  2. c6ba9b4 Makefile: Add support to optionally encrypt BL31 and BL32 by Sumit Garg · 4 years, 9 months ago
  3. d7db9a6 Build: fix 'BL stage' comment for build macros by Masahiro Yamada · 4 years, 5 months ago
  4. 8c7b944 build_macros: add create sequence helper function by Vijayenthiran Subramaniam · 4 years, 6 months ago
  5. d986bae Build: support per-BL LDFLAGS by Masahiro Yamada · 4 years, 7 months ago
  6. 2d51b55 Replace dts includes with C preprocessor syntax by Balint Dobszay · 4 years, 7 months ago
  7. edbce9a Enable Link Time Optimization in GCC by zelalem-aweke · 4 years, 9 months ago
  8. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 5 years ago
  9. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 5 years ago
  10. 9e4609f build_macros: Add mechanism to prevent bin generation. by Christoph Müllner · 5 years ago
  11. c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 6 years ago
  12. 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 5 years ago
  13. 7e94a69 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · 6 years ago
  14. 3661f16 build: Support BL-specific build flags by Jeenu Viswambharan · 6 years ago
  15. 6baf85b romlib: Allow patching of romlib functions by Sathees Balya · 6 years ago
  16. ee1ba6d Makefile: Support totally quiet output with -s by Andre Przywara · 6 years ago
  17. 756fac6 Merge pull request #1595 from Yann-lms/dts_dep by Soby Mathew · 6 years ago
  18. 1a4b46d Set the IMAGE_BLx flag for the linker preprocessor by Daniel Boulby · 6 years ago
  19. 077b3e9 MAKE_DTB: dependencies on device tree source files by Yann Gautier · 6 years ago
  20. 5accce5 Add support for romlib in the build system by Roberto Vargas · 6 years ago
  21. 5fee028 Add make macros to build library archives by Roberto Vargas · 6 years ago
  22. 23e0fe5 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · 6 years ago
  23. 01d237c Build: add cpp build processing for dtb by Yann Gautier · 6 years ago
  24. 6bc1a30 Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  25. a574bfb Revert "Make all build results depend on all makefiles" by Dimitris Papastamos · 6 years ago
  26. 38c14d8 Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 7 years ago
  27. c6f651f Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  28. 14db890 Build: add GZIP compression filter by Masahiro Yamada · 7 years ago
  29. 2da522b Build: support pre-tool image processing by Masahiro Yamada · 7 years ago
  30. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 7 years ago
  31. 36af345 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · 7 years ago
  32. 91704d9 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · 7 years ago
  33. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 7 years ago
  34. 10cea93 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · 7 years ago
  35. f30ee0b Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · 7 years ago
  36. 945b316 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · 7 years ago
  37. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 7 years ago
  38. 34ec849 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · 7 years ago
  39. 802d2dd Build: check if specified external image exists by Masahiro Yamada · 7 years ago
  40. 87ebd20 Build: specify check_* targets as .PHONY by Masahiro Yamada · 7 years ago
  41. 1e0c078 Build: update comment lines for macros by Masahiro Yamada · 7 years ago
  42. 842c00e Merge pull request #1104 from nmenon/dtb_build-v2 by davidcunado-arm · 7 years ago
  43. 8012cc5 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  44. 03b397a Makefile: Add ability to build dtb by Nishanth Menon · 8 years ago
  45. 048531d Add support to link an external lib with ARM TF by Soby Mathew · 7 years ago
  46. c2b8806 Introduce TF_LDFLAGS by Douglas Raillard · 7 years ago
  47. be4cd40 Build: fix assert_boolean implementation by Masahiro Yamada · 7 years ago
  48. 172138b Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 7 years ago
  49. 82cb2c1 Use SPDX license identifiers by dp-arm · 7 years ago
  50. 052ab52 Build: Correct Unix specific echo commands by Evan Lloyd · 7 years ago
  51. 6ba7d27 Build: Fix parallel build by Evan Lloyd · 7 years ago
  52. c877b41 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 8 years ago
  53. d014ea6 Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 8 years ago
  54. a6ca788 Build: Fix parallel building by Masahiro Yamada · 8 years ago
  55. 1d274ab Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · 8 years ago
  56. 710ea1d Build: generate .d file at the same time as object is created by Masahiro Yamada · 8 years ago
  57. 59de509 Build: use CPP just for pre-processing by Masahiro Yamada · 8 years ago
  58. f2e1d57 Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 8 years ago
  59. 819281e Replace fip_create with fiptool by dp-arm · 8 years ago
  60. 6f511c4 Merge pull request #651 from Xilinx/zynqmp_uart by danh-arm · 8 years ago
  61. 8eadeb4 build_macros: Add 'add_define_val' macro by Soren Brinkmann · 8 years ago
  62. 403973c Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  63. 414ab85 Make:Improve version string generation portability by Evan Lloyd · 9 years ago
  64. 51b2770 Make:Improve directory generation portability. by Evan Lloyd · 9 years ago
  65. e7f54db Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  66. 1670d9d Make:Diagnostic fail if no eval by Evan Lloyd · 9 years ago
  67. 231c147 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  68. 2f5d4a4 build system: allow overriding the build's timestamp by Patrick Georgi · 9 years ago
  69. 8f0617e Apply TBBR naming convention to the fip_create options by Juan Castillo · 9 years ago
  70. f59821d Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  71. 0191262 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 9 years ago
  72. 9003fa0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  73. 5ba8f66 Add uppercase macro to build_macros.mk by Yatharth Kochar · 9 years ago
  74. 8815467 Make: fix dependency files generation by Juan Castillo · 9 years ago
  75. 73c99d4 Rework Makefile by Juan Castillo · 9 years ago