Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
07d7d8c85fede28f19b90cd5f459b9997a095ca1
/
Makefile
« Previous
7ad7f8e
Merge "Enable Link Time Optimization in GCC" into integration
by Soby Mathew
· 5 years ago
23f5e54
Reduce space lost to object alignment
by Samuel Holland
· 5 years ago
cb6f6c1
Remove -Wunused-const-variable warning
by Justin Chadwell
· 5 years ago
d5f4527
Enable Link Time Optimization in GCC
by zelalem-aweke
· 5 years ago
cc3e8b8
Add memory_map tools as a target for Make
by Louis Mayencourt
· 5 years ago
42d18ca
Enable -Wlogical-op always
by Justin Chadwell
· 5 years ago
7d0e3ba
Enable -Wshadow always
by Justin Chadwell
· 5 years ago
80e264b
Remove unnecessary warning options
by Justin Chadwell
· 5 years ago
e72a1eb
Refactor the warning flags
by Justin Chadwell
· 5 years ago
9d374b0
Update TF-A version to 2.2
by Deepika Bhavnani
· 5 years ago
ad04201
Fix the CAS spinlock implementation
by Soby Mathew
· 5 years ago
6cab520
Merge changes from topic "jc/rsa-pkcs" into integration
by Soby Mathew
· 5 years ago
f9b32c1
Support larger RSA key sizes when using MBEDTLS
by Justin Chadwell
· 5 years ago
461f8f4
Invalidate dcache build option for bl2 entry at EL3
by Hadi Asyrafi
· 5 years ago
c235b12
Merge changes from topic "jc/mte_enable" into integration
by Soby Mathew
· 5 years ago
83e0488
Add UBSAN support and handlers
by Justin Chadwell
· 5 years ago
1c7c13a
Enable MTE support in both secure and non-secure worlds
by Justin Chadwell
· 5 years ago
8e0ef0f
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 5 years ago
53456fc
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
by Julius Werner
· 5 years ago
c81e4f1
Merge changes from topic "jc/shift-overflow" into integration
by Soby Mathew
· 5 years ago
7a91423
Enable -Wshift-overflow=2 to check for undefined shift behavior
by Justin Chadwell
· 5 years ago
63801cd
Remove references to old project name from common files
by John Tsichritzis
· 5 years ago
55828d5
Remove MULTI_CONSOLE_API flag and references to it
by Ambroise Vincent
· 6 years ago
c23d78c
Merge "Introduce BTI support in ROMLIB" into integration
by John Tsichritzis
· 5 years ago
48af3dc
Merge "Beautify "make help"" into integration
by Paul Beesley
· 5 years ago
4a62f1b
Merge "Makefile: Add default warning flags" into integration
by Paul Beesley
· 5 years ago
90f2e88
Add support for Branch Target Identification
by Alexei Fedorov
· 5 years ago
067e4d9
Makefile: Add default warning flags
by Ambroise Vincent
· 5 years ago
f6ea99b
Introduce BTI support in ROMLIB
by John Tsichritzis
· 5 years ago
0c4dded
Beautify "make help"
by John Tsichritzis
· 5 years ago
adfab5b
doc: Make checkpatch ignore rst files
by Paul Beesley
· 6 years ago
1d93c35
Add Makefile check for PAuth and AArch64
by John Tsichritzis
· 5 years ago
ffbf32a
Makefile: remove extra include paths in INCLUDES
by Ambroise Vincent
· 6 years ago
1ca2276
Update TF-A version to 2.1
by Soby Mathew
· 6 years ago
2831d58
Declare PAuth for Secure world as experimental
by Alexei Fedorov
· 6 years ago
e45161e
Merge pull request #1884 from AlexeiFedorov/af/set_march_to_arch_minor
by Soby Mathew
· 6 years ago
7428f9b
Merge pull request #1880 from lmayencourt/lm/pie
by Soby Mathew
· 6 years ago
b567e5d
Allow setting compiler's target architecture
by Alexei Fedorov
· 6 years ago
9f1150c
Makefile: fix linking with pie and binutils > 2.27
by Louis Mayencourt
· 6 years ago
0c26a2a
Add the possibility to pass options for checkpatch
by Yann Gautier
· 6 years ago
fb6f2fc
Merge pull request #1751 from vwadekar/tegra-scatter-file-support
by Antonio Niño Díaz
· 6 years ago
4d034c5
Tegra: Support for scatterfile for the BL31 image
by Varun Wadekar
· 6 years ago
25cda67
Add support for pointer authentication
by Antonio Nino Diaz
· 6 years ago
594811b
Add ARMv8.3-PAuth registers to CPU context
by Antonio Nino Diaz
· 6 years ago
3f9002c
Introduce build option to override libc
by Varun Wadekar
· 6 years ago
0e402d3
Remove support for the SMC Calling Convention 2.0
by Antonio Nino Diaz
· 6 years ago
e6c5a23
Make device tree pre-processing similar to U-boot/Linux
by Manish Pandey
· 6 years ago
cbccdbf
SPM: Rename SPM_DEPRECATED flag to SPM_MM
by Antonio Nino Diaz
· 6 years ago
476d3cd
Remove reference to DISABLE_PEDANTIC
by Antonio Nino Diaz
· 6 years ago
f402550
Remove ASM_ASSERTION check in Makefile
by Antonio Nino Diaz
· 6 years ago
e0f9063
Sanitise includes across codebase
by Antonio Nino Diaz
· 6 years ago
8d1ade6
Reorganize architecture-dependent header files
by Antonio Nino Diaz
· 6 years ago
73c951e
Merge pull request #1725 from Yann-lms/clang_aarch32
by Antonio Niño Díaz
· 6 years ago
c221701
Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc
by Antonio Niño Díaz
· 6 years ago
d6839ef
romlib: Add platform specific jump table list
by Sathees Balya
· 6 years ago
60af71c
clang: 32 bit compilation should include march32-directive
by Yann Gautier
· 6 years ago
dbbca2f
build: find "armclang" string in the 'CC' variable
by Varun Wadekar
· 6 years ago
e4f1f87
Merge pull request #1708 from Yann-lms/warnings
by Soby Mathew
· 6 years ago
a830a4d
SPM: sptool: Introduce tool to package SP and RD
by Antonio Nino Diaz
· 6 years ago
957c353
Makefile: add a possibility to disable -Werror
by Yann Gautier
· 6 years ago
82b2f8c
Add the possibility to compile TF-A with more warnings
by Yann Gautier
· 6 years ago
8cd7ea3
SPM: Deprecate the current implementation
by Antonio Nino Diaz
· 6 years ago
03020da
drivers/console: Reimplement MUTLI_CONSOLE_API framework in C
by Julius Werner
· 6 years ago
6b88b65
drivers/console: Link console framework code by default
by Julius Werner
· 6 years ago
c3a2cf2
backtrace: Extract rules from root Makefile
by Antonio Nino Diaz
· 6 years ago
078f1a4
Basic Makefile changes for PIE
by Soby Mathew
· 6 years ago
ffd122b
Makefile: Fix verbose builds on Windows
by Antonio Nino Diaz
· 6 years ago
cf2bb08
Makefile: Support totally quiet output with -s
by Andre Przywara
· 6 years ago
0963c4d
Merge pull request #1610 from sandrine-bailleux-arm/sb/fix-makefile
by Dimitris Papastamos
· 6 years ago
4764b9e
Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console
by Dimitris Papastamos
· 6 years ago
247e339
Remove incorrect tabulation in Makefile
by Sandrine Bailleux
· 6 years ago
468f0d7
Introduce RECLAIM_INIT_CODE build flag
by Daniel Boulby
· 6 years ago
4fc70c5
Merge pull request #1599 from soby-mathew/sm/update_v2.0
by Soby Mathew
· 6 years ago
d42eaee
Update the version to 2.0
by Soby Mathew
· 6 years ago
29b9f5b
gic: Remove deprecated driver and interfaces
by Antonio Nino Diaz
· 6 years ago
025946a
Remove build option LOAD_IMAGE_V2
by Roberto Vargas
· 6 years ago
9ef94a9
PSCI: Remove platform compatibility layer
by Roberto Vargas
· 6 years ago
ec24928
console: Port Multi Console driver to AArch32
by Daniel Boulby
· 6 years ago
c67db36
Update release minor version string
by Sathees Balya
· 6 years ago
7741463
backtrace: Introduce backtrace function
by Douglas Raillard
· 6 years ago
80914a8
Allow manually setting the AArch32 instruction set
by Antonio Nino Diaz
· 6 years ago
eea20fc
libc: armclang: Implement compiler printf symbols
by Antonio Nino Diaz
· 6 years ago
c0c8eb6
libc: Move tf_printf and tf_snprintf to libc
by Antonio Nino Diaz
· 6 years ago
2da918c
AArch64: Enable MPAM for lower ELs
by Jeenu Viswambharan
· 6 years ago
e92111a
Add support for romlib in the build system
by Roberto Vargas
· 6 years ago
d51207e
Don't include mbebtls include paths in INCLUDES
by Roberto Vargas
· 6 years ago
0f8f985
Create a library file for libc
by Roberto Vargas
· 6 years ago
21360f3
Add make macros to build library archives
by Roberto Vargas
· 6 years ago
48df32d
Use clang as preprocessor when clang toolchain is selected
by Roberto Vargas
· 6 years ago
69a01e7
Use clang assembler when clang compiler is used
by Roberto Vargas
· 7 years ago
1fd0d1b
Allow overriding the linker
by Roberto Vargas
· 7 years ago
1aa72ec
AArch32: Force compiler to align memory accesses
by Sandrine Bailleux
· 6 years ago
2cf1dbc
Build: add cpp build processing for dtb
by Yann Gautier
· 6 years ago
9fe8804
Allow disabling authentication dynamically
by Soby Mathew
· 7 years ago
497f357
Merge pull request #1373 from jeenu-arm/ras-support
by Dimitris Papastamos
· 6 years ago
f00da74
RAS: Add fault injection support
by Jeenu Viswambharan
· 7 years ago
9a7ce2f
AArch64: Introduce RAS handling
by Jeenu Viswambharan
· 7 years ago
96c7df0
AArch64: Introduce External Abort handling
by Jeenu Viswambharan
· 7 years ago
aabf147
Merge pull request #1367 from robertovargas-arm/ndebug
by danh-arm
· 7 years ago
08178eb
Remove the unused macro NDEBUG
by Roberto Vargas
· 7 years ago
Next »