aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* compiler_rt: Import lshrdi3.c fileSandrine Bailleux2018-11-062-1/+47
* compiler_rt: Import latest changes on int_lib.hSandrine Bailleux2018-11-061-6/+7
* libc: Adapt strlcpy to this codebaseAntonio Nino Diaz2018-11-022-5/+5
* libc: Import strlcpy from FreeBSDAntonio Nino Diaz2018-11-021-0/+53
* bakery: Fix MISRA defectsAntonio Nino Diaz2018-11-012-39/+50
* context_mgmt: Fix MISRA defectsAntonio Nino Diaz2018-11-012-34/+34
* Merge pull request #1657 from antonio-nino-diaz-arm/an/libfdtAntonio Niño Díaz2018-11-017-373/+90
|\
| * libfdt: Downgrade to version 1.4.6-9Antonio Nino Diaz2018-10-307-373/+90
* | Fix MISRA defects in PMFAntonio Nino Diaz2018-10-292-9/+11
* | Fix MISRA defects in workaround and errata frameworkAntonio Nino Diaz2018-10-293-9/+14
* | Fix MISRA defects in extension libsAntonio Nino Diaz2018-10-298-74/+84
|/
* PIE: Position Independant Executable support for BL31Soby Mathew2018-10-292-3/+118
* Make errata reporting mandatory for CPU filesSoby Mathew2018-10-299-0/+84
* PIE: Use PC relative adrp/adr for symbol referenceSoby Mathew2018-10-292-6/+13
* xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-261-0/+3
* Merge pull request #1643 from antonio-nino-diaz-arm/an/libfdtAntonio Niño Díaz2018-10-2412-204/+1554
|\
| * libfdt: Import version v1.4.7Antonio Nino Diaz2018-10-2310-0/+3542
| * libfdt: Remove current versionAntonio Nino Diaz2018-10-239-2242/+0
| * libc: Integrate strrchr in libcAntonio Nino Diaz2018-10-232-9/+2
| * libc: Import strrchr from FreeBSDAntonio Nino Diaz2018-10-231-0/+57
* | Merge pull request #1641 from jeenu-arm/ptrauthAntonio Niño Díaz2018-10-241-6/+14
|\ \ | |/ |/|
| * AArch64: Enable lower ELs to use pointer authenticationJeenu Viswambharan2018-10-161-6/+14
* | ti: k3: common: Do not disable cache on TI K3 core powerdownAndrew F. Davis2018-10-161-0/+4
|/
* Merge pull request #1624 from glneo/less-cache-flushingSoby Mathew2018-10-121-11/+8
|\
| * PSCI: Do not flush cache when unneededAndrew F. Davis2018-10-101-2/+2
| * PSCI: Update comment on MMU disablementAndrew F. Davis2018-10-101-9/+6
* | psci: platform control of SYSTEM_SUSPEND entryldts2018-10-111-1/+7
|/
* xlat: Fix checks in mmap_add() and mmap_add_ctx()Antonio Nino Diaz2018-10-082-2/+2
* Merge pull request #1603 from antonio-nino-diaz-arm/db/reclaim-initSoby Mathew2018-10-047-11/+11
|\
| * Mark xlat tables initialization codeDaniel Boulby2018-10-032-2/+2
| * Mark BL31 initialization functionsDaniel Boulby2018-10-034-7/+7
| * xlat: Change check in mmap_add and mmap_add_ctx()Daniel Boulby2018-10-032-2/+2
* | Merge pull request #1584 from danielboulby-arm/db/SwitchesSoby Mathew2018-10-032-0/+3
|\ \ | |/ |/|
| * Ensure the flow through switch statements is clearDaniel Boulby2018-09-212-0/+3
* | Remove all other deprecated interfaces and filesAntonio Nino Diaz2018-09-283-28/+0
* | xlat: Remove deprecated interfacesAntonio Nino Diaz2018-09-284-77/+0
* | PSCI: Remove deprecated file plat_psci_common.cAntonio Nino Diaz2018-09-281-3/+0
* | PSCI: Remove platform compatibility layerRoberto Vargas2018-09-281-78/+0
|/
* Merge pull request #1568 from soby-mathew/sm/fix_ares_err_reportSoby Mathew2018-09-101-2/+2
|\
| * Fix the Cortex-ares errata reporting function nameSoby Mathew2018-09-101-2/+2
* | RAS: Fix assert conditionJeenu Viswambharan2018-09-071-1/+1
|/
* Add missing barriers to Bakery LocksJeenu Viswambharan2018-09-052-5/+23
* cpus: denver: Implement static workaround for CVE-2018-3639Varun Wadekar2018-09-041-0/+29
* cpus: denver: reset power state to 'C1' on bootVarun Wadekar2018-09-041-0/+9
* denver: use plat_my_core_pos() to get core positionVarun Wadekar2018-09-041-4/+7
* Merge pull request #1484 from nathan-menhorn/tee-validate-header-603Soby Mathew2018-09-031-8/+15
|\
| * Fixed ARM-software/tf-issues#603nathan-menhorn2018-08-231-8/+15
* | libc: Fix some MISRA defectsAntonio Nino Diaz2018-08-304-54/+74
* | Merge pull request #1544 from jwerner-chromium/JW_handle_eaDimitris Papastamos2018-08-301-1/+1
|\ \
| * | context_mgmt: Fix HANDLE_EA_EL3_FIRST implementationJulius Werner2018-08-291-1/+1