TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
pfalcon
/
trusted-firmware-a
/
1634cae89d0e62853f6addbbaef8557893ee5613
/
include
/
lib
1634cae
context_mgmt: Make cm_init_context_common public
by Antonio Nino Diaz
· 7 years ago
a513506
Merge pull request #1373 from jeenu-arm/ras-support
by Dimitris Papastamos
· 7 years ago
885ca54
Merge pull request #1377 from robertovargas-arm/compiler-warnings
by Dimitris Papastamos
· 7 years ago
d92a286
xlat: Fix warning in CHECK_VIRT_ADDR_SPACE_SIZE
by Roberto Vargas
· 7 years ago
43d7145
Merge pull request #1354 from robertovargas-arm/mem_protect
by danh-arm
· 7 years ago
1a7c1cf
RAS: Add fault injection support
by Jeenu Viswambharan
· 8 years ago
ca6d918
RAS: Allow individual interrupt registration
by Jeenu Viswambharan
· 8 years ago
362599e
RAS: Add support for node registration
by Jeenu Viswambharan
· 8 years ago
30d81c3
RAS: Add helpers to access Standard Error Records
by Jeenu Viswambharan
· 8 years ago
14c6016
AArch64: Introduce RAS handling
by Jeenu Viswambharan
· 7 years ago
76454ab
AArch64: Introduce External Abort handling
by Jeenu Viswambharan
· 8 years ago
0c487ea
smccc: Fix checkpatch error in header file
by Antonio Nino Diaz
· 7 years ago
c853dc7
Merge pull request #1363 from antonio-nino-diaz-arm/an/res1-ap
by danh-arm
· 7 years ago
0522c1e
Merge pull request #1360 from antonio-nino-diaz-arm/an/smccc-v2
by danh-arm
· 7 years ago
638b034
ARM platforms: Demonstrate mem_protect from el3_runtime
by Roberto Vargas
· 8 years ago
0a2d5b4
types: use int-ll64 for both aarch32 and aarch64
by Masahiro Yamada
· 8 years ago
8f4dbaa
arch_helpers: use u_register_t for register read/write
by Masahiro Yamada
· 8 years ago
01c0a38
xlat: Set AP[1] to 1 when it is RES1
by Antonio Nino Diaz
· 7 years ago
2f37046
Add support for the SMC Calling Convention 2.0
by Antonio Nino Diaz
· 7 years ago
336ece6
Merge pull request #1357 from antonio-nino-diaz-arm/an/fix-misra
by Dimitris Papastamos
· 7 years ago
b3323cd
Fix some MISRA defects in SPM code
by Antonio Nino Diaz
· 7 years ago
9ec3921
Check presence of fix for errata 843419 in Cortex-A53
by Jonathan Wright
· 7 years ago
6ab136c
Merge pull request #1313 from jonathanwright-ARM/jw/MISRA-switch-statements
by Dimitris Papastamos
· 7 years ago
9f85f9e
Clean usage of void pointers to access symbols
by Joel Hutton
· 7 years ago
3eacacc
lib: fix switch statements to comply with MISRA rules
by Jonathan Wright
· 7 years ago
085e80e
Rename 'smcc' to 'smccc'
by Antonio Nino Diaz
· 7 years ago
a205a56
Fixup `SMCCC_ARCH_FEATURES` semantics
by Dimitris Papastamos
· 7 years ago
3991a6a
Use PFR0 to identify need for mitigation of CVE-2017-5715
by Dimitris Papastamos
· 7 years ago
73a9605
Merge pull request #1282 from robertovargas-arm/misra-changes
by davidcunado-arm
· 7 years ago
1af540e
Fix MISRA rule 8.4 Part 1
by Roberto Vargas
· 7 years ago
7fabe1a
Fix MISRA rule 8.4 in common code
by Roberto Vargas
· 7 years ago
9fb8af3
Fix MISRA rule 8.3 in common code
by Roberto Vargas
· 7 years ago
bd8e6a9
Merge pull request #1287 from davidcunado-arm/dc/fix_misra
by davidcunado-arm
· 7 years ago
c69145f
Merge pull request #1286 from antonio-nino-diaz-arm/an/mmu-mismatch
by davidcunado-arm
· 7 years ago
ba91a00
Merge pull request #1274 from dp-arm/dp/a75
by davidcunado-arm
· 7 years ago
5724481
Update ULL() macro and instances of ull to comply with MISRA
by David Cunado
· 7 years ago
714b21f
MISRA fixes for Cortex A75 AMU implementation
by Dimitris Papastamos
· 7 years ago
f06890e
Refactor AMU support for Cortex A75
by Dimitris Papastamos
· 7 years ago
a2e702a
Factor out CPU AMU helpers
by Dimitris Papastamos
· 7 years ago
2ff8fbf
Implement {spe,sve}_supported() helpers and refactor code
by Dimitris Papastamos
· 7 years ago
883d1b5
Add comments about mismatched TCR_ELx and xlat tables
by Antonio Nino Diaz
· 7 years ago
4abd7fa
Redefine SMC_UNK as -1 instead of 0xFFFFFFFF
by Antonio Nino Diaz
· 7 years ago
9fd2f13
Merge pull request #1224 from masahir0y/gzip
by davidcunado-arm
· 7 years ago
9c00555
Merge pull request #1253 from dp-arm/dp/amu32
by davidcunado-arm
· 8 years ago
c43d685
zlib: add gunzip() support
by Masahiro Yamada
· 8 years ago
9bc94a6
Merge pull request #1240 from dp-arm/dp/smccc
by davidcunado-arm
· 8 years ago
c70da54
AMU: Implement context save/restore for aarch32
by Joel Hutton
· 8 years ago
ce213b9
AMU: Add assembler helper functions for aarch32
by Joel Hutton
· 8 years ago
eefd04b
Merge pull request #1235 from jwerner-chromium/JW_udelay
by davidcunado-arm
· 8 years ago
d9bd656
Optimize/cleanup BPIALL workaround
by Dimitris Papastamos
· 8 years ago
3a1b067
Implement support for SMCCC v1.1
by Dimitris Papastamos
· 8 years ago
d95eb47
Merge pull request #1228 from dp-arm/dp/cve_2017_5715
by davidcunado-arm
· 8 years ago
040f1e6
Merge pull request #1193 from jwerner-chromium/JW_coreboot
by davidcunado-arm
· 8 years ago
7baa7bc
Make div_round_up() correct for divisors that are not a power of 2
by Julius Werner
· 8 years ago
3429c77
Add platform-independent coreboot support library
by Julius Werner
· 8 years ago
0d3a27e
Merge pull request #1200 from robertovargas-arm/bl2-el3
by davidcunado-arm
· 8 years ago
e4b34ef
Workaround for CVE-2017-5715 for Cortex A9, A15 and A17
by Dimitris Papastamos
· 8 years ago
7343505
sp_min: Implement workaround for CVE-2017-5715
by Dimitris Papastamos
· 8 years ago
b1d27b4
bl2-el3: Add BL2_EL3 image
by Roberto Vargas
· 8 years ago
109ae26
utils: rename struct mem_region_t to struct mem_region
by Masahiro Yamada
· 8 years ago
5f3c7ce
Merge pull request #1197 from dp-arm/dp/amu
by davidcunado-arm
· 8 years ago
53bfb94
Add hooks to save/restore AMU context for Cortex A75
by Dimitris Papastamos
· 8 years ago
b6eb393
AMU: Add hooks to save/restore AMU context
by Dimitris Papastamos
· 8 years ago
0767d50
AMU: Add configuration helpers for aarch64
by Dimitris Papastamos
· 8 years ago
59902b7
AMU: Add plat interface to select which group 1 counters to enable
by Dimitris Papastamos
· 8 years ago
7593252
Add PubSub events for CPU powerdown/powerup
by Dimitris Papastamos
· 8 years ago
780edd8
Use PFR0 to identify need for mitigation of CVE-2017-5915
by Dimitris Papastamos
· 8 years ago
a1781a2
Workaround for CVE-2017-5715 on Cortex A73 and A75
by Dimitris Papastamos
· 8 years ago
155a100
utils_def: Add REGSZ and make BIT() assembly-compatible
by Julius Werner
· 8 years ago
211d307
Merge pull request #1178 from davidcunado-arm/dc/enable_sve
by davidcunado-arm
· 8 years ago
45d640f
SPM: Move S-EL1/S-EL0 xlat tables to TZC DRAM
by Antonio Nino Diaz
· 8 years ago
1a85337
Enable SVE for Non-secure world
by David Cunado
· 8 years ago
ef69e1e
AMU: Implement support for aarch32
by Dimitris Papastamos
· 8 years ago
380559c
AMU: Implement support for aarch64
by Dimitris Papastamos
· 8 years ago
0319a97
Implement support for the Activity Monitor Unit on Cortex A75
by Dimitris Papastamos
· 8 years ago
71f8a6a
Merge pull request #1145 from etienne-lms/rfc-armv7-2
by davidcunado-arm
· 8 years ago
fe964ec
Merge pull request #1163 from antonio-nino-diaz-arm/an/parange
by davidcunado-arm
· 8 years ago
281a08c
Refactor Statistical Profiling Extensions implementation
by Dimitris Papastamos
· 8 years ago
6504b2c
Add ARMv8.2 ID_AA64MMFR0_EL1.PARange value
by Antonio Nino Diaz
· 8 years ago
91089f3
Move FPEXC32_EL2 to FP Context
by David Cunado
· 8 years ago
781f4aa
ARM platforms: Provide SDEI entry point validation
by Jeenu Viswambharan
· 8 years ago
21b818c
BL31: Introduce Exception Handling Framework
by Jeenu Viswambharan
· 8 years ago
9500d5a
Merge pull request #1148 from antonio-nino-diaz-arm/an/spm
by davidcunado-arm
· 8 years ago
2fccb22
SPM: Introduce Secure Partition Manager
by Antonio Nino Diaz
· 8 years ago
ad02a75
xlat: Make function to calculate TCR PA bits public
by Antonio Nino Diaz
· 8 years ago
634e4d2
aarch32: add missing dmb() macro
by Etienne Carriere
· 8 years ago
64cc6e9
ARMv7 may not support Virtualization Extensions
by Etienne Carriere
· 8 years ago
1ca8d02
ARMv7: introduce Cortex-A12
by Etienne Carriere
· 8 years ago
778e411
ARMv7: introduce Cortex-A17
by Etienne Carriere
· 8 years ago
6ff43c2
ARMv7: introduce Cortex-A7
by Etienne Carriere
· 8 years ago
d56a846
ARMv7: introduce Cortex-A5
by Etienne Carriere
· 8 years ago
e3148c2
ARMv7: introduce Cortex-A9
by Etienne Carriere
· 8 years ago
10922e7
ARMv7: introduce Cortex-A15
by Etienne Carriere
· 8 years ago
94f4700
ARMv7 architecture have specific system registers
by Etienne Carriere
· 8 years ago
92c5066
Merge pull request #1153 from robertovargas-arm/fix-macros
by davidcunado-arm
· 8 years ago
f9a6db0
Merge pull request #1151 from JoelHutton/jh/MISRA-Mandatory
by davidcunado-arm
· 8 years ago
e8a87ac
Fix usage of IMAGE_BLx macros
by Roberto Vargas
· 8 years ago
2614ea3
Change sizeof to use type of struct not function
by Joel Hutton
· 8 years ago
17b4c0d
aarch64: Add PubSub events to capture security state transitions
by Dimitris Papastamos
· 8 years ago
bd0c347
PSCI: Publish CPU ON event
by Jeenu Viswambharan
· 8 years ago
Next »