aboutsummaryrefslogtreecommitdiffstats
path: root/make_helpers/build_macros.mk
Commit message (Expand)AuthorAgeFilesLines
* Build: add cpp build processing for dtbYann Gautier2018-06-181-1/+4
* Make all build results depend on all makefilesStephen Warren2018-03-011-4/+4
* Revert "Make all build results depend on all makefiles"Dimitris Papastamos2018-02-281-4/+4
* Makefile: Add `all` target to MAKE_DTBSSoby Mathew2018-02-261-10/+16
* Make all build results depend on all makefilesStephen Warren2018-02-211-4/+4
* Build: add GZIP compression filterMasahiro Yamada2018-02-021-0/+13
* Build: support pre-tool image processingMasahiro Yamada2018-02-021-2/+29
* Build: change the first parameter of TOOL_ADD_IMG to lowercaseMasahiro Yamada2018-02-011-5/+9
* Build: make tools depend on $(BIN) instead of PHONY targetMasahiro Yamada2018-02-011-2/+2
* Build: remove third argument of CERT_ADD_CMD_OPTMasahiro Yamada2018-02-011-4/+2
* Build: rename FIP_ADD_IMG to TOOL_ADD_IMGMasahiro Yamada2018-02-011-5/+5
* Build: rename FIP_ADD_PAYLOAD to TOOL_ADD_PAYLOADMasahiro Yamada2018-02-011-6/+7
* Build: move cert_create arguments and dependency to FIP_ADD_PAYLOADMasahiro Yamada2018-02-011-0/+2
* Build: rip off unneeded $(eval ...) from buid macrosMasahiro Yamada2018-02-011-6/+6
* Build: merge build macros between FIP_ and FWU_FIP_Masahiro Yamada2018-02-011-43/+12
* Build: squash MAKE_TOOL_ARGS into MAKE_BLMasahiro Yamada2018-02-011-11/+1
* Build: check if specified external image existsMasahiro Yamada2018-02-011-1/+3
* Build: specify check_* targets as .PHONYMasahiro Yamada2017-12-241-0/+2
* Build: update comment lines for macrosMasahiro Yamada2017-12-231-5/+5
* Merge pull request #1104 from nmenon/dtb_build-v2davidcunado-arm2017-12-141-0/+46
|\
| * Makefile: Add ability to build dtbNishanth Menon2017-09-191-0/+46
* | Build: introduce ${BUILD_PLAT} target to create the top build directoryMasahiro Yamada2017-11-071-1/+1
|/
* Add support to link an external lib with ARM TFSoby Mathew2017-06-281-1/+1
* Introduce TF_LDFLAGSDouglas Raillard2017-06-281-2/+2
* Build: fix assert_boolean implementationMasahiro Yamada2017-05-231-1/+1
* Merge pull request #926 from EvanLloyd/win_make_4davidcunado-arm2017-05-081-4/+6
|\
| * Build: Correct Unix specific echo commandsEvan Lloyd2017-05-021-2/+2
| * Build: Fix parallel buildEvan Lloyd2017-05-021-2/+4
* | Use SPDX license identifiersdp-arm2017-05-031-25/+1
|/
* Introduce locking primitives using CAS instructionJeenu Viswambharan2017-02-141-1/+11
* Build: strip trailing slashes from directory paths more simplyMasahiro Yamada2017-01-191-3/+2
* Build: Fix parallel buildingMasahiro Yamada2017-01-191-3/+4
* Build: add -MP option to add dummy rules to *.d filesMasahiro Yamada2017-01-051-1/+1
* Build: generate .d file at the same time as object is createdMasahiro Yamada2017-01-051-48/+13
* Build: use CPP just for pre-processingMasahiro Yamada2017-01-051-2/+2
* Build: exclude -c flag from TF_CFLAGSMasahiro Yamada2017-01-051-1/+1
* Replace fip_create with fiptooldp-arm2016-07-291-5/+5
* Merge pull request #651 from Xilinx/zynqmp_uartdanh-arm2016-07-041-0/+7
|\
| * build_macros: Add 'add_define_val' macroSoren Brinkmann2016-06-131-0/+7
* | Give user's compiler flags precedence over default onesSandrine Bailleux2016-04-141-3/+3
|/
* Make:Improve version string generation portabilityEvan Lloyd2016-04-011-0/+4
* Make:Improve directory generation portability.Evan Lloyd2016-04-011-13/+23
* Make:Use environment variables for OS detection.Evan Lloyd2016-04-011-1/+1
* Make:Diagnostic fail if no evalEvan Lloyd2016-04-011-0/+6
* Make:Remove calls to shell from makefiles.Evan Lloyd2016-04-011-1/+12
* build system: allow overriding the build's timestampPatrick Georgi2016-02-061-1/+5
* Apply TBBR naming convention to the fip_create optionsJuan Castillo2016-01-051-4/+4
* Replace all SCP FW (BL0, BL3-0) referencesJuan Castillo2015-12-141-2/+2
* FWU: Add support for `fwu_fip` targetYatharth Kochar2015-12-091-1/+33
* FWU: Add Generic BL2U FWU image support in BL2Yatharth Kochar2015-12-091-1/+1