aboutsummaryrefslogtreecommitdiff
path: root/make_helpers
AgeCommit message (Expand)Author
2019-09-11Add UBSAN support and handlersJustin Chadwell
2019-09-09Enable MTE support in both secure and non-secure worldsJustin Chadwell
2019-08-01Switch AARCH32/AARCH64 to __aarch64__Julius Werner
2019-08-01Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner
2019-06-28Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent
2019-06-26Console: removed legacy console APIAmbroise Vincent
2019-05-24Add support for Branch Target IdentificationAlexei Fedorov
2019-05-02build_macros: Add mechanism to prevent bin generation.Christoph Müllner
2019-03-01Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz
2019-02-28Minor changes to documentation and commentsAntonio Nino Diaz
2019-02-27Tegra: Support for scatterfile for the BL31 imageVarun Wadekar
2019-02-27Add support for pointer authenticationAntonio Nino Diaz
2019-02-27Add ARMv8.3-PAuth registers to CPU contextAntonio Nino Diaz
2019-02-19plat/arm: Support for Cortex A5 in FVP Versatile Express platformUsama Arif
2019-02-08libc: Move setjmp to libc folderAntonio Nino Diaz
2019-02-05Introduce build option to override libcVarun Wadekar
2019-01-30Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz
2019-01-24Make device tree pre-processing similar to U-boot/LinuxManish Pandey
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