aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
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-21Remove reference to DISABLE_PEDANTICAntonio Nino Diaz
2019-01-04Remove ASM_ASSERTION check in MakefileAntonio Nino Diaz
2019-01-04Sanitise includes across codebaseAntonio Nino Diaz
2019-01-04Reorganize architecture-dependent header filesAntonio Nino Diaz
2018-12-19Merge pull request #1725 from Yann-lms/clang_aarch32Antonio Niño Díaz
2018-12-18Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifcAntonio Niño Díaz
2018-12-18romlib: Add platform specific jump table listSathees Balya
2018-12-18clang: 32 bit compilation should include march32-directiveYann Gautier
2018-12-12build: find "armclang" string in the 'CC' variableVarun Wadekar
2018-12-12Merge pull request #1708 from Yann-lms/warningsSoby Mathew
2018-12-11SPM: sptool: Introduce tool to package SP and RDAntonio Nino Diaz
2018-12-10Makefile: add a possibility to disable -WerrorYann Gautier
2018-12-10Add the possibility to compile TF-A with more warningsYann Gautier
2018-12-10SPM: Deprecate the current implementationAntonio Nino Diaz
2018-12-06drivers/console: Reimplement MUTLI_CONSOLE_API framework in CJulius Werner
2018-12-06drivers/console: Link console framework code by defaultJulius Werner
2018-11-19backtrace: Extract rules from root MakefileAntonio Nino Diaz
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 #1610 from sandrine-bailleux-arm/sb/fix-makefileDimitris Papastamos
2018-10-04Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos
2018-10-03Remove incorrect tabulation in MakefileSandrine Bailleux
2018-10-03Introduce RECLAIM_INIT_CODE build flagDaniel Boulby
2018-10-02Merge pull request #1599 from soby-mathew/sm/update_v2.0Soby Mathew
2018-10-01Update the version to 2.0Soby Mathew
2018-09-28gic: Remove deprecated driver and interfacesAntonio Nino Diaz
2018-09-28Remove build option LOAD_IMAGE_V2Roberto Vargas
2018-09-28PSCI: Remove platform compatibility layerRoberto Vargas
2018-09-21console: Port Multi Console driver to AArch32Daniel Boulby
2018-09-21Update release minor version stringSathees Balya
2018-08-30backtrace: Introduce backtrace functionDouglas Raillard
2018-08-30Allow manually setting the AArch32 instruction setAntonio Nino Diaz
2018-08-22libc: armclang: Implement compiler printf symbolsAntonio Nino Diaz
2018-08-22libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz
2018-08-20AArch64: Enable MPAM for lower ELsJeenu Viswambharan
2018-08-03Add support for romlib in the build systemRoberto Vargas
2018-08-03Don't include mbebtls include paths in INCLUDESRoberto Vargas
2018-08-03Create a library file for libcRoberto Vargas
2018-08-03Add make macros to build library archivesRoberto Vargas
2018-07-11Use clang as preprocessor when clang toolchain is selectedRoberto Vargas
2018-07-11Use clang assembler when clang compiler is usedRoberto Vargas
2018-07-11Allow overriding the linkerRoberto Vargas
2018-07-03AArch32: Force compiler to align memory accessesSandrine Bailleux
2018-06-18Build: add cpp build processing for dtbYann Gautier
2018-05-18Allow disabling authentication dynamicallySoby Mathew