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