TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
TF-A
/
trusted-firmware-a
/
c6ba9b4547b58d16b5e0f4ec331ff4422b1f1d66
/
Makefile
c6ba9b4
Makefile: Add support to optionally encrypt BL31 and BL32
by Sumit Garg
· 6 years ago
90aa901
tools: Add firmware authenticated encryption tool
by Sumit Garg
· 6 years ago
7cda17b
drivers: crypto: Add authenticated decryption framework
by Sumit Garg
· 6 years ago
033039f
SPMD: add command line parameter to run SPM at S-EL2 or S-EL1
by Max Shvetsov
· 5 years ago
28f39f0
SPMD: save/restore EL2 system registers.
by Max Shvetsov
· 5 years ago
7c72bea
Merge "tools: Small improvement to print_memory_map script" into integration
by Sandrine Bailleux
· 5 years ago
020ce8c
Merge "Read-only xlat tables for BL31 memory" into integration
by Mark Dykes
· 5 years ago
60e8f3c
Read-only xlat tables for BL31 memory
by Petre-Ionut Tudor
· 6 years ago
ce2b1ec
SPMD: generate and add Secure Partition blobs into FIP
by Manish Pandey
· 5 years ago
b890b36
tools: Small improvement to print_memory_map script
by Louis Mayencourt
· 5 years ago
eff737c
Fix clang build if CC is not in the path.
by Arve Hjønnevåg
· 5 years ago
21c4f56
Merge changes from topic "lm/fconf" into integration
by Sandrine Bailleux
· 5 years ago
c3fb00d
SPMD: enable SPM dispatcher support
by Achin Gupta
· 6 years ago
0a6e7e3
fconf: Move platform io policies into fconf
by Louis Mayencourt
· 6 years ago
989429e
Merge "Add support for documentation build as a target in Makefile" into integration
by Sandrine Bailleux
· 5 years ago
dcd03ce
Merge changes from topic "sb/select-cot" into integration
by Sandrine Bailleux
· 5 years ago
3bff910
Introduce COT build option
by Sandrine Bailleux
· 5 years ago
6de3237
Add support for documentation build as a target in Makefile
by Madhukar Pappireddy
· 5 years ago
c1f118f
Merge "Enable -Wredundant-decls warning check" into integration
by Soby Mathew
· 5 years ago
ca661a0
Enable -Wredundant-decls warning check
by Madhukar Pappireddy
· 6 years ago
8c10529
Measured Boot: add function for hash calculation
by Alexei Fedorov
· 5 years ago
d974301
TSP: add PIE support
by Masahiro Yamada
· 5 years ago
69af7fc
BL2_AT_EL3: add PIE support
by Masahiro Yamada
· 5 years ago
320920c
PIE: pass PIE options only to BL31
by Masahiro Yamada
· 5 years ago
c9c0b66
Merge "Set lld as the default linker for Clang builds" into integration
by Sandrine Bailleux
· 5 years ago
641f16e
Set lld as the default linker for Clang builds
by Ambroise Vincent
· 6 years ago
2d51b55
Replace dts includes with C preprocessor syntax
by Balint Dobszay
· 5 years ago
f8578e6
bl31: Split into two separate memory regions
by Samuel Holland
· 7 years ago
be84a5b
Merge "debugfs: add 9p device interface" into integration
by Mark Dykes
· 6 years ago
538b002
spm: Remove SPM Alpha 1 prototype and support files
by Paul Beesley
· 6 years ago
3f3c341
Remove dependency between SPM_MM and ENABLE_SPM build flags
by Paul Beesley
· 6 years ago
0ca3913
debugfs: add 9p device interface
by Olivier Deprez
· 6 years ago
11a96e0
Remove -Wpadded warning
by Justin Chadwell
· 6 years ago
8cca5a7
Remove -Wmissing-declarations warning from WARNING1 level
by Justin Chadwell
· 6 years ago
ae630cd
Merge changes from topic "lm/memmap" into integration
by Sandrine Bailleux
· 6 years ago
f224bd4
Merge changes from topic "allwinner_bl31_size" into integration
by Soby Mathew
· 6 years ago
b3fc6c1
Merge "Remove -Wunused-const-variable warning" into integration
by Mark Dykes
· 6 years ago
84bd7a4
Merge "Enable Link Time Optimization in GCC" into integration
by Soby Mathew
· 6 years ago
ebd6efa
Reduce space lost to object alignment
by Samuel Holland
· 6 years ago
4960ef3
Remove -Wunused-const-variable warning
by Justin Chadwell
· 6 years ago
edbce9a
Enable Link Time Optimization in GCC
by zelalem-aweke
· 6 years ago
cfe8391
Add memory_map tools as a target for Make
by Louis Mayencourt
· 6 years ago
d7b4cd4
Enable -Wlogical-op always
by Justin Chadwell
· 6 years ago
b7f6525
Enable -Wshadow always
by Justin Chadwell
· 6 years ago
b8baa93
Remove unnecessary warning options
by Justin Chadwell
· 6 years ago
9ab81b5
Refactor the warning flags
by Justin Chadwell
· 6 years ago
2ee6b2b
Update TF-A version to 2.2
by Deepika Bhavnani
· 6 years ago
c97cba4
Fix the CAS spinlock implementation
by Soby Mathew
· 6 years ago
c428fba
Merge changes from topic "jc/rsa-pkcs" into integration
by Soby Mathew
· 6 years ago
aacff74
Support larger RSA key sizes when using MBEDTLS
by Justin Chadwell
· 6 years ago
b90f207
Invalidate dcache build option for bl2 entry at EL3
by Hadi Asyrafi
· 6 years ago
91624b7
Merge changes from topic "jc/mte_enable" into integration
by Soby Mathew
· 6 years ago
1f46197
Add UBSAN support and handlers
by Justin Chadwell
· 6 years ago
9dd9438
Enable MTE support in both secure and non-secure worlds
by Justin Chadwell
· 6 years ago
402b3cf
Switch AARCH32/AARCH64 to __aarch64__
by Julius Werner
· 6 years ago
d5dfdeb
Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
by Julius Werner
· 6 years ago
d0d0f17
Merge changes from topic "jc/shift-overflow" into integration
by Soby Mathew
· 6 years ago
93c690e
Enable -Wshift-overflow=2 to check for undefined shift behavior
by Justin Chadwell
· 6 years ago
bd97f83
Remove references to old project name from common files
by John Tsichritzis
· 6 years ago
5b6ebee
Remove MULTI_CONSOLE_API flag and references to it
by Ambroise Vincent
· 6 years ago
0f95565
Merge "Introduce BTI support in ROMLIB" into integration
by John Tsichritzis
· 6 years ago
5a40810
Merge "Beautify "make help"" into integration
by Paul Beesley
· 6 years ago
bac571a
Merge "Makefile: Add default warning flags" into integration
by Paul Beesley
· 6 years ago
9fc5963
Add support for Branch Target Identification
by Alexei Fedorov
· 6 years ago
0029657
Makefile: Add default warning flags
by Ambroise Vincent
· 6 years ago
bbb24f6
Introduce BTI support in ROMLIB
by John Tsichritzis
· 6 years ago
7c23126
Beautify "make help"
by John Tsichritzis
· 6 years ago
1ef3551
doc: Make checkpatch ignore rst files
by Paul Beesley
· 6 years ago
dfc66a1
Add Makefile check for PAuth and AArch64
by John Tsichritzis
· 6 years ago
6e756f6
Makefile: remove extra include paths in INCLUDES
by Ambroise Vincent
· 6 years ago
6f8261b
Update TF-A version to 2.1
by Soby Mathew
· 6 years ago
06715f8
Declare PAuth for Secure world as experimental
by Alexei Fedorov
· 6 years ago
ab15922
Merge pull request #1884 from AlexeiFedorov/af/set_march_to_arch_minor
by Soby Mathew
· 6 years ago
9d0ac83
Merge pull request #1880 from lmayencourt/lm/pie
by Soby Mathew
· 6 years ago
fa6f774
Allow setting compiler's target architecture
by Alexei Fedorov
· 6 years ago
80e1989
Makefile: fix linking with pie and binutils > 2.27
by Louis Mayencourt
· 6 years ago
02a76d5
Add the possibility to pass options for checkpatch
by Yann Gautier
· 6 years ago
a4acc7f
Merge pull request #1751 from vwadekar/tegra-scatter-file-support
by Antonio Niño Díaz
· 6 years ago
c2ad38c
Tegra: Support for scatterfile for the BL31 image
by Varun Wadekar
· 6 years ago
b86048c
Add support for pointer authentication
by Antonio Nino Diaz
· 6 years ago
5283962
Add ARMv8.3-PAuth registers to CPU context
by Antonio Nino Diaz
· 6 years ago
77f1f7a
Introduce build option to override libc
by Varun Wadekar
· 6 years ago
0709055
Remove support for the SMC Calling Convention 2.0
by Antonio Nino Diaz
· 6 years ago
7e94a69
Make device tree pre-processing similar to U-boot/Linux
by Manish Pandey
· 6 years ago
8855e52
SPM: Rename SPM_DEPRECATED flag to SPM_MM
by Antonio Nino Diaz
· 6 years ago
99d5575
Remove reference to DISABLE_PEDANTIC
by Antonio Nino Diaz
· 6 years ago
5c3bda7
Remove ASM_ASSERTION check in Makefile
by Antonio Nino Diaz
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 7 years ago
f5478de
Reorganize architecture-dependent header files
by Antonio Nino Diaz
· 7 years ago
e475ba2
Merge pull request #1725 from Yann-lms/clang_aarch32
by Antonio Niño Díaz
· 7 years ago
85686f1
Merge pull request #1717 from satheesbalya-arm/sb1/sb1_2629_romlib_ifc
by Antonio Niño Díaz
· 7 years ago
8b9a0de
romlib: Add platform specific jump table list
by Sathees Balya
· 7 years ago
e2bfec0
clang: 32 bit compilation should include march32-directive
by Yann Gautier
· 7 years ago
fd18a8f
build: find "armclang" string in the 'CC' variable
by Varun Wadekar
· 7 years ago
c094008
Merge pull request #1708 from Yann-lms/warnings
by Soby Mathew
· 7 years ago
26010da
SPM: sptool: Introduce tool to package SP and RD
by Antonio Nino Diaz
· 7 years ago
6336b07
Makefile: add a possibility to disable -Werror
by Yann Gautier
· 7 years ago
e7c645b
Add the possibility to compile TF-A with more warnings
by Yann Gautier
· 7 years ago
2d7b9e5
SPM: Deprecate the current implementation
by Antonio Nino Diaz
· 7 years ago
91b48c9
drivers/console: Reimplement MUTLI_CONSOLE_API framework in C
by Julius Werner
· 7 years ago
Next »