aboutsummaryrefslogtreecommitdiffstats
path: root/include/lib
Commit message (Expand)AuthorAgeFilesLines
* Neoverse N1: Forces cacheable atomic to nearLouis Mayencourt2019-04-181-2/+13
* DSU: Implement workaround for errata 798953Louis Mayencourt2019-04-171-0/+2
* DSU: Small fix and reformat on errata frameworkLouis Mayencourt2019-04-171-6/+12
* Cortex-A35: Implement workaround for errata 855472Louis Mayencourt2019-04-171-0/+7
* Merge "cpus: Fix Cortex-A12 MIDR mask" into integrationAntonio Niño Díaz2019-04-091-1/+1
|\
| * cpus: Fix Cortex-A12 MIDR maskHeiko Stuebner2019-04-081-1/+1
* | Add support for Cortex-A76AE CPUAlexei Fedorov2019-04-081-0/+25
|/
* Merge pull request #1894 from jts-arm/e1_midrSoby Mathew2019-03-181-1/+1
|\
| * Fix wrong MIDR_EL1 value for Neoverse E1John Tsichritzis2019-03-151-1/+1
* | Introduce preliminary support for Neoverse ZeusJohn Tsichritzis2019-03-141-0/+23
|/
* Cortex-A17: Implement workaround for errata 852421Ambroise Vincent2019-03-131-0/+5
* Cortex-A15: Implement workaround for errata 827671Ambroise Vincent2019-03-131-0/+7
* Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz2019-03-011-5/+23
|\
| * Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-271-5/+23
* | Merge pull request #1849 from loumay-arm/lm/a73_errataAntonio Niño Díaz2019-03-011-0/+2
|\ \
| * | Cortex-A73: Implement workaround for errata 852427Louis Mayencourt2019-02-281-0/+2
* | | Merge pull request #1845 from ambroise-arm/av/errataAntonio Niño Díaz2019-03-013-0/+20
|\ \ \
| * | | Cortex-A57: Implement workaround for erratum 814670Ambroise Vincent2019-02-282-0/+2
| * | | Cortex-A55: Implement workaround for erratum 798797Ambroise Vincent2019-02-281-0/+1
| * | | Cortex-A55: Implement workaround for erratum 778703Ambroise Vincent2019-02-281-0/+10
| * | | Cortex-A55: Implement workaround for erratum 768277Ambroise Vincent2019-02-281-0/+7
* | | | Merge pull request #1848 from antonio-nino-diaz-arm/an/docsAntonio Niño Díaz2019-03-012-4/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | Minor changes to documentation and commentsAntonio Nino Diaz2019-02-282-4/+4
| |/ /
* | | Merge pull request #1839 from loumay-arm/lm/a7x_errataAntonio Niño Díaz2019-02-282-0/+8
|\ \ \ | |/ / |/| |
| * | Add workaround for errata 1073348 for Cortex-A76Louis Mayencourt2019-02-261-0/+4
| * | Add workaround for errata 1220197 for Cortex-A76Louis Mayencourt2019-02-261-0/+2
| * | Add workaround for errata 855423 of Cortex-A73Louis Mayencourt2019-02-261-0/+2
| |/
* | Add ARMv8.3-PAuth registers to CPU contextAntonio Nino Diaz2019-02-271-0/+39
* | Cleanup context handling libraryAntonio Nino Diaz2019-02-271-24/+22
|/
* Merge pull request #1835 from jts-arm/renameAntonio Niño Díaz2019-02-223-43/+43
|\
| * Rename Cortex-Helios to Neoverse E1John Tsichritzis2019-02-191-8/+8
| * Rename Cortex-Helios filenames to Neoverse E1John Tsichritzis2019-02-191-0/+0
| * Rename Cortex-Ares to Neoverse N1John Tsichritzis2019-02-191-13/+13
| * Rename Cortex-Ares filenames to Neoverse N1John Tsichritzis2019-02-191-0/+0
* | Merge pull request #1828 from uarif1/masterAntonio Niño Díaz2019-02-211-1/+5
|\ \
| * | ARMv7: support non-LPAE mapping (not xlat_v2)Etienne Carriere2019-02-191-1/+5
| |/
* / Update macro to check need for CVE-2017-5715 mitigationAntonio Nino Diaz2019-02-141-5/+17
|/
* cpus: Add casts to all definitions in CPU headersAntonio Nino Diaz2019-02-1123-100/+130
* cpus: Fix some incorrect definitions in CPU headersAntonio Nino Diaz2019-02-114-16/+21
* libc: Move setjmp to libc folderAntonio Nino Diaz2019-02-082-0/+50
* Merge pull request #1797 from antonio-nino-diaz-arm/an/remove-smccc-v2Antonio Niño Díaz2019-01-313-170/+64
|\
| * Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz2019-01-303-170/+64
* | lib/xlat_tables: Add support for ARMv8.4-TTSTSathees Balya2019-01-304-25/+22
|/
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0437-65/+91
* Reorganize architecture-dependent header filesAntonio Nino Diaz2019-01-048-2953/+0
* Enable DIT if supportedSathees Balya2019-01-032-3/+20
* Import exception helpers from TF-A-TestsAntonio Nino Diaz2018-12-182-0/+123
* Deprecate some unused AArch64 assembly functionsAntonio Nino Diaz2018-12-181-0/+2
* Move helpers from arch.h to arch_helpers.hAntonio Nino Diaz2018-12-183-13/+26
* Merge pull request #1712 from jeenu-arm/ssbsSoby Mathew2018-12-122-23/+31
|\