aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Introduce build option to override libcVarun Wadekar2019-02-051-1/+8
* Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz2019-01-301-12/+0
* Make device tree pre-processing similar to U-boot/LinuxManish Pandey2019-01-241-0/+1
* SPM: Rename SPM_DEPRECATED flag to SPM_MMAntonio Nino Diaz2019-01-221-3/+3
* Remove reference to DISABLE_PEDANTICAntonio Nino Diaz2019-01-211-1/+0
* Remove ASM_ASSERTION check in MakefileAntonio Nino Diaz2019-01-041-4/+0
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-041-6/+8
* Reorganize architecture-dependent header filesAntonio Nino Diaz2019-01-041-2/+1
* Merge pull request #1725 from Yann-lms/clang_aarch32Antonio Niño Díaz2018-12-191-1/+1
|\
| * clang: 32 bit compilation should include march32-directiveYann Gautier2018-12-181-1/+1
* | Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifcAntonio Niño Díaz2018-12-181-1/+1
|\ \
| * | romlib: Add platform specific jump table listSathees Balya2018-12-181-1/+1
| |/
* / build: find "armclang" string in the 'CC' variableVarun Wadekar2018-12-121-1/+1
|/
* Merge pull request #1708 from Yann-lms/warningsSoby Mathew2018-12-121-1/+43
|\
| * Makefile: add a possibility to disable -WerrorYann Gautier2018-12-101-1/+5
| * Add the possibility to compile TF-A with more warningsYann Gautier2018-12-101-1/+39
* | SPM: sptool: Introduce tool to package SP and RDAntonio Nino Diaz2018-12-111-1/+12
* | SPM: Deprecate the current implementationAntonio Nino Diaz2018-12-101-0/+2
|/
* drivers/console: Reimplement MUTLI_CONSOLE_API framework in CJulius Werner2018-12-061-1/+1
* drivers/console: Link console framework code by defaultJulius Werner2018-12-061-0/+1
* backtrace: Extract rules from root MakefileAntonio Nino Diaz2018-11-191-27/+2
* Basic Makefile changes for PIESoby Mathew2018-10-291-5/+12
* Makefile: Fix verbose builds on WindowsAntonio Nino Diaz2018-10-191-2/+2
* Makefile: Support totally quiet output with -sAndre Przywara2018-10-081-1/+9
* Merge pull request #1610 from sandrine-bailleux-arm/sb/fix-makefileDimitris Papastamos2018-10-041-1/+1
|\
| * Remove incorrect tabulation in MakefileSandrine Bailleux2018-10-031-1/+1
* | Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos2018-10-041-6/+0
|\ \
| * | console: Port Multi Console driver to AArch32Daniel Boulby2018-09-211-6/+0
* | | Introduce RECLAIM_INIT_CODE build flagDaniel Boulby2018-10-031-0/+1
| |/ |/|
* | Merge pull request #1599 from soby-mathew/sm/update_v2.0Soby Mathew2018-10-021-2/+2
|\ \
| * | Update the version to 2.0Soby Mathew2018-10-011-2/+2
* | | gic: Remove deprecated driver and interfacesAntonio Nino Diaz2018-09-281-1/+0
* | | Remove build option LOAD_IMAGE_V2Roberto Vargas2018-09-281-13/+1
* | | PSCI: Remove platform compatibility layerRoberto Vargas2018-09-281-15/+0
|/ /
* / Update release minor version stringSathees Balya2018-09-211-1/+1
|/
* backtrace: Introduce backtrace functionDouglas Raillard2018-08-301-0/+27
* Allow manually setting the AArch32 instruction setAntonio Nino Diaz2018-08-301-0/+8
* libc: armclang: Implement compiler printf symbolsAntonio Nino Diaz2018-08-221-1/+4
* libc: Move tf_printf and tf_snprintf to libcAntonio Nino Diaz2018-08-221-2/+0
* AArch64: Enable MPAM for lower ELsJeenu Viswambharan2018-08-201-0/+2
* Add support for romlib in the build systemRoberto Vargas2018-08-031-1/+12
* Don't include mbebtls include paths in INCLUDESRoberto Vargas2018-08-031-1/+1
* Create a library file for libcRoberto Vargas2018-08-031-7/+7
* Add make macros to build library archivesRoberto Vargas2018-08-031-0/+2
* Use clang as preprocessor when clang toolchain is selectedRoberto Vargas2018-07-111-0/+4
* Use clang assembler when clang compiler is usedRoberto Vargas2018-07-111-1/+9
* Allow overriding the linkerRoberto Vargas2018-07-111-3/+6
* AArch32: Force compiler to align memory accessesSandrine Bailleux2018-07-031-0/+1
* Build: add cpp build processing for dtbYann Gautier2018-06-181-1/+2
* Allow disabling authentication dynamicallySoby Mathew2018-05-181-0/+16