1. f5ec500 romlib: Allow patching of romlib functions by Sathees Balya · 6 years ago
  2. cf2bb08 Makefile: Support totally quiet output with -s by Andre Przywara · 6 years ago
  3. 488e289 Merge pull request #1595 from Yann-lms/dts_dep by Soby Mathew · 6 years ago
  4. 2f5de9d Set the IMAGE_BLx flag for the linker preprocessor by Daniel Boulby · 6 years ago
  5. f383180 MAKE_DTB: dependencies on device tree source files by Yann Gautier · 6 years ago
  6. e92111a Add support for romlib in the build system by Roberto Vargas · 6 years ago
  7. 21360f3 Add make macros to build library archives by Roberto Vargas · 6 years ago
  8. 4815a85 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · 6 years ago
  9. 2cf1dbc Build: add cpp build processing for dtb by Yann Gautier · 6 years ago
  10. c4d562a Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  11. f3d4f95 Revert "Make all build results depend on all makefiles" by Dimitris Papastamos · 6 years ago
  12. ab4181d Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 7 years ago
  13. ca7a680 Make all build results depend on all makefiles by Stephen Warren · 6 years ago
  14. eff36a9 Build: add GZIP compression filter by Masahiro Yamada · 6 years ago
  15. bfb64ac Build: support pre-tool image processing by Masahiro Yamada · 6 years ago
  16. 9c5ca52 Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 6 years ago
  17. 5c3ae33 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · 6 years ago
  18. 5ebfda3 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · 6 years ago
  19. 4d15680 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 6 years ago
  20. 6c2b459 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · 6 years ago
  21. ec154ad Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · 6 years ago
  22. 714a692 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · 6 years ago
  23. cd7711d Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 6 years ago
  24. babbf20 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · 6 years ago
  25. c751705 Build: check if specified external image exists by Masahiro Yamada · 6 years ago
  26. 9dff156 Build: specify check_* targets as .PHONY by Masahiro Yamada · 7 years ago
  27. c85deee Build: update comment lines for macros by Masahiro Yamada · 7 years ago
  28. c50d376 Merge pull request #1104 from nmenon/dtb_build-v2 by davidcunado-arm · 7 years ago
  29. e2395b4 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 7 years ago
  30. 4ac02ba Makefile: Add ability to build dtb by Nishanth Menon · 8 years ago
  31. 07a667d Add support to link an external lib with ARM TF by Soby Mathew · 7 years ago
  32. d0c8273 Introduce TF_LDFLAGS by Douglas Raillard · 7 years ago
  33. 1ab9e92 Build: fix assert_boolean implementation by Masahiro Yamada · 7 years ago
  34. 6377a4f Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 7 years ago
  35. fa3cf0b Use SPDX license identifiers by dp-arm · 7 years ago
  36. 1c5f360 Build: Correct Unix specific echo commands by Evan Lloyd · 7 years ago
  37. 4c3055f Build: Fix parallel build by Evan Lloyd · 7 years ago
  38. fca7680 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 7 years ago
  39. 823482b Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 7 years ago
  40. 4abe923 Build: Fix parallel building by Masahiro Yamada · 7 years ago
  41. e487bb6 Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · 8 years ago
  42. 56c53f6 Build: generate .d file at the same time as object is created by Masahiro Yamada · 8 years ago
  43. 0dec9fa Build: use CPP just for pre-processing by Masahiro Yamada · 8 years ago
  44. 49071ae Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 8 years ago
  45. 4972ec5 Replace fip_create with fiptool by dp-arm · 8 years ago
  46. e4862e2 Merge pull request #651 from Xilinx/zynqmp_uart by danh-arm · 8 years ago
  47. 9efe657 build_macros: Add 'add_define_val' macro by Soren Brinkmann · 8 years ago
  48. f5fdbcc Give user's compiler flags precedence over default ones by Sandrine Bailleux · 8 years ago
  49. cf6e9d4 Make:Improve version string generation portability by Evan Lloyd · 9 years ago
  50. 93d3b70 Make:Improve directory generation portability. by Evan Lloyd · 9 years ago
  51. a71d259 Make:Use environment variables for OS detection. by Evan Lloyd · 9 years ago
  52. 870a18c Make:Diagnostic fail if no eval by Evan Lloyd · 9 years ago
  53. f269714 Make:Remove calls to shell from makefiles. by Evan Lloyd · 9 years ago
  54. 8a10e34 build system: allow overriding the build's timestamp by Patrick Georgi · 8 years ago
  55. 8e04dec Apply TBBR naming convention to the fip_create options by Juan Castillo · 8 years ago
  56. a72b647 Replace all SCP FW (BL0, BL3-0) references by Juan Castillo · 9 years ago
  57. d1a9343 FWU: Add support for `fwu_fip` target by Yatharth Kochar · 9 years ago
  58. b1c2fe0 FWU: Add Generic BL2U FWU image support in BL2 by Yatharth Kochar · 9 years ago
  59. 115352c Add uppercase macro to build_macros.mk by Yatharth Kochar · 9 years ago
  60. 396644b Make: fix dependency files generation by Juan Castillo · 9 years ago
  61. a3487d1 Rework Makefile by Juan Castillo · 9 years ago