Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
53e70df9a3682e443fb37be4e35ccb980ea5bb53
/
include
/
common
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
a057484
Add helper to parse BL31 parameters (both versions)
by Julius Werner
· 5 years ago
2a231e3
Factor out cross-BL API into export headers suitable for 3rd party code
by Julius Werner
· 5 years ago
efd09a7
Use explicit-width data types in AAPCS parameter structs
by Julius Werner
· 5 years ago
90f2e88
Add support for Branch Target Identification
by Alexei Fedorov
· 5 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
f6d7e44
Merge pull request #1804 from antonio-nino-diaz-arm/an/cleanup
by Antonio Niño Díaz
· 6 years ago
de97ff3
Remove duplicated definitions of linker symbols
by Antonio Nino Diaz
· 6 years ago
57f8326
Remove dead code related to LOAD_IMAGE_V2=0
by Sandrine Bailleux
· 6 years ago
0e402d3
Remove support for the SMC Calling Convention 2.0
by Antonio Nino Diaz
· 6 years ago
9095009
plat/arm: Save BL2 descriptors to reserved memory.
by Sathees Balya
· 6 years ago
b0fd008
Move BL1 and BL2 private defines to bl_common.h
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
0911df1
Enable DIT if supported
by Sathees Balya
· 6 years ago
aa00aff
AArch64: Use SSBS for CVE_2018_3639 mitigation
by Jeenu Viswambharan
· 6 years ago
5eb8837
Standardise header guards across codebase
by Antonio Nino Diaz
· 6 years ago
3fddfbb
Introduce fdtw_read_array() helper
by Antonio Nino Diaz
· 6 years ago
d85c878
Introduce new fdt helper to read string properties
by Antonio Nino Diaz
· 6 years ago
864ca6f
context_mgmt: Fix MISRA defects
by Antonio Nino Diaz
· 6 years ago
4e28c20
PIE: Position Independant Executable support for BL31
by Soby Mathew
· 6 years ago
fcaf1bd
PIE: Use PC relative adrp/adr for symbol reference
by Soby Mathew
· 6 years ago
344ff02
Convert arm_setup_page_tables into a generic helper
by Roberto Vargas
· 6 years ago
4d2ae3e
Merge pull request #1640 from soby-mathew/sm/fin_con_reg
by Antonio Niño Díaz
· 6 years ago
cdb5438
Merge pull request #1641 from jeenu-arm/ptrauth
by Antonio Niño Díaz
· 6 years ago
58873ae
Multi-console: Deprecate the `finish_console_register` macro
by Soby Mathew
· 6 years ago
cbad661
AArch64: Enable lower ELs to use pointer authentication
by Jeenu Viswambharan
· 6 years ago
f325df5
Add new defines for STM32MP1 platform
by Yann Gautier
· 6 years ago
e1ef432
Merge pull request #1606 from satheesbalya-arm/sb1_2603_misra_plat
by Soby Mathew
· 6 years ago
30952cc
plat/arm: Fix misra warnings in platform code
by Sathees Balya
· 6 years ago
3e305ae
Merge pull request #1621 from jts-arm/typos
by Soby Mathew
· 6 years ago
e75b9a5
Reorder log level macro definitions for clarity
by John Tsichritzis
· 6 years ago
50905c7
Fix misra warnings in SMC and power mgmt code
by Sathees Balya
· 6 years ago
303f642
Merge pull request #1611 from antonio-nino-diaz-arm/an/misra-common
by Dimitris Papastamos
· 6 years ago
4764b9e
Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_Console
by Dimitris Papastamos
· 6 years ago
f0b14cf
Remove some MISRA defects in common code
by Antonio Nino Diaz
· 6 years ago
dc9fab1
Remove all other deprecated interfaces and files
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
05e7f56
pl011: Add support in AArch32 for MULTI_CONSOLE_API
by Daniel Boulby
· 6 years ago
14fabd0
Fix MISRA defects in log helpers
by Antonio Nino Diaz
· 6 years ago
c28fe76
Merge pull request #1542 from antonio-nino-diaz-arm/an/bl31-misra
by Dimitris Papastamos
· 6 years ago
38b4ce0
Fix MISRA defects in some common headers
by Antonio Nino Diaz
· 6 years ago
d587646
backtrace: Print backtrace in assert() and panic()
by Antonio Nino Diaz
· 6 years ago
7741463
backtrace: Introduce backtrace function
by Douglas Raillard
· 6 years ago
c0c8eb6
libc: Move tf_printf and tf_snprintf to libc
by Antonio Nino Diaz
· 6 years ago
f440708
tf_printf: Return number of printed characters
by Antonio Nino Diaz
· 6 years ago
4b32e62
libc: Fix all includes in codebase
by Antonio Nino Diaz
· 6 years ago
210f0a8
SiP: MISRA fixes for execution state switch
by Jeenu Viswambharan
· 6 years ago
e92111a
Add support for romlib in the build system
by Roberto Vargas
· 6 years ago
bf789e7
Run compiler on debug macros for type checking
by Sandrine Bailleux
· 6 years ago
95f30ab
Add end_vector_entry assembler macro
by Roberto Vargas
· 7 years ago
59385d0
Remove .func and .endfunc assembler directives
by Roberto Vargas
· 7 years ago
1a6feae
Merge pull request #1429 from jeenu-arm/mmu-direct
by Dimitris Papastamos
· 6 years ago
58e8148
xlat v2: Split MMU setup and enable
by Jeenu Viswambharan
· 7 years ago
5f658c3
Document ep_info attribute flags
by Antonio Nino Diaz
· 6 years ago
4f3b6ed
Fix MISRA Rule 5.3 Part 1
by Daniel Boulby
· 7 years ago
8f7c287
Merge pull request #1386 from soby-mathew/sm/dyn_bl31
by Dimitris Papastamos
· 6 years ago
3cc3917
Correct some typo errors in comment
by Qixiang Xu
· 7 years ago
9fe8804
Allow disabling authentication dynamically
by Soby Mathew
· 7 years ago
9a7ce2f
AArch64: Introduce RAS handling
by Jeenu Viswambharan
· 7 years ago
35c8cfc
Add support for the SMC Calling Convention 2.0
by Antonio Nino Diaz
· 7 years ago
09f51d4
Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra
by Dimitris Papastamos
· 7 years ago
e881147
Fix some MISRA defects in SPM code
by Antonio Nino Diaz
· 7 years ago
b72de19
Merge pull request #1356 from robertovargas-arm/misra-changes
by Dimitris Papastamos
· 7 years ago
be126ed
Fix MISRA rule 8.3 Part 4
by Roberto Vargas
· 7 years ago
54f5d67
fix instruction address range limitation
by Jiafei Pan
· 7 years ago
43a7bf4
Add support for BL2 in XIP memory
by Jiafei Pan
· 7 years ago
5cc3bc8
Clean usage of void pointers to access symbols
by Joel Hutton
· 7 years ago
3c817f4
Rename 'smcc' to 'smccc'
by Antonio Nino Diaz
· 7 years ago
2ca18d9
Fix MISRA rule 8.4 Part 1
by Roberto Vargas
· 7 years ago
0571270
Fix MISRA rule 8.4 in common code
by Roberto Vargas
· 7 years ago
777dd43
Fix MISRA rule 8.3 in common code
by Roberto Vargas
· 7 years ago
cc36484
Dynamic cfg: MISRA fixes
by Soby Mathew
· 7 years ago
96a1c6b
ARM Platforms: Load HW_CONFIG in BL2
by Soby Mathew
· 7 years ago
b9fccca
Dynamic cfg: Introduce fdt wrappers
by Soby Mathew
· 7 years ago
40eb4b6
Add dynamic config image IDs
by Soby Mathew
· 7 years ago
0bdfef0
Dynamic cfg: Add HW and TB_FW configs to CoT
by Soby Mathew
· 7 years ago
7814a95
Merge pull request #1173 from etienne-lms/armv7-qemu
by davidcunado-arm
· 7 years ago
094041d
aarch32: use lr as bl32 boot argument on aarch32 only systems
by Etienne Carriere
· 7 years ago
18f65db
image_decompress: add APIs for decompressing images
by Masahiro Yamada
· 7 years ago
04285cf
Merge pull request #1228 from dp-arm/dp/cve_2017_5715
by davidcunado-arm
· 7 years ago
d79d40d
Merge pull request #1193 from jwerner-chromium/JW_coreboot
by davidcunado-arm
· 7 years ago
b5d1f8e
Merge pull request #1200 from robertovargas-arm/bl2-el3
by davidcunado-arm
· 7 years ago
0a4cded
sp_min: Implement workaround for CVE-2017-5715
by Dimitris Papastamos
· 7 years ago
e4e342d
Mark functions defined in assembly files
by Roberto Vargas
· 7 years ago
e0e9946
bl2-el3: Add BL2_EL3 image
by Roberto Vargas
· 7 years ago
446f7f1
Workaround for CVE-2017-5715 on Cortex A57 and A72
by Dimitris Papastamos
· 7 years ago
94f8907
Add new function-pointer-based console API
by Julius Werner
· 7 years ago
4213a3f
Merge pull request #1178 from davidcunado-arm/dc/enable_sve
by davidcunado-arm
· 7 years ago
7c8af06
Unify cache flush code path after image load
by Soby Mathew
· 7 years ago
ce88eee
Enable SVE for Non-secure world
by David Cunado
· 7 years ago
42ef554
Merge pull request #1145 from etienne-lms/rfc-armv7-2
by davidcunado-arm
· 7 years ago
5bdbb47
Refactor Statistical Profiling Extensions implementation
by Dimitris Papastamos
· 7 years ago
c41f206
SPM: Introduce Secure Partition Manager
by Antonio Nino Diaz
· 7 years ago
4cce835
ARMv7 may not support Virtualization Extensions
by Etienne Carriere
· 7 years ago
863858b
ARMv7 does not support SDCR
by Etienne Carriere
· 7 years ago
Next »