aboutsummaryrefslogtreecommitdiffstats
path: root/plat/common
Commit message (Expand)AuthorAgeFilesLines
* ehf: use common priority level enumurationSandeep Tripathy2020-08-261-0/+37
* plat: common: include "bl_common.h" from plat_spmd_manifest.cVarun Wadekar2020-08-241-0/+1
* Use true instead of 1 in whileJimmy Brisson2020-08-141-1/+1
* Prevent colliding identifiersJimmy Brisson2020-08-141-7/+7
* BL31: Fix relocation error for PIEAlexei Fedorov2020-07-311-1/+2
* SMCCC: Introduce function to check SMCCC function availabilityManish V Badarkhe2020-07-261-0/+7
* TF-A: Add support for Measured Boot driver in BL1 and BL2Alexei Fedorov2020-07-211-2/+13
* SPMD: fix boundary check if manifest is page alignedManish Pandey2020-07-131-1/+7
* TF-A: Fix BL31 linker script errorAlexei Fedorov2020-05-311-4/+36
* SPCI is now called PSA FF-AJ-Alves2020-05-251-3/+3
* Enable v8.6 WFE trap delaysjohpow012020-05-191-0/+15
* SPMD: extract SPMC DTB header size from SPMDOlivier Deprez2020-05-131-10/+58
* SPMD: code/comments cleanupOlivier Deprez2020-05-131-47/+58
* fdt/wrappers: Replace fdtw_read_cells() implementationAndre Przywara2020-04-291-7/+9
* Flush dcache when storing timestampZelalem2020-03-271-5/+3
* Implement SMCCC_ARCH_SOC_ID SMC callManish V Badarkhe2020-03-171-0/+13
* SPMD: Add support for SPCI_ID_GETMax Shvetsov2020-03-121-0/+7
* Merge "Fix crash dump for lower EL" into integrationMark Dykes2020-03-111-4/+24
|\
| * Fix crash dump for lower ELAlexei Fedorov2020-03-061-4/+24
* | TBB: Add an IO abstraction layer to load encrypted firmwaresSumit Garg2020-03-061-0/+27
|/
* SPMD: add command line parameter to run SPM at S-EL2 or S-EL1Max Shvetsov2020-03-031-7/+0
* include: move MHZ_TICKS_PER_SEC to utils_def.hVarun Wadekar2020-02-201-3/+2
* SPMD: add support for an example SPM core manifestAchin Gupta2020-02-101-0/+124
* Coverity: remove unnecessary header file includesZelalem2020-02-041-2/+1
* Merge "Unify type of "cpu_idx" across PSCI module." into integrationMark Dykes2020-01-101-3/+3
|\
| * Unify type of "cpu_idx" across PSCI module.Deepika Bhavnani2020-01-101-3/+3
* | Simplify PMF helper macro definitions across header filesMadhukar Pappireddy2020-01-081-0/+2
|/
* spm: Remove SPM Alpha 1 prototype and support filesPaul Beesley2019-12-202-409/+0
* Add UBSAN support and handlersJustin Chadwell2019-09-111-0/+220
* console: add a flag to prepend '\r' in the multi-console frameworkMasahiro Yamada2019-08-191-1/+10
* Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-012-4/+4
* Remove MULTI_CONSOLE_API flag and references to itAmbroise Vincent2019-06-284-36/+0
* Remove deprecated plat_crash_console_*Ambroise Vincent2019-04-032-57/+1
* Remove several warnings reported with W=1Ambroise Vincent2019-04-012-2/+4
* Merge pull request #1847 from jts-arm/mbedtlsAntonio Niño Díaz2019-03-051-23/+1
|\
| * Remove Mbed TLS dependency from plat_bl_common.cJohn Tsichritzis2019-02-281-23/+1
* | Minor changes to documentation and commentsAntonio Nino Diaz2019-02-281-7/+7
|/
* Remove unused function symbolsVarun Wadekar2019-02-073-9/+3
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0415-51/+66
* Merge pull request #1708 from Yann-lms/warningsSoby Mathew2018-12-121-0/+1
|\
| * correct some missing-prototype warningsYann Gautier2018-12-101-0/+1
* | SPM: Load image and RD from SP packageAntonio Nino Diaz2018-12-111-0/+90
* | SPM: Introduce functions to load DTB filesAntonio Nino Diaz2018-12-101-0/+312
|/
* plat/common/crash_console_helpers.S: Fix MULTI_CONSOLE_API supportJulius Werner2018-12-061-36/+146
* plat/common: Remove duplication of plat_crash_console functions/stubsJulius Werner2018-12-062-83/+3
* Convert arm_setup_page_tables into a generic helperRoberto Vargas2018-10-261-0/+37
* xlat: Fix compatibility between v1 and v2Antonio Nino Diaz2018-10-261-0/+1
* Deprecate weak crash console functionsAntonio Nino Diaz2018-10-252-0/+8
* Add sample crash console functionsAntonio Nino Diaz2018-10-252-0/+184
* Merge pull request #1583 from danielboulby-arm/db/AArch32_Multi_ConsoleDimitris Papastamos2018-10-041-0/+4
|\