summaryrefslogtreecommitdiff
path: root/make_helpers/build_macros.mk
AgeCommit message (Expand)Author
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-05-02build_macros: Add mechanism to prevent bin generation.Christoph Müllner
2019-02-27Tegra: Support for scatterfile for the BL31 imageVarun Wadekar
2019-02-08libc: Move setjmp to libc folderAntonio Nino Diaz
2019-01-24Make device tree pre-processing similar to U-boot/LinuxManish Pandey
2019-01-10build: Support BL-specific build flagsJeenu Viswambharan
2018-11-22romlib: Allow patching of romlib functionsSathees Balya
2018-10-08Makefile: Support totally quiet output with -sAndre Przywara
2018-10-04Merge pull request #1595 from Yann-lms/dts_depSoby Mathew
2018-10-03Set the IMAGE_BLx flag for the linker preprocessorDaniel Boulby
2018-09-28MAKE_DTB: dependencies on device tree source filesYann Gautier
2018-08-03Add support for romlib in the build systemRoberto Vargas
2018-08-03Add make macros to build library archivesRoberto Vargas
2018-07-18make: support libraries in MAKE_BL macroKonstantin Porotchkin
2018-06-18Build: add cpp build processing for dtbYann Gautier
2018-03-01Make all build results depend on all makefilesStephen Warren
2018-02-28Revert "Make all build results depend on all makefiles"Dimitris Papastamos
2018-02-26Makefile: Add `all` target to MAKE_DTBSSoby Mathew
2018-02-21Make all build results depend on all makefilesStephen Warren
2018-02-02Build: add GZIP compression filterMasahiro Yamada
2018-02-02Build: support pre-tool image processingMasahiro Yamada
2018-02-01Build: change the first parameter of TOOL_ADD_IMG to lowercaseMasahiro Yamada
2018-02-01Build: make tools depend on $(BIN) instead of PHONY targetMasahiro Yamada
2018-02-01Build: remove third argument of CERT_ADD_CMD_OPTMasahiro Yamada
2018-02-01Build: rename FIP_ADD_IMG to TOOL_ADD_IMGMasahiro Yamada
2018-02-01Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOADMasahiro Yamada
2018-02-01Build: move cert_create arguments and dependency to FIP_ADD_PAYLOADMasahiro Yamada
2018-02-01Build: rip off unneeded $(eval ...) from buid macrosMasahiro Yamada
2018-02-01Build: merge build macros between FIP_ and FWU_FIP_Masahiro Yamada
2018-02-01Build: squash MAKE_TOOL_ARGS into MAKE_BLMasahiro Yamada
2018-02-01Build: check if specified external image existsMasahiro Yamada
2017-12-24Build: specify check_* targets as .PHONYMasahiro Yamada
2017-12-23Build: update comment lines for macrosMasahiro Yamada
2017-12-14Merge pull request #1104 from nmenon/dtb_build-v2davidcunado-arm
2017-11-07Build: introduce ${BUILD_PLAT} target to create the top build directoryMasahiro Yamada
2017-09-19Makefile: Add ability to build dtbNishanth Menon
2017-06-28Add support to link an external lib with ARM TFSoby Mathew
2017-06-28Introduce TF_LDFLAGSDouglas Raillard
2017-05-23Build: fix assert_boolean implementationMasahiro Yamada
2017-05-08Merge pull request #926 from EvanLloyd/win_make_4davidcunado-arm
2017-05-03Use SPDX license identifiersdp-arm
2017-05-02Build: Correct Unix specific echo commandsEvan Lloyd
2017-05-02Build: Fix parallel buildEvan Lloyd
2017-02-14Introduce locking primitives using CAS instructionJeenu Viswambharan
2017-01-19Build: strip trailing slashes from directory paths more simplyMasahiro Yamada
2017-01-19Build: Fix parallel buildingMasahiro Yamada
2017-01-05Build: add -MP option to add dummy rules to *.d filesMasahiro Yamada
2017-01-05Build: generate .d file at the same time as object is createdMasahiro Yamada
2017-01-05Build: use CPP just for pre-processingMasahiro Yamada