aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fixup register handling in aarch32 reset_handlerHeiko Stuebner2019-03-081-3/+3
* Merge pull request #1842 from DavidPu/reduce_cyclomatic_complexity_metricAntonio Niño Díaz2019-03-011-75/+99
|\
| * xlat_tables_v2: find VA/idx with helper functions.David Pu2019-02-281-26/+35
| * xlat_tables_v2: get unmap action type with helper function.David Pu2019-02-281-49/+64
* | Merge pull request #1751 from vwadekar/tegra-scatter-file-supportAntonio Niño Díaz2019-03-012-2/+4
|\ \
| * | Tegra: Support for scatterfile for the BL31 imageVarun Wadekar2019-02-272-2/+4
* | | Merge pull request #1849 from loumay-arm/lm/a73_errataAntonio Niño Díaz2019-03-012-0/+44
|\ \ \
| * | | Cortex-A73: Implement workaround for errata 852427Louis Mayencourt2019-02-282-0/+44
* | | | Merge pull request #1845 from ambroise-arm/av/errataAntonio Niño Díaz2019-03-016-5/+488
|\ \ \ \
| * | | | Cortex-A53: Workarounds for 819472, 824069 and 827319Ambroise Vincent2019-02-283-2/+122
| * | | | Cortex-A57: Implement workaround for erratum 817169Ambroise Vincent2019-02-283-0/+52
| * | | | Cortex-A57: Implement workaround for erratum 814670Ambroise Vincent2019-02-283-2/+79
| * | | | Cortex-A55: Implement workaround for erratum 903758Ambroise Vincent2019-02-282-0/+42
| * | | | Cortex-A55: Implement workaround for erratum 846532Ambroise Vincent2019-02-282-0/+46
| * | | | Cortex-A55: Implement workaround for erratum 798797Ambroise Vincent2019-02-282-0/+42
| * | | | Cortex-A55: Implement workaround for erratum 778703Ambroise Vincent2019-02-282-0/+57
| * | | | Cortex-A55: Implement workaround for erratum 768277Ambroise Vincent2019-02-282-1/+48
* | | | | Merge pull request #1846 from loumay-arm/lm/mpamAntonio Niño Díaz2019-03-011-0/+8
|\ \ \ \ \
| * | | | | MPAM: enable MPAM EL2 trapsLouis Mayencourt2019-02-281-0/+8
| |/ / / /
* | | | | Merge pull request #1848 from antonio-nino-diaz-arm/an/docsAntonio Niño Díaz2019-03-011-1/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Minor changes to documentation and commentsAntonio Nino Diaz2019-02-281-1/+1
| |/ / /
* | | | Merge pull request #1839 from loumay-arm/lm/a7x_errataAntonio Niño Díaz2019-02-285-4/+293
|\ \ \ \ | |/ / / |/| | |
| * | | Add workaround for errata 1073348 for Cortex-A76Louis Mayencourt2019-02-262-0/+42
| * | | Add workaround for errata 1220197 for Cortex-A76Louis Mayencourt2019-02-262-0/+44
| * | | Add workaround for errata 1130799 for Cortex-A76Louis Mayencourt2019-02-262-1/+48
| * | | Add workaround for errata 790748 for Cortex-A75Louis Mayencourt2019-02-262-0/+44
| * | | Add workaround for errata 764081 of Cortex-A75Louis Mayencourt2019-02-263-1/+64
| * | | Add workaround for errata 855423 of Cortex-A73Louis Mayencourt2019-02-262-2/+51
| |/ /
* | | Add support for pointer authenticationAntonio Nino Diaz2019-02-271-0/+23
* | | Add ARMv8.3-PAuth registers to CPU contextAntonio Nino Diaz2019-02-272-0/+93
* | | Cleanup context handling libraryAntonio Nino Diaz2019-02-271-10/+12
|/ /
* | Merge pull request #1835 from jts-arm/renameAntonio Niño Díaz2019-02-226-110/+110
|\ \ | |/ |/|
| * Rename Cortex-Helios to Neoverse E1John Tsichritzis2019-02-191-18/+18
| * Rename Cortex-Helios filenames to Neoverse E1John Tsichritzis2019-02-191-0/+0
| * Rename Cortex-Ares to Neoverse N1John Tsichritzis2019-02-193-48/+48
| * Rename Cortex-Ares filenames to Neoverse N1John Tsichritzis2019-02-192-0/+0
* | ARMv7: support non-LPAE mapping (not xlat_v2)Etienne Carriere2019-02-191-0/+550
|/
* Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmpAntonio Niño Díaz2019-02-112-11/+12
|\
| * libc: Move setjmp to libc folderAntonio Nino Diaz2019-02-082-2/+7
| * Make setjmp.h prototypes comply with the C standardAntonio Nino Diaz2019-02-081-9/+5
* | xlat_tables_v2: mark 'xlat_clean_dcache_range' unusedVarun Wadekar2019-02-071-1/+1
* | locks: linker variables to calculate per-cpu bakery lock sizeVarun Wadekar2019-02-071-1/+3
* | lib: aarch64: misc_helpers: include bl_common.hVarun Wadekar2019-02-071-3/+2
* | Remove unused function symbolsVarun Wadekar2019-02-071-1/+0
* | lib: aarch64: fix non-code symbol errors flagged by armlinkVarun Wadekar2019-02-071-4/+10
|/
* xlat v2: Fix commentAntonio Nino Diaz2019-02-011-1/+2
* lib/xlat_tables: Add support for ARMv8.4-TTSTSathees Balya2019-01-307-6/+71
* plat/arm: Sanitise includesAntonio Nino Diaz2019-01-251-0/+2
* Correct typographical errorsPaul Beesley2019-01-152-9/+9
* xlat v2: Dynamically detect need for CnP bitAntonio Nino Diaz2019-01-112-16/+12