1. 2d4f264 Merge changes from topic "romlib-fixes" into integration by Manish V Badarkhe · 12 months ago
  2. d95d56b fix(romlib): wrap indirectly included functions by Jimmy Brisson · 1 year ago
  3. f4dd18c build: consolidate directory creation rules by Chris Kay · 1 year, 2 months ago
  4. 7c4e1ee build: unify verbosity handling by Chris Kay · 1 year, 3 months ago
  5. 3af4eb5 build: add string casing facilities to utilities by Chris Kay · 1 year, 2 months ago
  6. df52e26 fix(build): fix incorrectly-escaped armlink preprocessor definitions by Chris Kay · 1 year, 2 months ago
  7. 7b45352 build: separate preprocessing from DTB compilation by Chris Kay · 1 year, 5 months ago
  8. 758ccb8 build: remove `MAKE_BUILD_STRINGS` function by Chris Kay · 1 year, 5 months ago
  9. 4731c00 fix(build): wrap toolchain paths in double quotes by Chris Kay · 1 year, 4 months ago
  10. 8620bd0 build: use toolchain identifiers in conditions by Chris Kay · 1 year, 8 months ago
  11. ffb7742 build: use new toolchain variables for tools by Chris Kay · 1 year, 8 months ago
  12. 2a71f16 refactor(build): refactor mandatory options by Govindraj Raja · 1 year, 6 months ago
  13. 86e489c build: add `--no-warn-rwx-segments` when linking with GCC by Chris Kay · 1 year, 7 months ago
  14. 781cb31 build: always use the C compiler to preprocess by Chris Kay · 1 year, 7 months ago
  15. 49ba1df fix(build): add forgotten BL_LDFLAGS to lto command line by Andrey Skvortsov · 1 year, 11 months ago
  16. 430be43 fix(build): pass parameters through response files by Harrison Mutai · 1 year, 10 months ago
  17. bb22fb8 build: sort bootloader image sources by Chris Kay · 2 years, 3 months ago
  18. 1ab8c10 build: allow platform-defined flags by Chris Kay · 2 years, 3 months ago
  19. 3e29231 Merge changes from topic "assert_boolean_set" into integration by Manish Pandey · 2 years, 3 months ago
  20. dea23e2 fix(build): allow lower address access with gcc-12 by Govindraj Raja · 2 years, 3 months ago
  21. 1369fb8 build!: check boolean flags are not empty by Yann Gautier · 2 years, 3 months ago
  22. a123cb1 build: allow BL-specific includes/definitions by Chris Kay · 2 years, 5 months ago
  23. e444763 refactor(cpus): shorten errata flag defines by Boyan Karatotev · 2 years, 9 months ago
  24. a5f09cf build(makefile): add helper to detect linker options by Marco Felsch · 2 years, 8 months ago
  25. 5a65fcd feat(build): allow additional CFLAGS for library build by Govindraj Raja · 2 years, 6 months ago
  26. a6ff006 build: permit multiple linker scripts by Chris Kay · 2 years, 7 months ago
  27. 8227493 build: clarify linker script generation by Chris Kay · 2 years, 7 months ago
  28. cf2dd17 refactor(security): add OpenSSL 1.x compatibility by Juan Pablo Conde · 2 years, 9 months ago
  29. dddf428 feat(bl): add interface to query TF-A semantic ver by laurenw-arm · 3 years, 1 month ago
  30. 8dccddc build(makefile): add extra makefile variable for extension by Leon Chen · 3 years, 5 months ago
  31. 434d049 refactor(makefile): remove BL prefixes in build macros by Zelalem Aweke · 4 years, 1 month ago
  32. 4727fd1 Makefile: Fix ${FIP_NAME} to be rebuilt only when needed by Pali Rohár · 4 years, 8 months ago
  33. 327131c build_macros.mk: include assert and define loop macros by Leonardo Sandoval · 5 years ago
  34. 848a7e8 Build: introduce per-BL CPPFLAGS and ASFLAGS by Masahiro Yamada · 5 years ago
  35. c6ba9b4 Makefile: Add support to optionally encrypt BL31 and BL32 by Sumit Garg · 6 years ago
  36. d7db9a6 Build: fix 'BL stage' comment for build macros by Masahiro Yamada · 5 years ago
  37. 8c7b944 build_macros: add create sequence helper function by Vijayenthiran Subramaniam · 5 years ago
  38. d986bae Build: support per-BL LDFLAGS by Masahiro Yamada · 6 years ago
  39. 2d51b55 Replace dts includes with C preprocessor syntax by Balint Dobszay · 6 years ago
  40. edbce9a Enable Link Time Optimization in GCC by zelalem-aweke · 6 years ago
  41. 402b3cf Switch AARCH32/AARCH64 to __aarch64__ by Julius Werner · 6 years ago
  42. d5dfdeb Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ by Julius Werner · 6 years ago
  43. 9e4609f build_macros: Add mechanism to prevent bin generation. by Christoph Müllner · 6 years ago
  44. c2ad38c Tegra: Support for scatterfile for the BL31 image by Varun Wadekar · 7 years ago
  45. 70b0f27 libc: Move setjmp to libc folder by Antonio Nino Diaz · 6 years ago
  46. 7e94a69 Make device tree pre-processing similar to U-boot/Linux by Manish Pandey · 7 years ago
  47. 3661f16 build: Support BL-specific build flags by Jeenu Viswambharan · 7 years ago
  48. 6baf85b romlib: Allow patching of romlib functions by Sathees Balya · 7 years ago
  49. ee1ba6d Makefile: Support totally quiet output with -s by Andre Przywara · 7 years ago
  50. 756fac6 Merge pull request #1595 from Yann-lms/dts_dep by Soby Mathew · 7 years ago
  51. 1a4b46d Set the IMAGE_BLx flag for the linker preprocessor by Daniel Boulby · 7 years ago
  52. 077b3e9 MAKE_DTB: dependencies on device tree source files by Yann Gautier · 7 years ago
  53. 5accce5 Add support for romlib in the build system by Roberto Vargas · 7 years ago
  54. 5fee028 Add make macros to build library archives by Roberto Vargas · 7 years ago
  55. 23e0fe5 make: support libraries in MAKE_BL macro by Konstantin Porotchkin · 7 years ago
  56. 01d237c Build: add cpp build processing for dtb by Yann Gautier · 7 years ago
  57. 6bc1a30 Make all build results depend on all makefiles by Stephen Warren · 7 years ago
  58. a574bfb Revert "Make all build results depend on all makefiles" by Dimitris Papastamos · 7 years ago
  59. 38c14d8 Makefile: Add `all` target to MAKE_DTBS by Soby Mathew · 8 years ago
  60. c6f651f Make all build results depend on all makefiles by Stephen Warren · 7 years ago
  61. 14db890 Build: add GZIP compression filter by Masahiro Yamada · 8 years ago
  62. 2da522b Build: support pre-tool image processing by Masahiro Yamada · 8 years ago
  63. 33950dd Build: change the first parameter of TOOL_ADD_IMG to lowercase by Masahiro Yamada · 8 years ago
  64. 36af345 Build: make tools depend on $(BIN) instead of PHONY target by Masahiro Yamada · 8 years ago
  65. 91704d9 Build: remove third argument of CERT_ADD_CMD_OPT by Masahiro Yamada · 8 years ago
  66. c939d13 Build: rename FIP_ADD_IMG to TOOL_ADD_IMG by Masahiro Yamada · 8 years ago
  67. 10cea93 Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOAD by Masahiro Yamada · 8 years ago
  68. f30ee0b Build: move cert_create arguments and dependency to FIP_ADD_PAYLOAD by Masahiro Yamada · 8 years ago
  69. 945b316 Build: rip off unneeded $(eval ...) from buid macros by Masahiro Yamada · 8 years ago
  70. 1dc0714 Build: merge build macros between FIP_ and FWU_FIP_ by Masahiro Yamada · 8 years ago
  71. 34ec849 Build: squash MAKE_TOOL_ARGS into MAKE_BL by Masahiro Yamada · 8 years ago
  72. 802d2dd Build: check if specified external image exists by Masahiro Yamada · 8 years ago
  73. 87ebd20 Build: specify check_* targets as .PHONY by Masahiro Yamada · 8 years ago
  74. 1e0c078 Build: update comment lines for macros by Masahiro Yamada · 8 years ago
  75. 842c00e Merge pull request #1104 from nmenon/dtb_build-v2 by davidcunado-arm · 8 years ago
  76. 8012cc5 Build: introduce ${BUILD_PLAT} target to create the top build directory by Masahiro Yamada · 8 years ago
  77. 03b397a Makefile: Add ability to build dtb by Nishanth Menon · 9 years ago
  78. 048531d Add support to link an external lib with ARM TF by Soby Mathew · 8 years ago
  79. c2b8806 Introduce TF_LDFLAGS by Douglas Raillard · 8 years ago
  80. be4cd40 Build: fix assert_boolean implementation by Masahiro Yamada · 8 years ago
  81. 172138b Merge pull request #926 from EvanLloyd/win_make_4 by davidcunado-arm · 8 years ago
  82. 82cb2c1 Use SPDX license identifiers by dp-arm · 8 years ago
  83. 052ab52 Build: Correct Unix specific echo commands by Evan Lloyd · 8 years ago
  84. 6ba7d27 Build: Fix parallel build by Evan Lloyd · 8 years ago
  85. c877b41 Introduce locking primitives using CAS instruction by Jeenu Viswambharan · 9 years ago
  86. d014ea6 Build: strip trailing slashes from directory paths more simply by Masahiro Yamada · 9 years ago
  87. a6ca788 Build: Fix parallel building by Masahiro Yamada · 9 years ago
  88. 1d274ab Build: add -MP option to add dummy rules to *.d files by Masahiro Yamada · 9 years ago
  89. 710ea1d Build: generate .d file at the same time as object is created by Masahiro Yamada · 9 years ago
  90. 59de509 Build: use CPP just for pre-processing by Masahiro Yamada · 9 years ago
  91. f2e1d57 Build: exclude -c flag from TF_CFLAGS by Masahiro Yamada · 9 years ago
  92. 819281e Replace fip_create with fiptool by dp-arm · 9 years ago
  93. 6f511c4 Merge pull request #651 from Xilinx/zynqmp_uart by danh-arm · 9 years ago
  94. 8eadeb4 build_macros: Add 'add_define_val' macro by Soren Brinkmann · 9 years ago
  95. 403973c Give user's compiler flags precedence over default ones by Sandrine Bailleux · 9 years ago
  96. 414ab85 Make:Improve version string generation portability by Evan Lloyd · 10 years ago
  97. 51b2770 Make:Improve directory generation portability. by Evan Lloyd · 10 years ago
  98. e7f54db Make:Use environment variables for OS detection. by Evan Lloyd · 10 years ago
  99. 1670d9d Make:Diagnostic fail if no eval by Evan Lloyd · 10 years ago
  100. 231c147 Make:Remove calls to shell from makefiles. by Evan Lloyd · 10 years ago