TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
f21b9f6d6e6ddda6d92ec25b01f70c30bcc82d57
/
include
/
lib
f21b9f6
Remove .struct directive
by Roberto Vargas
· 7 years ago
43b8fa8
Fix incorrect pointer conversion in SMC_UUID_RET()
by Sandrine Bailleux
· 7 years ago
fd2299e
xlat v2: Split code into separate files
by Antonio Nino Diaz
· 7 years ago
0cc7aa8
xlat v2: Split MMU setup and enable
by Jeenu Viswambharan
· 7 years ago
ebce735
Merge pull request #1406 from robertovargas-arm/uuid
by Dimitris Papastamos
· 7 years ago
9dfd755
Merge pull request #1437 from jeenu-arm/ras-remaining
by Dimitris Papastamos
· 7 years ago
3a1b7b1
xlat: Remove mmap_attr_t enum type
by Antonio Nino Diaz
· 7 years ago
e7b9473
BL31: Introduce jump primitives
by Jeenu Viswambharan
· 7 years ago
342d622
ARM Platforms: Update CNTFRQ register in CNTCTLBase frame
by Soby Mathew
· 7 years ago
167c5f8
utils: Add BIT_32 and BIT_64 macros
by Yann Gautier
· 7 years ago
3967635
Add GENMASK macros
by Yann Gautier
· 7 years ago
0336486
Make TF UUID RFC 4122 compliant
by Roberto Vargas
· 7 years ago
59c4346
Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes
by Dimitris Papastamos
· 7 years ago
a0b9bb7
xlat v2: Introduce xlat granule size helpers
by Antonio Nino Diaz
· 7 years ago
896a590
Fix MISRA Rule 5.3 Part 2
by Daniel Boulby
· 7 years ago
6f03bc7
SDEI: Ensure SDEI handler executes with CVE-2018-3639 mitigation enabled
by Dimitris Papastamos
· 7 years ago
d6b7980
Implement dynamic mitigation for CVE-2018-3639 on Cortex-A76
by Dimitris Papastamos
· 7 years ago
040b546
Implement Cortex-Ares 1043202 erratum workaround
by Dimitris Papastamos
· 7 years ago
08268e2
Add AMU support for Cortex-Ares
by Dimitris Papastamos
· 7 years ago
abbffe9
Add support for Cortex-Ares and Cortex-A76 CPUs
by Isla Mitchell
· 8 years ago
d003b19
Merge pull request #1392 from dp-arm/dp/cve_2018_3639
by Dimitris Papastamos
· 7 years ago
1634cae
context_mgmt: Make cm_init_context_common public
by Antonio Nino Diaz
· 7 years ago
fe007b2
Add support for dynamic mitigation for CVE-2018-3639
by Dimitris Papastamos
· 7 years ago
e086570
aarch32: Implement static workaround for CVE-2018-3639
by Dimitris Papastamos
· 7 years ago
b8a25bb
Implement static workaround for CVE-2018-3639
by Dimitris Papastamos
· 7 years ago
2c3a107
Rename symbols and files relating to CVE-2017-5715
by Dimitris Papastamos
· 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
Next »