aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * spd: trusty: trusty_setup should bail on unknown imageDavid Lin2019-01-241-1/+2
* | spd: trusty : fix defects flagged by MISRA scanAnthony Zhou2019-01-232-102/+106
|/
* SPM: Rename folder of SPM based on MMAntonio Nino Diaz2019-01-228-1/+1
* SPM: Rename SPM_DEPRECATED flag to SPM_MMAntonio Nino Diaz2019-01-221-2/+2
* Merge pull request #1738 from ardbiesheuvel/synquacer-spmSoby Mathew2019-01-163-5/+14
|\
| * services/spm_deprecated: fix return code polarity of spm_init()Ard Biesheuvel2019-01-151-1/+1
| * services/spm_deprecated: disable alignment checking for S-EL0Ard Biesheuvel2019-01-151-2/+5
| * services/spm_deprecated: permit timer sysreg access at S-EL0Ard Biesheuvel2019-01-082-0/+6
| * services/spm_deprecated: update ARM platform specific assertsArd Biesheuvel2019-01-081-2/+2
* | Correct typographical errorsPaul Beesley2019-01-155-12/+12
|/
* Sanitise includes across codebaseAntonio Nino Diaz2019-01-0437-210/+257
* Merge pull request #1712 from jeenu-arm/ssbsSoby Mathew2018-12-121-1/+23
|\
| * AArch64: Use SSBS for CVE_2018_3639 mitigationJeenu Viswambharan2018-12-101-1/+23
* | SPM: Rename files for consistencyAntonio Nino Diaz2018-12-116-4/+4
* | SPM: Remove remaining SMC interfacesAntonio Nino Diaz2018-12-113-52/+4
* | SPM: Migrate mem attr get/set helpers to SPRTAntonio Nino Diaz2018-12-114-160/+157
* | SPM: Allow preemption in non-blocking requestsAntonio Nino Diaz2018-12-113-8/+65
* | SPM: Support non-blocking callsAntonio Nino Diaz2018-12-111-0/+329
* | SPM: Implement global response buffer helpersAntonio Nino Diaz2018-12-113-0/+115
* | SPM: Prevent simultaneous blocking callsAntonio Nino Diaz2018-12-113-0/+48
* | SPM: Support blocking callsAntonio Nino Diaz2018-12-115-3/+165
* | SPM: Introduce SPRT C host libraryAntonio Nino Diaz2018-12-111-1/+5
* | SPM: Implement SPCI open/close handle SMCsAntonio Nino Diaz2018-12-113-0/+282
* | SPM: Introduce SMC handlers for SPCI and SPRTAntonio Nino Diaz2018-12-113-2/+107
* | SPM: Support multiple xlat tables contextsAntonio Nino Diaz2018-12-111-9/+60
* | SPM: Support multiple partitionsAntonio Nino Diaz2018-12-113-37/+94