summaryrefslogtreecommitdiff
path: root/make_helpers/build_macros.mk
AgeCommit message (Expand)Author
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
2017-01-05Build: exclude -c flag from TF_CFLAGSMasahiro Yamada
2016-07-29Replace fip_create with fiptooldp-arm
2016-07-04Merge pull request #651 from Xilinx/zynqmp_uartdanh-arm
2016-06-13build_macros: Add 'add_define_val' macroSoren Brinkmann
2016-04-14Give user's compiler flags precedence over default onesSandrine Bailleux
2016-04-01Make:Improve version string generation portabilityEvan Lloyd
2016-04-01Make:Improve directory generation portability.Evan Lloyd
2016-04-01Make:Use environment variables for OS detection.Evan Lloyd
2016-04-01Make:Diagnostic fail if no evalEvan Lloyd
2016-04-01Make:Remove calls to shell from makefiles.Evan Lloyd
2016-02-06build system: allow overriding the build's timestampPatrick Georgi
2016-01-05Apply TBBR naming convention to the fip_create optionsJuan Castillo
2015-12-14Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo
2015-12-09FWU: Add support for `fwu_fip` targetYatharth Kochar
2015-12-09FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar
2015-12-09Add uppercase macro to build_macros.mkYatharth Kochar
2015-10-27Make: fix dependency files generationJuan Castillo