aboutsummaryrefslogtreecommitdiff
path: root/make_helpers
AgeCommit message (Expand)Author
2019-01-22SPM: Rename SPM_DEPRECATED flag to SPM_MMAntonio Nino Diaz
2019-01-10build: Support BL-specific build flagsJeenu Viswambharan
2018-12-10SPM: Deprecate the current implementationAntonio Nino Diaz
2018-11-22romlib: Allow patching of romlib functionsSathees Balya
2018-10-29Basic Makefile changes for PIESoby Mathew
2018-10-19Makefile: Fix verbose builds on WindowsAntonio Nino Diaz
2018-10-08Makefile: Support totally quiet output with -sAndre Przywara
2018-10-04Merge pull request #1595 from Yann-lms/dts_depSoby Mathew
2018-10-03Introduce RECLAIM_INIT_CODE build flagDaniel Boulby
2018-10-03Set the IMAGE_BLx flag for the linker preprocessorDaniel Boulby
2018-09-28gic: Remove deprecated driver and interfacesAntonio Nino Diaz
2018-09-28tbbr: Use USE_TBBR_DEFS=1 by defaultAntonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-09-28MAKE_DTB: dependencies on device tree source filesYann Gautier
2018-08-30Allow manually setting the AArch32 instruction setAntonio Nino Diaz
2018-08-20AArch64: Enable MPAM for lower ELsJeenu Viswambharan
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-05-18Allow disabling authentication dynamicallySoby Mathew
2018-05-04RAS: Add fault injection supportJeenu Viswambharan
2018-05-04AArch64: Introduce RAS handlingJeenu Viswambharan
2018-05-04AArch64: Introduce External Abort handlingJeenu Viswambharan
2018-04-23Add support for the SMC Calling Convention 2.0Antonio Nino Diaz
2018-04-07Add support for BL2 in XIP memoryJiafei Pan
2018-03-21Merge pull request #1293 from swarren/issue-551-followupdavidcunado-arm
2018-03-05Change PLATFORM_ROOT to TF_PLATFORM_ROOTHeyi Guo
2018-03-01Make all build results depend on all makefilesStephen Warren
2018-03-01Improve MULTI_CONSOLE_API deprecation warningsDan Handley
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
2018-01-24Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm
2018-01-19Add platform-independent coreboot support libraryJulius Werner
2018-01-19Merge pull request #1200 from robertovargas-arm/bl2-el3davidcunado-arm
2018-01-18bl2-el3: Don't include BL2 in fip for BL2 at EL3Roberto Vargas
2018-01-18bl2-el3: Add BL2_EL3 imageRoberto Vargas