aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'aosp/upstream-master' into HEADandroid-s-preview-1Alistair Delva2021-02-1576-746/+4956
|\
| * Merge changes from topic "mp/strto_libc" into integrationMadhukar Pappireddy2021-02-116-4/+507
| |\
| | * libc: Import strtoull from FreeBSD projectMadhukar Pappireddy2021-02-033-0/+114
| | * libc: Import strtoll from FreeBSD projectMadhukar Pappireddy2021-02-033-0/+136
| | * libc: Import strtoul from FreeBSD projectMadhukar Pappireddy2021-02-033-0/+114
| | * libc: Import strtol from FreeBSD projectMadhukar Pappireddy2021-02-033-4/+143
| * | rainier: remove cpu workaround for errata 1542419Manoj Kumar2021-02-051-89/+1
| |/
| * Fix exception handlers in BL31: Use DSB to synchronize pending EAMadhukar Pappireddy2021-01-291-1/+6
| * Merge "DebugFS: Check channel index before calling clone function" into integ...Olivier Deprez2021-01-222-4/+13
| |\
| | * DebugFS: Check channel index before calling clone functionZelalem2021-01-212-4/+13
| * | libc/snprintf: use macro to reduce duplicated codeHeyi Guo2021-01-201-22/+14
| * | libc/snprintf: add support to print "%" characterHeyi Guo2021-01-201-1/+8
| * | libc/printf: add support to print "%" characterHeyi Guo2021-01-201-1/+4
| |/
| * Workaround for Cortex N1 erratum 1946160johpow012021-01-132-1/+73
| * Workaround for Cortex A78 erratum 1951500johpow012021-01-132-0/+69
| * 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 integrationMadhukar 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
| |\ \