Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
atf
/
c697fd530d365a342de2323abb8817a8a8285bd5
/
lib
« Previous
07d5621
libc: Remove sscanf() and timingsafe_bcmp()
by Antonio Nino Diaz
· 6 years ago
df9693a
libc: Remove non-Arm files
by Antonio Nino Diaz
· 6 years ago
69ac42b
Merge pull request #1532 from jeenu-arm/misra-fixes
by Dimitris Papastamos
· 6 years ago
a46ae80
Merge pull request #1533 from jeenu-arm/mpam
by Dimitris Papastamos
· 6 years ago
268e699
Merge pull request #1388 from vwadekar/report-cve-2017-5715
by Dimitris Papastamos
· 6 years ago
31ac01e
RAS: MISRA fixes
by Jeenu Viswambharan
· 6 years ago
2da918c
AArch64: Enable MPAM for lower ELs
by Jeenu Viswambharan
· 6 years ago
bc242fa
cpus: denver: report CVE_2017_5715 mitigation to higher layers
by Varun Wadekar
· 6 years ago
4daa1de
DSU erratum 936184 workaround
by John Tsichritzis
· 6 years ago
d40b5f9
Merge pull request #1510 from robertovargas-arm/romlib
by Dimitris Papastamos
· 6 years ago
128de8d
xlat v2: Support the EL2 translation regime
by Antonio Nino Diaz
· 6 years ago
37a5efa
xlat v2: Flush xlat tables after being modified
by Antonio Nino Diaz
· 6 years ago
6c4c9ee
xlat v2: Cleanup get/change mem attr helpers
by Antonio Nino Diaz
· 6 years ago
e92111a
Add support for romlib in the build system
by Roberto Vargas
· 6 years ago
64d4de0
Add atexit function to libc
by Roberto Vargas
· 6 years ago
0f8f985
Create a library file for libc
by Roberto Vargas
· 6 years ago
27bc9f9
Create a library file for libfdt
by Roberto Vargas
· 6 years ago
de11a5b
psci: Use bool in internal interfaces
by Antonio Nino Diaz
· 6 years ago
5c97bd1
xlat: Use bool instead of int
by Antonio Nino Diaz
· 6 years ago
f32e071
Merge pull request #1498 from glneo/cache-early-fixes
by Dimitris Papastamos
· 6 years ago
2b2d453
Merge pull request #1493 from antonio-nino-diaz-arm/an/xlat-misra
by Dimitris Papastamos
· 6 years ago
50eb374
xlat: Fix MISRA defects
by Antonio Nino Diaz
· 6 years ago
22ab8ab
PSCI: Fix logic error to skip cache flushing
by Andrew F. Davis
· 6 years ago
d51f80f
RAS: ras_common: Add null pointer check for error record probe function
by Sughosh Ganu
· 6 years ago
78a95a6
PSCI: Fix MISRA defects in common and setup code
by Antonio Nino Diaz
· 6 years ago
0f5dc9f
PSCI: Fix MISRA defects in stat code
by Antonio Nino Diaz
· 6 years ago
f5c6001
PSCI: Fix MISRA defects in MEM_PROTECT
by Antonio Nino Diaz
· 6 years ago
56a0e8e
PSCI: Fix MISRA defects in ON/OFF/SUSPEND/SYSTEM_OFF
by Antonio Nino Diaz
· 6 years ago
6f3ccc5
PSCI: Fix types of definitions
by Antonio Nino Diaz
· 6 years ago
dd0e85c
PSCI: Refactor lock macros to comply with MISRA
by Antonio Nino Diaz
· 6 years ago
5a42b68
PSCI: Replace macros by static inline functions
by Antonio Nino Diaz
· 6 years ago
0842bd6
xlat: Remove references to the Trusted Firmware
by Antonio Nino Diaz
· 6 years ago
67f799e
xlat v2: Make setup_mmu_config public
by Antonio Nino Diaz
· 6 years ago
668d9ee
xlat v2: Turn MMU parameters into 64-bit values
by Antonio Nino Diaz
· 6 years ago
9d596c4
xlat v2: Remove IMAGE_EL define
by Antonio Nino Diaz
· 6 years ago
ad5dc7f
xlat v2: Remove unused tlbi helper
by Antonio Nino Diaz
· 6 years ago
44d3c21
xlat v2: Remove architectural headers
by Antonio Nino Diaz
· 6 years ago
a7c4687
Add initial CPU support for Cortex-Helios
by Joel Hutton
· 7 years ago
9463cae
Add initial CPU support for Cortex-Deimos
by Joel Hutton
· 7 years ago
5707948
Merge pull request #1473 from robertovargas-arm/misra
by Dimitris Papastamos
· 6 years ago
95f30ab
Add end_vector_entry assembler macro
by Roberto Vargas
· 7 years ago
85664f5
Fix MISRA rule 8.3
by Roberto Vargas
· 7 years ago
bd0aff6
xlat v2: Make get/set attrs functions less verbose
by Antonio Nino Diaz
· 6 years ago
7c1812e
xlat v2: Clean debug xlat tables descriptor print
by Antonio Nino Diaz
· 6 years ago
f1b84f6
xlat v2: Split code into separate files
by Antonio Nino Diaz
· 6 years ago
e834ee1
DynamIQ: Enable MMU without using stack
by Jeenu Viswambharan
· 7 years ago
9f14261
xlat v1: Provide direct MMU-enabling stubs
by Jeenu Viswambharan
· 7 years ago
58e8148
xlat v2: Split MMU setup and enable
by Jeenu Viswambharan
· 7 years ago
29b18bd
Merge pull request #1437 from jeenu-arm/ras-remaining
by Dimitris Papastamos
· 6 years ago
8643a81
xlat: Remove mmap_attr_t enum type
by Antonio Nino Diaz
· 6 years ago
2de8153
BL31: Introduce jump primitives
by Jeenu Viswambharan
· 7 years ago
8ca4602
xlat_v2: Fix descriptor debug print
by Antonio Nino Diaz
· 6 years ago
63b9bc2
Merge pull request #1430 from dp-arm/dp/cpulib
by Dimitris Papastamos
· 6 years ago
11d1e0e
Merge pull request #1420 from Yann-lms/mm_cursor_size_check
by Dimitris Papastamos
· 6 years ago
bb0aa39
cpulib: Add ISBs or comment why they are unneeded
by Dimitris Papastamos
· 6 years ago
4630489
Merge pull request #1415 from antonio-nino-diaz-arm/an/spm-fixes
by Dimitris Papastamos
· 6 years ago
eabaea5
xlat_v2: add a check on mm_cursor->size to avoid infinite loop
by Yann Gautier
· 6 years ago
3df71e2
Merge pull request #1399 from danielboulby-arm/db/MISRA
by Dimitris Papastamos
· 6 years ago
4413ad5
xlat v2: Introduce xlat granule size helpers
by Antonio Nino Diaz
· 6 years ago
c5259cc
Fix MISRA Rule 5.7 Part 3
by Daniel Boulby
· 6 years ago
14f7005
Fix MISRA Rule 5.7 Part 1
by Daniel Boulby
· 7 years ago
7a4e8f5
Fix MISRA Rule 5.3 Part 4
by Daniel Boulby
· 6 years ago
fef5d2d
Fix MISRA Rule 5.3 Part 2
by Daniel Boulby
· 7 years ago
1bdb985
Merge pull request #1391 from jts-arm/misra
by Dimitris Papastamos
· 6 years ago
fdd9248
MISRA rule 21.15 fix
by John Tsichritzis
· 6 years ago
8c18f6a
Merge pull request #1397 from dp-arm/dp/cortex-a76
by Dimitris Papastamos
· 6 years ago
312e17e
Implement dynamic mitigation for CVE-2018-3639 on Cortex-A76
by Dimitris Papastamos
· 6 years ago
7ca21db
Implement Cortex-Ares 1043202 erratum workaround
by Dimitris Papastamos
· 7 years ago
89736dd
Add AMU support for Cortex-Ares
by Dimitris Papastamos
· 7 years ago
ea84d6b
Add support for Cortex-Ares and Cortex-A76 CPUs
by Isla Mitchell
· 7 years ago
6694633
Fast path SMCCC_ARCH_WORKAROUND_1 calls from AArch32
by Dimitris Papastamos
· 6 years ago
fe5c421
Merge pull request #1392 from dp-arm/dp/cve_2018_3639
by Dimitris Papastamos
· 6 years ago
28dce9e
context_mgmt: Make cm_init_context_common public
by Antonio Nino Diaz
· 6 years ago
ba51d9e
Add support for dynamic mitigation for CVE-2018-3639
by Dimitris Papastamos
· 6 years ago
4a284a4
aarch32: Implement static workaround for CVE-2018-3639
by Dimitris Papastamos
· 6 years ago
e6625ec
Implement static workaround for CVE-2018-3639
by Dimitris Papastamos
· 7 years ago
570c06a
Rename symbols and files relating to CVE-2017-5715
by Dimitris Papastamos
· 7 years ago
f0a1ccb
Merge pull request #1378 from vwadekar/denver-cve-2017-5715
by Dimitris Papastamos
· 6 years ago
e34bd09
Workaround for CVE-2017-5715 on NVIDIA Denver CPUs
by Varun Wadekar
· 7 years ago
b2f1003
Merge pull request #1376 from vwadekar/cm-init-actlr-el1
by Dimitris Papastamos
· 6 years ago
497f357
Merge pull request #1373 from jeenu-arm/ras-support
by Dimitris Papastamos
· 6 years ago
b6dd0b3
lib: el3_runtime: initialise actlr_el1 to hardware defaults
by Varun Wadekar
· 6 years ago
a1cf3c5
Merge pull request #1377 from robertovargas-arm/compiler-warnings
by Dimitris Papastamos
· 6 years ago
c8cc351
Don't use variables as tf_printf format strings
by Roberto Vargas
· 6 years ago
f3c0aba
Merge pull request #1354 from robertovargas-arm/mem_protect
by danh-arm
· 6 years ago
f00da74
RAS: Add fault injection support
by Jeenu Viswambharan
· 7 years ago
d86cc5b
RAS: Allow individual interrupt registration
by Jeenu Viswambharan
· 7 years ago
2e2e881
RAS: Add support for node registration
by Jeenu Viswambharan
· 7 years ago
19f6cf2
RAS: Add helpers to access Standard Error Records
by Jeenu Viswambharan
· 7 years ago
9a7ce2f
AArch64: Introduce RAS handling
by Jeenu Viswambharan
· 7 years ago
23d05a8
AArch64: Refactor GP register restore to separate function
by Jeenu Viswambharan
· 7 years ago
ca36163
Merge pull request #1370 from antonio-nino-diaz-arm/an/fix-parange
by danh-arm
· 7 years ago
b9ae5db
xlat: Have all values of PARange for 8.x architectures
by Antonio Nino Diaz
· 7 years ago
550eb08
ARM platforms: Demonstrate mem_protect from el3_runtime
by Roberto Vargas
· 7 years ago
4907449
xlat: Set AP[1] to 1 when it is RES1
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
6e1796e
Check presence of fix for errata 835769 in Cortex-A53
by Jonathan Wright
· 7 years ago
efb1f33
Check presence of fix for errata 843419 in Cortex-A53
by Jonathan Wright
· 7 years ago
ccbd2e3
lib: xlat_tables_v2: reduce time required to add a mmap region
by Varun Wadekar
· 7 years ago
Next »