summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Workaround for Cortex A78 erratum 1941498johpow012021-01-122-3/+45
* AArch64: Fix assertions in processing dynamic relocationsAlexei Fedorov2021-01-061-19/+29
* PSCI: fix limit of 256 CPUs caused by cast to unsigned charGraeme Gregory2020-12-222-4/+19
* Workaround for Cortex A76 erratum 1946160johpow012020-12-182-0/+69
* Add support for FEAT_MTPMU for Armv8.6Javier Almansa Sobrino2020-12-112-0/+201
* Aarch64: Add support for FEAT_MTE3Alexei Fedorov2020-12-021-14/+17
* Add support for Neoverse-N2 CPUs.Javier Almansa Sobrino2020-11-304-20/+142
* Revert workaround for A77 erratum 1800714johpow012020-11-122-43/+0
* Revert workaround for A76 erratum 1800710johpow012020-11-122-43/+0
* lib: el3_runtime: Fix SPE system registers in el2_sysregs_contextArunachalam Ganapathy2020-10-201-1/+9
* lib: el3_runtime: Conditionally save/restore EL2 NEVE registersArunachalam Ganapathy2020-10-201-0/+4
* lib: el3_runtime: Fix aarch32 system registers in el2_sysregs_contextArunachalam Ganapathy2020-10-201-1/+13
* Merge "Increase type widths to satisfy width requirements" into integrationJoanna Farley2020-10-184-11/+13
|\
| * Increase type widths to satisfy width requirementsJimmy Brisson2020-10-124-11/+13
* | Merge changes Iba51bff1,I3f563cff into integrationMadhukar Pappireddy2020-10-161-3/+5
|\ \
| * | Update in coreboot_get_memory_type API to include size as wellSaurabh Gorecha2020-10-161-3/+5
| |/
* | Merge "Don't return error information from console_flush" into integrationMark Dykes2020-10-142-8/+8
|\ \ | |/ |/|
| * Don't return error information from console_flushJimmy Brisson2020-10-092-8/+8
* | Workaround for Cortex A77 erratum 1925769johpow012020-10-072-0/+43
|/
* Merge changes from topics "rename-herculesae-a78ae", "rename-zeus-v1" into in...Madhukar Pappireddy2020-10-062-45/+45
|\
| * Rename Neoverse Zeus to Neoverse V1Jimmy Brisson2020-10-051-24/+24
| * Rename Cortex Hercules AE to Cortex 78 AEJimmy Brisson2020-10-051-21/+21
* | Merge "Workaround for Cortex A76 erratum 1868343" into integrationMadhukar Pappireddy2020-10-052-40/+60
|\ \ | |/ |/|
| * Workaround for Cortex A76 erratum 1868343johpow012020-10-032-40/+60
* | libfdt: Upgrade libfdt source filesAndre Przywara2020-10-027-37/+54
|/
* Merge "Workaround for Cortex A77 erratum 1508412" into integrationdev/upstreamMadhukar Pappireddy2020-09-292-0/+78
|\
| * Workaround for Cortex A77 erratum 1508412laurenw-arm2020-09-252-0/+78
* | Merge changes I1ecbe5a1,Ib5945c37,Ic6b79648 into integrationManish Pandey2020-09-291-0/+218
|\ \
| * | lib/cpus: add support for Morello Rainier CPUsManoj Kumar2020-09-281-0/+218
* | | Merge "arm_fpga: Add support for unknown MPIDs" into integrationAndré Przywara2020-09-282-10/+129
|\ \ \ | |/ / |/| |
| * | arm_fpga: Add support for unknown MPIDsJavier Almansa Sobrino2020-09-252-10/+129
| |/
* | Merge "plat/arm: Introduce and use libc_asm.mk makefile" into integrationOlivier Deprez2020-09-243-0/+176
|\ \
| * | plat/arm: Introduce and use libc_asm.mk makefileAlexei Fedorov2020-09-023-0/+176
* | | libc: Import strtok_r from FreeBSD projectMadhukar Pappireddy2020-09-181-0/+83
| |/ |/|
* | Merge "SPE: Fix feature detection" into integrationMadhukar Pappireddy2020-09-151-1/+1
|\ \
| * | SPE: Fix feature detectionAndre Przywara2020-09-141-1/+1
* | | lib: fconf: Implement a parser to populate CoTManish V Badarkhe2020-09-151-0/+497
* | | Merge "libc: Import strlcat from FreeBSD project" into integrationMark Dykes2020-09-111-0/+56
|\ \ \
| * | | libc: Import strlcat from FreeBSD projectMadhukar Pappireddy2020-09-091-0/+56
* | | | Merge "libc: Add support for vsnprintf()" into integrationMark Dykes2020-09-111-7/+37
|\ \ \ \
| * | | | libc: Add support for vsnprintf()Madhukar Pappireddy2020-09-111-7/+37
| | |_|/ | |/| |
* | | | Merge "Workaround for Neoverse N1 erratum 1868343" into integrationMadhukar Pappireddy2020-09-112-0/+46
|\ \ \ \ | |_|_|/ |/| | |
| * | | Workaround for Neoverse N1 erratum 1868343johpow012020-09-102-0/+46
| | |/ | |/|
* | | Merge "libc: memset: improve performance by avoiding single byte writes" into...Mark Dykes2020-09-091-2/+32
|\ \ \ | |/ / |/| |
| * | libc: memset: improve performance by avoiding single byte writesAndre Przywara2020-09-031-2/+32
| |/
* | Merge "lib: cpu: Check SCU presence in DSU before accessing DSU registers" in...Manish Pandey2020-09-032-10/+41
|\ \
| * | lib: cpu: Check SCU presence in DSU before accessing DSU registersPramod Kumar2020-09-022-10/+41
* | | psci: utility api to invoke stop for other coresSandeep Tripathy2020-09-031-0/+47
| |/ |/|
* | cpus: denver: skip DCO enable/disable for recent SKUsVarun Wadekar2020-08-311-4/+14
* | lib: cpus: denver: add MIDR PN9 variantHemant Nigam2020-08-311-0/+1