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