summaryrefslogtreecommitdiff
path: root/make_helpers/build_macros.mk
Commit message (Expand)AuthorAgeFilesLines
* Makefile: Add support to optionally encrypt BL31 and BL32Sumit Garg2020-03-061-3/+42
* Build: fix 'BL stage' comment for build macrosMasahiro Yamada2020-02-271-10/+10
* build_macros: add create sequence helper functionVijayenthiran Subramaniam2020-02-181-0/+11
* Build: support per-BL LDFLAGSMasahiro Yamada2020-01-241-2/+3
* Replace dts includes with C preprocessor syntaxBalint Dobszay2020-01-141-2/+2
* Enable Link Time Optimization in GCCzelalem-aweke2019-12-021-1/+5
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-1/+1
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-1/+1
* build_macros: Add mechanism to prevent bin generation.Christoph Müllner2019-05-021-0/+9
* Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-271-0/+14
* libc: Move setjmp to libc folderAntonio Nino Diaz2019-02-081-2/+22
* Make device tree pre-processing similar to U-boot/LinuxManish Pandey2019-01-241-1/+1
* build: Support BL-specific build flagsJeenu Viswambharan2019-01-101-1/+2
* romlib: Allow patching of romlib functionsSathees Balya2018-11-221-2/+2
* Makefile: Support totally quiet output with -sAndre Przywara2018-10-081-11/+11
* Merge pull request #1595 from Yann-lms/dts_depSoby Mathew2018-10-041-4/+11
|\
| * MAKE_DTB: dependencies on device tree source filesYann Gautier2018-09-281-4/+11
* | Set the IMAGE_BLx flag for the linker preprocessorDaniel Boulby2018-10-031-1/+2
|/
* Add support for romlib in the build systemRoberto Vargas2018-08-031-5/+17
* Add make macros to build library archivesRoberto Vargas2018-08-031-2/+68
* make: support libraries in MAKE_BL macroKonstantin Porotchkin2018-07-181-2/+3
* 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
|/