aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Use consistent SMCCC error codeManish V Badarkhe2020-02-201-1/+1
* Merge "coverity: fix MISRA violations" into integrationMark Dykes2020-02-181-2/+2
|\
| * coverity: fix MISRA violationsZelalem2020-02-181-2/+2
* | trusty: generic-arm64-smcall: Support gicr addressArve Hjønnevåg2020-02-122-2/+13
* | trusty: Allow gic base to be specified with GICD_BASEArve Hjønnevåg2020-02-121-0/+9
* | trusty: Allow getting trusty memsize from BL32_MEM_SIZE instead of TSP_SEC_ME...Arve Hjønnevåg2020-02-121-0/+4
|/
* SPMD: hook SPMD into standard services frameworkAchin Gupta2020-02-101-1/+19
* SPMD: add SPM dispatcher based upon SPCI Beta 0 specAchin Gupta2020-02-104-0/+659
* Prevent speculative execution past ERETAnthony Steinhauser2020-01-221-2/+2
* spm-mm: Rename aarch64 assembly filesPaul Beesley2019-12-203-2/+2
* spm-mm: Rename source filesPaul Beesley2019-12-204-3/+3
* spm-mm: Rename spm_shim_private.hPaul Beesley2019-12-203-6/+6
* spm-mm: Rename spm_private.hPaul Beesley2019-12-205-9/+9
* spm-mm: Rename component makefilePaul Beesley2019-12-201-3/+3
* spm-mm: Remove mm_svc.h headerPaul Beesley2019-12-201-1/+0
* spm-mm: Refactor spm_svc.h and its contentsPaul Beesley2019-12-203-42/+42
* spm-mm: Refactor secure_partition.h and its contentsPaul Beesley2019-12-203-15/+15
* spm: Remove SPM Alpha 1 prototype and support filesPaul Beesley2019-12-2013-2396/+1
* Remove dependency between SPM_MM and ENABLE_SPM build flagsPaul Beesley2019-12-201-2/+2
* Enable -Wshadow alwaysJustin Chadwell2019-11-191-5/+5
* Merge changes from topic "jc/coverity-fixes" into integrationPaul Beesley2019-08-131-0/+2
|\
| * Fix Coverity #343017, Missing unlockJustin Chadwell2019-08-061-0/+2
* | spd: opteed: enable NS_TIMER_SWITCHSumit Garg2019-08-051-1/+4
* | Switch AARCH32/AARCH64 to __aarch64__Julius Werner2019-08-011-1/+1
* | Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__Julius Werner2019-08-015-10/+10
|/
* Remove references to old project name from common filesJohn Tsichritzis2019-07-101-1/+1
* services/spm: Fix service UUID lookupPaul Beesley2019-04-091-1/+1
* Makefile: remove extra include paths in INCLUDESAmbroise Vincent2019-04-031-1/+1
* SPM: Adjust size of virtual address space per partitionAntonio Nino Diaz2019-04-031-2/+56
* SPM: Refactor xlat context creationAntonio Nino Diaz2019-04-034-18/+7
* SPM: Move shim layer to TTBR1_EL1Antonio Nino Diaz2019-04-035-14/+65
* SPM: Ignore empty regions in resource descriptionAntonio Nino Diaz2019-04-021-1/+6
* SPM: Create SPCI auxiliary functionAmbroise Vincent2019-04-011-56/+39
* Remove several warnings reported with W=2Ambroise Vincent2019-04-011-1/+1
* Remove several warnings reported with W=1Ambroise Vincent2019-04-012-2/+5
* Ensure proper ID register is checked for feature detectionDimitris Papastamos2019-03-041-2/+2
* trusty: Include file with GIC definitionsAntonio Nino Diaz2019-02-271-1/+2
* Merge pull request #1824 from antonio-nino-diaz-arm/an/move-dyn-xlatAntonio Niño Díaz2019-02-181-2/+0
|\
| * fvp: trusty: Move dynamic xlat enable to platformAntonio Nino Diaz2019-02-121-2/+0
* | SPM: Remove unnecessary register saveAntonio Nino Diaz2019-02-141-8/+0
* | Sanitize SPD include pathsAntonio Nino Diaz2019-02-124-3/+8
|/
* Merge pull request #1810 from antonio-nino-diaz-arm/an/setjmpAntonio Niño Díaz2019-02-113-10/+10
|\
| * Make setjmp.h prototypes comply with the C standardAntonio Nino Diaz2019-02-083-10/+10
* | trusty: Require dynamic translation tablesAntonio Nino Diaz2019-02-061-1/+3
|/
* spd: trusty: memmap trusty's code memory before peekingVarun Wadekar2019-02-051-0/+12
* spd: trusty: pass max affinity level to TrustyStephen Wolfe2019-01-311-8/+8
* spd: tlkd: remove unwanted assert on System Suspend entryMihir Joshi2019-01-311-1/+0
* tlkd: support new TLK SMCsMihir Joshi2019-01-311-5/+10
* Remove support for the SMC Calling Convention 2.0Antonio Nino Diaz2019-01-303-12/+31
* Merge pull request #1781 from dtwlin/m2Antonio Niño Díaz2019-01-251-1/+2
|\