aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-6/+6
* Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-011-4/+5
* Merge changes from topic "jc/shift-overflow" into integrationSoby Mathew2019-07-161-1/+6
|\
| * Enable -Wshift-overflow=2 to check for undefined shift behaviorJustin Chadwell2019-07-121-1/+6
* | Remove references to old project name from common filesJohn Tsichritzis2019-07-101-3/+2
|/
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-281-2/+0
* Merge "Introduce BTI support in ROMLIB" into integrationJohn Tsichritzis2019-06-061-1/+1
|\
| * Introduce BTI support in ROMLIBJohn Tsichritzis2019-05-241-1/+1
* | Merge "Beautify "make help"" into integrationPaul Beesley2019-05-291-1/+3
|\ \
| * | Beautify "make help"John Tsichritzis2019-05-241-1/+3
| |/
* | Merge "Makefile: Add default warning flags" into integrationPaul Beesley2019-05-291-6/+10
|\ \
| * | Makefile: Add default warning flagsAmbroise Vincent2019-05-241-6/+10
| |/
* / Add support for Branch Target IdentificationAlexei Fedorov2019-05-241-16/+48
|/
* doc: Make checkpatch ignore rst filesPaul Beesley2019-05-221-3/+3
* Add Makefile check for PAuth and AArch64John Tsichritzis2019-05-091-2/+8
* Makefile: remove extra include paths in INCLUDESAmbroise Vincent2019-04-031-22/+0
* Update TF-A version to 2.1Soby Mathew2019-03-261-1/+1
* Declare PAuth for Secure world as experimentalAlexei Fedorov2019-03-181-0/+6
* Merge pull request #1884 from AlexeiFedorov/af/set_march_to_arch_minorSoby Mathew2019-03-131-12/+12
|\
| * Allow setting compiler's target architectureAlexei Fedorov2019-03-121-12/+12
* | Merge pull request #1880 from lmayencourt/lm/pieSoby Mathew2019-03-131-1/+1
|\ \
| * | Makefile: fix linking with pie and binutils > 2.27Louis Mayencourt2019-03-121-1/+1
| |/
* / Add the possibility to pass options for checkpatchYann Gautier2019-03-111-2/+7
|/
* Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz2019-03-011-0/+13
|\
| * Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-271-0/+13
* | Add support for pointer authenticationAntonio Nino Diaz2019-02-271-0/+19
* | Add ARMv8.3-PAuth registers to CPU contextAntonio Nino Diaz2019-02-271-0/+2
|/
* 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