summaryrefslogtreecommitdiff
path: root/make_helpers/defaults.mk
AgeCommit message (Expand)Author
2019-10-04Fix the CAS spinlock implementationSoby Mathew
2019-09-12Invalidate dcache build option for bl2 entry at EL3Hadi Asyrafi
2019-09-12Merge changes from topic "jc/mte_enable" into integrationSoby Mathew
2019-09-11Add UBSAN support and handlersJustin Chadwell
2019-09-09Enable MTE support in both secure and non-secure worldsJustin Chadwell
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-02-28Minor changes to documentation and commentsAntonio Nino Diaz
2019-02-27Add support for pointer authenticationAntonio Nino Diaz
2019-02-27Add ARMv8.3-PAuth registers to CPU contextAntonio 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-22SPM: Rename SPM_DEPRECATED flag to SPM_MMAntonio Nino Diaz
2018-12-10SPM: Deprecate the current implementationAntonio Nino Diaz
2018-10-29Basic Makefile changes for PIESoby Mathew
2018-10-03Introduce RECLAIM_INIT_CODE build flagDaniel 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-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-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-01Improve MULTI_CONSOLE_API deprecation warningsDan Handley
2018-01-24Merge pull request #1193 from jwerner-chromium/JW_corebootdavidcunado-arm
2018-01-19Add platform-independent coreboot support libraryJulius Werner
2018-01-18bl2-el3: Add BL2_EL3 imageRoberto Vargas
2017-12-12Add new function-pointer-based console APIJulius Werner
2017-12-11Merge pull request #1178 from davidcunado-arm/dc/enable_svedavidcunado-arm
2017-12-04Merge pull request #1168 from matt2048/masterdavidcunado-arm
2017-11-30Enable SVE for Non-secure worldDavid Cunado
2017-11-29Implement support for the Activity Monitor Unit on Cortex A75Dimitris Papastamos
2017-11-23Replace macro ASM_ASSERTION with macro ENABLE_ASSERTIONSMatt Ma
2017-11-20Change Statistical Profiling Extensions build option handlingDimitris Papastamos
2017-11-13BL31: Add SDEI dispatcherJeenu Viswambharan
2017-11-13BL31: Introduce Exception Handling FrameworkJeenu Viswambharan
2017-11-08SPM: Introduce Secure Partition ManagerAntonio Nino Diaz
2017-10-16GIC: Add APIs to set interrupt type and query supportJeenu Viswambharan
2017-08-31Export KEY_ALG as a user build optionSoby Mathew
2017-08-01CCI: Adapt for specific product at run timeJeenu Viswambharan
2017-06-22aarch64: Enable Statistical Profiling Extensions for lower ELsdp-arm
2017-06-01Remove `DISABLE_PEDANTIC` build optionAntonio Nino Diaz
2017-05-24cert: move platform_oid.h to include/tools_share for all platformsMasahiro Yamada