TrustedFirmware Git Browser
Code Review
Sign In
review.trustedfirmware.org
/
sandbox
/
arthur
/
trustedfirmware-a
/
78d58519de0e918125fb019b6a882001a6f203aa
/
lib
af38167
Merge pull request #1842 from DavidPu/reduce_cyclomatic_complexity_metric
by Antonio Niño Díaz
· 6 years ago
a4acc7f
Merge pull request #1751 from vwadekar/tegra-scatter-file-support
by Antonio Niño Díaz
· 6 years ago
37118a1
Merge pull request #1849 from loumay-arm/lm/a73_errata
by Antonio Niño Díaz
· 6 years ago
4476838
Merge pull request #1845 from ambroise-arm/av/errata
by Antonio Niño Díaz
· 6 years ago
8284200
Merge pull request #1846 from loumay-arm/lm/mpam
by Antonio Niño Díaz
· 6 years ago
dbd0bcf
Merge pull request #1848 from antonio-nino-diaz-arm/an/docs
by Antonio Niño Díaz
· 6 years ago
e664b5b
xlat_tables_v2: find VA/idx with helper functions.
by David Pu
· 6 years ago
3ff6e40
xlat_tables_v2: get unmap action type with helper function.
by David Pu
· 6 years ago
7330861
Minor changes to documentation and comments
by Antonio Nino Diaz
· 6 years ago
25278ea
Cortex-A73: Implement workaround for errata 852427
by Louis Mayencourt
· 6 years ago
537fa85
MPAM: enable MPAM EL2 traps
by Louis Mayencourt
· 6 years ago
64503b2
Merge pull request #1839 from loumay-arm/lm/a7x_errata
by Antonio Niño Díaz
· 6 years ago
bd39370
Cortex-A53: Workarounds for 819472, 824069 and 827319
by Ambroise Vincent
· 6 years ago
5bd2c24
Cortex-A57: Implement workaround for erratum 817169
by Ambroise Vincent
· 6 years ago
0f6fbbd
Cortex-A57: Implement workaround for erratum 814670
by Ambroise Vincent
· 6 years ago
47949f3
Cortex-A55: Implement workaround for erratum 903758
by Ambroise Vincent
· 6 years ago
6e78973
Cortex-A55: Implement workaround for erratum 846532
by Ambroise Vincent
· 6 years ago
6ab87d2
Cortex-A55: Implement workaround for erratum 798797
by Ambroise Vincent
· 6 years ago
a6cc661
Cortex-A55: Implement workaround for erratum 778703
by Ambroise Vincent
· 6 years ago
1afeee9
Cortex-A55: Implement workaround for erratum 768277
by Ambroise Vincent
· 6 years ago
c2ad38c
Tegra: Support for scatterfile for the BL31 image
by Varun Wadekar
· 7 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
· 7 years ago
4d1ccf0
Cleanup context handling library
by Antonio Nino Diaz
· 7 years ago
5c6aa01
Add workaround for errata 1073348 for Cortex-A76
by Louis Mayencourt
· 6 years ago
5cc8c7b
Add workaround for errata 1220197 for Cortex-A76
by Louis Mayencourt
· 6 years ago
508d711
Add workaround for errata 1130799 for Cortex-A76
by Louis Mayencourt
· 6 years ago
9855159
Add workaround for errata 790748 for Cortex-A75
by Louis Mayencourt
· 6 years ago
5f5d1ed
Add workaround for errata 764081 of Cortex-A75
by Louis Mayencourt
· 6 years ago
e6cab15
Add workaround for errata 855423 of Cortex-A73
by Louis Mayencourt
· 6 years ago
3f995f3
Merge pull request #1835 from jts-arm/rename
by Antonio Niño Díaz
· 6 years ago
c9fe6fe
ARMv7: support non-LPAE mapping (not xlat_v2)
by Etienne Carriere
· 8 years ago
11088e3
Rename Cortex-Helios to Neoverse E1
by John Tsichritzis
· 6 years ago
fd4bb0a
Rename Cortex-Helios filenames to Neoverse E1
by John Tsichritzis
· 6 years ago
da6d75a
Rename Cortex-Ares to Neoverse N1
by John Tsichritzis
· 6 years ago
b04ea14
Rename Cortex-Ares filenames to Neoverse N1
by John Tsichritzis
· 6 years ago
873e394
Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmp
by Antonio Niño Díaz
· 6 years ago
70b0f27
libc: Move setjmp to libc folder
by Antonio Nino Diaz
· 6 years ago
e056630
Make setjmp.h prototypes comply with the C standard
by Antonio Nino Diaz
· 6 years ago
a1d00bb
xlat_tables_v2: mark 'xlat_clean_dcache_range' unused
by Varun Wadekar
· 7 years ago
596929b
locks: linker variables to calculate per-cpu bakery lock size
by Varun Wadekar
· 7 years ago
1242b9a
lib: aarch64: misc_helpers: include bl_common.h
by Varun Wadekar
· 7 years ago
e095ba3
Remove unused function symbols
by Varun Wadekar
· 7 years ago
bf52f40
lib: aarch64: fix non-code symbol errors flagged by armlink
by Varun Wadekar
· 7 years ago
702b600
xlat v2: Fix comment
by Antonio Nino Diaz
· 7 years ago
cedfa04
lib/xlat_tables: Add support for ARMv8.4-TTST
by Sathees Balya
· 7 years ago
bd9344f
plat/arm: Sanitise includes
by Antonio Nino Diaz
· 7 years ago
8aabea3
Correct typographical errors
by Paul Beesley
· 7 years ago
2559b2c
xlat v2: Dynamically detect need for CnP bit
by Antonio Nino Diaz
· 7 years ago
09d40e0
Sanitise includes across codebase
by Antonio Nino Diaz
· 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
fdbc293
Deprecate some unused AArch64 assembly functions
by Antonio Nino Diaz
· 7 years ago
4f7812e
Merge pull request #1712 from jeenu-arm/ssbs
by Soby Mathew
· 7 years ago
07c13a3
SPM: Introduce SPRT C host library
by Antonio Nino Diaz
· 7 years ago
bbc8100
SPM: Support multiple xlat tables contexts
by Antonio Nino Diaz
· 7 years ago
48e1d35
AArch64: Use SSBS for CVE_2018_3639 mitigation
by Jeenu Viswambharan
· 7 years ago
37e8ab5
Merge pull request #1688 from JoelHutton/jh/variant_1_mitigations
by Antonio Niño Díaz
· 7 years ago
48e32a1
Merge pull request #1696 from satheesbalya-arm/sb1/sb1_2406_romlib_juno
by Antonio Niño Díaz
· 7 years ago
3b83c95
Merge pull request #1695 from satheesbalya-arm/sb1/sb1_2641_romlib_phase2
by Antonio Niño Díaz
· 7 years ago
9edd891
Initial Spectre V1 mitigations (CVE-2017-5753).
by Joel Hutton
· 7 years ago
afa5cfe
juno: Add romlib support
by Sathees Balya
· 7 years ago
582133a
romlib: Add map file generation
by Sathees Balya
· 7 years ago
032e3a6
romlib: Add calloc_free register function
by Sathees Balya
· 7 years ago
6baf85b
romlib: Allow patching of romlib functions
by Sathees Balya
· 7 years ago
9056f10
xlat v2: Support mapping regions with allocated VA
by Antonio Nino Diaz
· 7 years ago
638d2b5
compiler_rt: Import lshrdi3.c file
by Sandrine Bailleux
· 7 years ago
ecc3599
compiler_rt: Import latest changes on int_lib.h
by Sandrine Bailleux
· 7 years ago
b4cf974
libc: Adapt strlcpy to this codebase
by Antonio Nino Diaz
· 7 years ago
b3e9214
libc: Import strlcpy from FreeBSD
by Antonio Nino Diaz
· 7 years ago
f8b30ca
bakery: Fix MISRA defects
by Antonio Nino Diaz
· 7 years ago
a0fee74
context_mgmt: Fix MISRA defects
by Antonio Nino Diaz
· 7 years ago
3d7ae0b
Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdt
by Antonio Niño Díaz
· 7 years ago
00f588b
libfdt: Downgrade to version 1.4.6-9
by Antonio Nino Diaz
· 7 years ago
195e363
Fix MISRA defects in PMF
by Antonio Nino Diaz
· 7 years ago
4353499
Fix MISRA defects in workaround and errata framework
by Antonio Nino Diaz
· 7 years ago
40daecc
Fix MISRA defects in extension libs
by Antonio Nino Diaz
· 7 years ago
931f7c6
PIE: Position Independant Executable support for BL31
by Soby Mathew
· 7 years ago
12af5ed
Make errata reporting mandatory for CPU files
by Soby Mathew
· 7 years ago
f1722b6
PIE: Use PC relative adrp/adr for symbol reference
by Soby Mathew
· 7 years ago
03987d0
xlat: Fix compatibility between v1 and v2
by Antonio Nino Diaz
· 7 years ago
799bbb1
Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdt
by Antonio Niño Díaz
· 7 years ago
44445ae5
Merge pull request #1641 from jeenu-arm/ptrauth
by Antonio Niño Díaz
· 7 years ago
630b011
libfdt: Import version v1.4.7
by Antonio Nino Diaz
· 7 years ago
b7618c9
libfdt: Remove current version
by Antonio Nino Diaz
· 7 years ago
1a29aba
libc: Integrate strrchr in libc
by Antonio Nino Diaz
· 7 years ago
668afe2
libc: Import strrchr from FreeBSD
by Antonio Nino Diaz
· 7 years ago
6a655a8
ti: k3: common: Do not disable cache on TI K3 core powerdown
by Andrew F. Davis
· 7 years ago
3ff4aaa
AArch64: Enable lower ELs to use pointer authentication
by Jeenu Viswambharan
· 7 years ago
3e75ea4
Merge pull request #1624 from glneo/less-cache-flushing
by Soby Mathew
· 7 years ago
a4065ab
psci: platform control of SYSTEM_SUSPEND entry
by ldts
· 7 years ago
f996a5f
PSCI: Do not flush cache when unneeded
by Andrew F. Davis
· 7 years ago
c98db6c
PSCI: Update comment on MMU disablement
by Andrew F. Davis
· 7 years ago
a5fa565
xlat: Fix checks in mmap_add() and mmap_add_ctx()
by Antonio Nino Diaz
· 7 years ago
7e0a38a
Merge pull request #1603 from antonio-nino-diaz-arm/db/reclaim-init
by Soby Mathew
· 7 years ago
3ed87a4
Merge pull request #1584 from danielboulby-arm/db/Switches
by Soby Mathew
· 7 years ago
aff2863
Mark xlat tables initialization code
by Daniel Boulby
· 7 years ago
87c8513
Mark BL31 initialization functions
by Daniel Boulby
· 7 years ago
79621f0
xlat: Change check in mmap_add and mmap_add_ctx()
by Daniel Boulby
· 7 years ago
fe199e3
Remove all other deprecated interfaces and files
by Antonio Nino Diaz
· 7 years ago
Next »